Shades of Heathered Grey #989086
Tints of Heathered Grey #989086
RGB
CMYK
RGB Variations
Color information
#989086 (or 0x989086) is known color: Heathered Grey. HEX triplet: 98, 90 and 86. RGB value is (152,144,134). Sum of RGB (Red+Green+Blue) = 152+144+134=430 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.35% from 430); Green value is 144 (56.64% from 255 or 33.49% from 430); Blue value is 134 (52.73% from 255 or 31.16% from 430); Max value from RGB is 152 - color contains mainly: red. Hex color #989086 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #989086 is #676F79. Grayscale: #919191. Windows color (decimal): -6778746 or 8818840. OLE color: 8818840.
HSL color Cylindrical-coordinate representation of color #989086: hue angle of 33.33º degrees, saturation: 0.08, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #989086 is Cyan = 0, Magento = 0.05, Yellow = 0.12 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 144 | 134 | - |
| CMYK | 0 | 0.05 | 0.12 | 0.40 |
| HSL | 33.33º | 0.08% | 0.56% | - |
| HSV(B) | 33.33º | 0.12% | 0.6% | - |
| XYZ | 27.23 | 28.34 | 26.59 | - |
| YUV | 145.25 | 121.65 | 132.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 144 | 134 | 0 | 0.05 | 0.12 | 0.40 | 33.33 | 0.08 | 0.56 |
| Hex | 98 | 90 | 86 | 0 | 5 | C | 28 | 21 | 8 | 38 |
| Octal | 230 | 220 | 206 | 0 | 5 | 14 | 50 | 41 | 10 | 70 |
| Binary | 10011000 | 10010000 | 10000110 | 0 | 101 | 1100 | 101000 | 100001 | 1000 | 111000 |
Color Harmonies of #989086
Complementary color
Monochromatic Colors of #989086
Black with #989086
Text Example
Text Example
White with #989086
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #989086; }
p { color: rgb(152,144,134); }
H1.HeaderClassName
{
color: #989086;
}
.AnyTagClassName
{
color: #989086;
}
</style>
background-color css
<style>
a { background-color: #989086; }
a { background-color: rgb(152,144,134); }
div.DivClassName
{
background-color: #989086;
}
.BgClassName
{
background-color: #989086;
}
</style>
border-color css
<style>
span { border-color: #989086; }
span { border-color: rgb(152,144,134); }
td.TdClassName
{
border-color: #989086;
}
.TagClassName
{
border-color: #989086;
}
</style>