Shades of Heathered Grey #989286
Tints of Heathered Grey #989286
RGB
CMYK
RGB Variations
Color information
#989286 (or 0x989286) is known color: Heathered Grey. HEX triplet: 98, 92 and 86. RGB value is (152,146,134). Sum of RGB (Red+Green+Blue) = 152+146+134=432 (57% of max value = 765). Red value is 152 (59.77% from 255 or 35.19% from 432); Green value is 146 (57.42% from 255 or 33.80% from 432); Blue value is 134 (52.73% from 255 or 31.02% from 432); Max value from RGB is 152 - color contains mainly: red. Hex color #989286 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #989286 is #676D79. Grayscale: #929292. Windows color (decimal): -6778234 or 8819352. OLE color: 8819352.
HSL color Cylindrical-coordinate representation of color #989286: hue angle of 40º 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 #989286 is Cyan = 0, Magento = 0.04, Yellow = 0.12 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 146 | 134 | - |
| CMYK | 0 | 0.04 | 0.12 | 0.40 |
| HSL | 40º | 0.08% | 0.56% | - |
| HSV(B) | 40º | 0.12% | 0.6% | - |
| XYZ | 27.53 | 28.95 | 26.69 | - |
| YUV | 146.43 | 120.99 | 131.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 146 | 134 | 0 | 0.04 | 0.12 | 0.40 | 40 | 0.08 | 0.56 |
| Hex | 98 | 92 | 86 | 0 | 4 | C | 28 | 28 | 8 | 38 |
| Octal | 230 | 222 | 206 | 0 | 4 | 14 | 50 | 50 | 10 | 70 |
| Binary | 10011000 | 10010010 | 10000110 | 0 | 100 | 1100 | 101000 | 101000 | 1000 | 111000 |
Color Harmonies of #989286
Complementary color
Monochromatic Colors of #989286
Black with #989286
Text Example
Text Example
White with #989286
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #989286; }
p { color: rgb(152,146,134); }
H1.HeaderClassName
{
color: #989286;
}
.AnyTagClassName
{
color: #989286;
}
</style>
background-color css
<style>
a { background-color: #989286; }
a { background-color: rgb(152,146,134); }
div.DivClassName
{
background-color: #989286;
}
.BgClassName
{
background-color: #989286;
}
</style>
border-color css
<style>
span { border-color: #989286; }
span { border-color: rgb(152,146,134); }
td.TdClassName
{
border-color: #989286;
}
.TagClassName
{
border-color: #989286;
}
</style>