Shades of Heathered Grey #8E8982
Tints of Heathered Grey #8E8982
RGB
CMYK
RGB Variations
Color information
#8E8982 (or 0x8E8982) is known color: Heathered Grey. HEX triplet: 8E, 89 and 82. RGB value is (142,137,130). Sum of RGB (Red+Green+Blue) = 142+137+130=409 (54% of max value = 765). Red value is 142 (55.86% from 255 or 34.72% from 409); Green value is 137 (53.91% from 255 or 33.50% from 409); Blue value is 130 (51.17% from 255 or 31.78% from 409); Max value from RGB is 142 - color contains mainly: red. Hex color #8E8982 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E8982 is #71767D. Grayscale: #898989. Windows color (decimal): -7435902 or 8554894. OLE color: 8554894.
HSL color Cylindrical-coordinate representation of color #8E8982: hue angle of 35º degrees, saturation: 0.05, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #8E8982 is Cyan = 0, Magento = 0.04, Yellow = 0.08 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 137 | 130 | - |
| CMYK | 0 | 0.04 | 0.08 | 0.44 |
| HSL | 35º | 0.05% | 0.53% | - |
| HSV(B) | 35º | 0.08% | 0.56% | - |
| XYZ | 24.13 | 25.25 | 24.72 | - |
| YUV | 137.7 | 123.66 | 131.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 137 | 130 | 0 | 0.04 | 0.08 | 0.44 | 35 | 0.05 | 0.53 |
| Hex | 8E | 89 | 82 | 0 | 4 | 8 | 2C | 23 | 5 | 35 |
| Octal | 216 | 211 | 202 | 0 | 4 | 10 | 54 | 43 | 5 | 65 |
| Binary | 10001110 | 10001001 | 10000010 | 0 | 100 | 1000 | 101100 | 100011 | 101 | 110101 |
Color Harmonies of #8E8982
Complementary color
Monochromatic Colors of #8E8982
Black with #8E8982
Text Example
Text Example
White with #8E8982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E8982; }
p { color: rgb(142,137,130); }
H1.HeaderClassName
{
color: #8E8982;
}
.AnyTagClassName
{
color: #8E8982;
}
</style>
background-color css
<style>
a { background-color: #8E8982; }
a { background-color: rgb(142,137,130); }
div.DivClassName
{
background-color: #8E8982;
}
.BgClassName
{
background-color: #8E8982;
}
</style>
border-color css
<style>
span { border-color: #8E8982; }
span { border-color: rgb(142,137,130); }
td.TdClassName
{
border-color: #8E8982;
}
.TagClassName
{
border-color: #8E8982;
}
</style>