Shades of Heathered Grey #989186
Tints of Heathered Grey #989186
RGB
CMYK
RGB Variations
Color information
#989186 (or 0x989186) is known color: Heathered Grey. HEX triplet: 98, 91 and 86. RGB value is (152,145,134). Sum of RGB (Red+Green+Blue) = 152+145+134=431 (57% of max value = 765). Red value is 152 (59.77% from 255 or 35.27% from 431); Green value is 145 (57.03% from 255 or 33.64% from 431); Blue value is 134 (52.73% from 255 or 31.09% from 431); Max value from RGB is 152 - color contains mainly: red. Hex color #989186 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #989186 is #676E79. Grayscale: #919191. Windows color (decimal): -6778490 or 8819096. OLE color: 8819096.
HSL color Cylindrical-coordinate representation of color #989186: hue angle of 36.67º 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 #989186 is Cyan = 0, Magento = 0.05, Yellow = 0.12 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 145 | 134 | - |
| CMYK | 0 | 0.05 | 0.12 | 0.40 |
| HSL | 36.67º | 0.08% | 0.56% | - |
| HSV(B) | 36.67º | 0.12% | 0.6% | - |
| XYZ | 27.38 | 28.65 | 26.64 | - |
| YUV | 145.84 | 121.32 | 132.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 145 | 134 | 0 | 0.05 | 0.12 | 0.40 | 36.67 | 0.08 | 0.56 |
| Hex | 98 | 91 | 86 | 0 | 5 | C | 28 | 25 | 8 | 38 |
| Octal | 230 | 221 | 206 | 0 | 5 | 14 | 50 | 45 | 10 | 70 |
| Binary | 10011000 | 10010001 | 10000110 | 0 | 101 | 1100 | 101000 | 100101 | 1000 | 111000 |
Color Harmonies of #989186
Complementary color
Monochromatic Colors of #989186
Black with #989186
Text Example
Text Example
White with #989186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #989186; }
p { color: rgb(152,145,134); }
H1.HeaderClassName
{
color: #989186;
}
.AnyTagClassName
{
color: #989186;
}
</style>
background-color css
<style>
a { background-color: #989186; }
a { background-color: rgb(152,145,134); }
div.DivClassName
{
background-color: #989186;
}
.BgClassName
{
background-color: #989186;
}
</style>
border-color css
<style>
span { border-color: #989186; }
span { border-color: rgb(152,145,134); }
td.TdClassName
{
border-color: #989186;
}
.TagClassName
{
border-color: #989186;
}
</style>