Shades of Heathered Grey #8E8B82
Tints of Heathered Grey #8E8B82
RGB
CMYK
RGB Variations
Color information
#8E8B82 (or 0x8E8B82) is known color: Heathered Grey. HEX triplet: 8E, 8B and 82. RGB value is (142,139,130). Sum of RGB (Red+Green+Blue) = 142+139+130=411 (54% of max value = 765). Red value is 142 (55.86% from 255 or 34.55% from 411); Green value is 139 (54.69% from 255 or 33.82% from 411); Blue value is 130 (51.17% from 255 or 31.63% from 411); Max value from RGB is 142 - color contains mainly: red. Hex color #8E8B82 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E8B82 is #71747D. Grayscale: #8A8A8A. Windows color (decimal): -7435390 or 8555406. OLE color: 8555406.
HSL color Cylindrical-coordinate representation of color #8E8B82: hue angle of 45º 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 #8E8B82 is Cyan = 0, Magento = 0.02, Yellow = 0.08 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 139 | 130 | - |
| CMYK | 0 | 0.02 | 0.08 | 0.44 |
| HSL | 45º | 0.05% | 0.53% | - |
| HSV(B) | 45º | 0.08% | 0.56% | - |
| XYZ | 24.42 | 25.83 | 24.82 | - |
| YUV | 138.87 | 122.99 | 130.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 139 | 130 | 0 | 0.02 | 0.08 | 0.44 | 45 | 0.05 | 0.53 |
| Hex | 8E | 8B | 82 | 0 | 2 | 8 | 2C | 2D | 5 | 35 |
| Octal | 216 | 213 | 202 | 0 | 2 | 10 | 54 | 55 | 5 | 65 |
| Binary | 10001110 | 10001011 | 10000010 | 0 | 10 | 1000 | 101100 | 101101 | 101 | 110101 |
Color Harmonies of #8E8B82
Complementary color
Monochromatic Colors of #8E8B82
Black with #8E8B82
Text Example
Text Example
White with #8E8B82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E8B82; }
p { color: rgb(142,139,130); }
H1.HeaderClassName
{
color: #8E8B82;
}
.AnyTagClassName
{
color: #8E8B82;
}
</style>
background-color css
<style>
a { background-color: #8E8B82; }
a { background-color: rgb(142,139,130); }
div.DivClassName
{
background-color: #8E8B82;
}
.BgClassName
{
background-color: #8E8B82;
}
</style>
border-color css
<style>
span { border-color: #8E8B82; }
span { border-color: rgb(142,139,130); }
td.TdClassName
{
border-color: #8E8B82;
}
.TagClassName
{
border-color: #8E8B82;
}
</style>