What is hex #828E84 color?

 
The hex code #828E84 is also know by an other name that is Dolphin Gray.
This color is composed of 130% red, 142% green and 132% blue. So we can say that the RGB value is (130,142,132)
You need to use it for a printer? The CMYK colors code equivalent of hex #828E84 is C:8 M:0 Y:7, K:44) .
In the HSV/HSB scale, #828E84 has a hue of 130°, 8% saturation and a brightness value of 56%.
If you want to know all about the hex #828E84, you can find below others details like Web safe equivalent, closest Pantone color, closest RAL color but also others informations like grayscale equivalent according to some algorithms.
You can also find all about color palettes of hex #828E84 (complementary, analogous, triadic, tetradic...).

Hex #828E84 Color Codes & Equivalents

Color Name [Dolphin Gray]
RGB Values (130,142,132)
CMYK Values (8%, 0%, 7%, 44%)
HSV/HSB Values (130°, 8%, 56%)
Closest Web Safe
#999999
Inverse Color
#7d717b
Closest Pantone®
423 C
Closest RAL
RAL 9022 [Pearl light grey]
Complementary Color
#8e828c

#828E84 Converted to Grayscale Codes

Average
#878787
Lightness (Desaturation)
#888888
Weighted (BT601)
#898989
Luma (BT709)
#8b8b8b

Hex #828E84 Color Palettes – Complementary, Analogous, Triadic...

Complementary Palette

The complementary color of #828E84 is #8e828c. To get this value, we need to use the RGB metrics, and take this opposite color at the end of the color wheel, so for #828E84 you will find #8e828c. When placed next to each other, they create the strongest contrast for those two colors. Complementary colors may also be called "opposite colors". So if you need to grab attention, you should use it.

#828E84 #8e828c

Analogous Palette

The analogous color scheme of #828E84 is composed with colors #868E82 and #828E8A. Colors are called analogous colors when they are very similar to each other. They are located to the right and left of your main color #828E84 with a 30° separation on the RGB color wheel. An analogous color palette is best used with either warm or cool colors, creating a look that has a certain temperature as well as proper color harmony.

#868E82 #828E84 #828E8A

Split-Complementary Palette

The split-complementary color scheme of #828E84 is composed with colors #8E8286 and #8A828E. A split-complementary color palette is like an analogous palette but you will take the complementary color as base instead of your main color. This choice, however, also makes the split complementary color combinations less vibrant and eye-catching, but it's also a good choice for beginners as you can hardly go wrong.

#828E84 #8E8286 #8A828E

Triadic Palette

The triadic color scheme of #828E84 is composed with colors #8E8482 and #84828E. They are located to the right and left of your main color #828E84 with a 120° separation on the RGB color wheel. With it you have the maximum variation in hue and offering by the same occasion the best possible contrast when taken together.

#828E84 #8E8482 #84828E

Tetradic Palette

The tetradic color scheme of #828E84 is composed with colors #84828E, #8E828C and #8C8E82 A tetradic color scheme, an outstanding variant of the twin color scheme, with an equal distance between all colors. All four colors are divided evenly around the color wheel. Like this there being no clear dominance of one color overs others. Colorful palettes create a sense of diversity, optimism and openness which are positive for a consumer brand. You can find the tetradic color scheme on big tech company logo like Google, Slack, Zoho, Microsoft, eBay for example. Fort a better result, you can also adjust saturation and brightness.

#828E84 #84828E #8E828C #8C8E82

Square Palette

The square color scheme of #828E84 is composed with colors #82868E, #8E828C and #8E8A82 To get this color, it's pretty the same method that analogous or triadic, but instead, you will take an angle of 90° on the RGB Wheel between each colors. The square palette looks a lot like the Tetradic palette but it is less dark which is nicer in my opinion.

#828E84 #82868E #8E828C #8E8A82

Tints, Tones & Shades of Hex #828E84

Tints

Tints are created by adding white, resulting in lighter shades of #828E84.

#828E84 #8C978E #97A199 #A2ABA3 #ACB4AE #B7BEB8 #C2C8C3 #CDD1CD

Tones

Tones are made by mixing with gray, softening the original color.

#828E84 #888888 #888888 #888888 #888888 #888888 #888888 #888888

Shades

Shades result from adding black, creating darker variations.

#828E84 #778479 #6D796F #646E65 #5A645C #505952 #474E48 #3D433E

Hex #828E84 in programming languages

If you are a developer, you will find below the color codes to use according to your programming language (HTML, JAVA, Pyhton, .NET), enjoy!

HTML, CSS #828E84
Java new Color(130,142,132);
Python Color(#828E84)
.NET Color.FromArgb(255, 130,142,132);
Swift / iOS UIColor(red: 0.51, green: 0.56, blue: 0.52, alpha: 1)
Kotlin / Android Color.rgb(130, 142, 132)