Shades of Heathered Grey #8B8986
Tints of Heathered Grey #8B8986
RGB
CMYK
RGB Variations
Color information
#8B8986 (or 0x8B8986) is known color: Heathered Grey. HEX triplet: 8B, 89 and 86. RGB value is (139,137,134). Sum of RGB (Red+Green+Blue) = 139+137+134=410 (54% of max value = 765). Red value is 139 (54.69% from 255 or 33.90% from 410); Green value is 137 (53.91% from 255 or 33.41% from 410); Blue value is 134 (52.73% from 255 or 32.68% from 410); Max value from RGB is 139 - color contains mainly: red. Hex color #8B8986 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B8986 is #747679. Grayscale: #898989. Windows color (decimal): -7632506 or 8817035. OLE color: 8817035.
HSL color Cylindrical-coordinate representation of color #8B8986: hue angle of 36º degrees, saturation: 0.02, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #8B8986 is Cyan = 0, Magento = 0.01, Yellow = 0.04 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 137 | 134 | - |
| CMYK | 0 | 0.01 | 0.04 | 0.45 |
| HSL | 36º | 0.02% | 0.54% | - |
| HSV(B) | 36º | 0.04% | 0.55% | - |
| XYZ | 23.9 | 25.1 | 26.14 | - |
| YUV | 137.26 | 126.16 | 129.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 137 | 134 | 0 | 0.01 | 0.04 | 0.45 | 36 | 0.02 | 0.54 |
| Hex | 8B | 89 | 86 | 0 | 1 | 4 | 2D | 24 | 2 | 36 |
| Octal | 213 | 211 | 206 | 0 | 1 | 4 | 55 | 44 | 2 | 66 |
| Binary | 10001011 | 10001001 | 10000110 | 0 | 1 | 100 | 101101 | 100100 | 10 | 110110 |
Color Harmonies of #8B8986
Complementary color
Monochromatic Colors of #8B8986
Black with #8B8986
Text Example
Text Example
White with #8B8986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B8986; }
p { color: rgb(139,137,134); }
H1.HeaderClassName
{
color: #8B8986;
}
.AnyTagClassName
{
color: #8B8986;
}
</style>
background-color css
<style>
a { background-color: #8B8986; }
a { background-color: rgb(139,137,134); }
div.DivClassName
{
background-color: #8B8986;
}
.BgClassName
{
background-color: #8B8986;
}
</style>
border-color css
<style>
span { border-color: #8B8986; }
span { border-color: rgb(139,137,134); }
td.TdClassName
{
border-color: #8B8986;
}
.TagClassName
{
border-color: #8B8986;
}
</style>