Shades of Heathered Grey #8E8A85
Tints of Heathered Grey #8E8A85
RGB
CMYK
RGB Variations
Color information
#8E8A85 (or 0x8E8A85) is known color: Heathered Grey. HEX triplet: 8E, 8A and 85. RGB value is (142,138,133). Sum of RGB (Red+Green+Blue) = 142+138+133=413 (54% of max value = 765). Red value is 142 (55.86% from 255 or 34.38% from 413); Green value is 138 (54.30% from 255 or 33.41% from 413); Blue value is 133 (52.34% from 255 or 32.20% from 413); Max value from RGB is 142 - color contains mainly: red. Hex color #8E8A85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E8A85 is #71757A. Grayscale: #8A8A8A. Windows color (decimal): -7435643 or 8751758. OLE color: 8751758.
HSL color Cylindrical-coordinate representation of color #8E8A85: hue angle of 33.33º degrees, saturation: 0.04, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #8E8A85 is Cyan = 0, Magento = 0.03, Yellow = 0.06 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 138 | 133 | - |
| CMYK | 0 | 0.03 | 0.06 | 0.44 |
| HSL | 33.33º | 0.04% | 0.54% | - |
| HSV(B) | 33.33º | 0.06% | 0.56% | - |
| XYZ | 24.48 | 25.62 | 25.85 | - |
| YUV | 138.63 | 124.83 | 130.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 138 | 133 | 0 | 0.03 | 0.06 | 0.44 | 33.33 | 0.04 | 0.54 |
| Hex | 8E | 8A | 85 | 0 | 3 | 6 | 2C | 21 | 4 | 36 |
| Octal | 216 | 212 | 205 | 0 | 3 | 6 | 54 | 41 | 4 | 66 |
| Binary | 10001110 | 10001010 | 10000101 | 0 | 11 | 110 | 101100 | 100001 | 100 | 110110 |
Color Harmonies of #8E8A85
Complementary color
Monochromatic Colors of #8E8A85
Black with #8E8A85
Text Example
Text Example
White with #8E8A85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E8A85; }
p { color: rgb(142,138,133); }
H1.HeaderClassName
{
color: #8E8A85;
}
.AnyTagClassName
{
color: #8E8A85;
}
</style>
background-color css
<style>
a { background-color: #8E8A85; }
a { background-color: rgb(142,138,133); }
div.DivClassName
{
background-color: #8E8A85;
}
.BgClassName
{
background-color: #8E8A85;
}
</style>
border-color css
<style>
span { border-color: #8E8A85; }
span { border-color: rgb(142,138,133); }
td.TdClassName
{
border-color: #8E8A85;
}
.TagClassName
{
border-color: #8E8A85;
}
</style>