Shades of Heathered Grey #988E83
Tints of Heathered Grey #988E83
RGB
CMYK
RGB Variations
Color information
#988E83 (or 0x988E83) is known color: Heathered Grey. HEX triplet: 98, 8E and 83. RGB value is (152,142,131). Sum of RGB (Red+Green+Blue) = 152+142+131=425 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.76% from 425); Green value is 142 (55.86% from 255 or 33.41% from 425); Blue value is 131 (51.56% from 255 or 30.82% from 425); Max value from RGB is 152 - color contains mainly: red. Hex color #988E83 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #988E83 is #67717C. Grayscale: #8F8F8F. Windows color (decimal): -6779261 or 8621720. OLE color: 8621720.
HSL color Cylindrical-coordinate representation of color #988E83: hue angle of 31.43º degrees, saturation: 0.09, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #988E83 is Cyan = 0, Magento = 0.07, Yellow = 0.14 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 142 | 131 | - |
| CMYK | 0 | 0.07 | 0.14 | 0.40 |
| HSL | 31.43º | 0.09% | 0.55% | - |
| HSV(B) | 31.43º | 0.14% | 0.6% | - |
| XYZ | 26.72 | 27.66 | 25.4 | - |
| YUV | 143.74 | 120.81 | 133.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 142 | 131 | 0 | 0.07 | 0.14 | 0.40 | 31.43 | 0.09 | 0.55 |
| Hex | 98 | 8E | 83 | 0 | 7 | E | 28 | 1F | 9 | 37 |
| Octal | 230 | 216 | 203 | 0 | 7 | 16 | 50 | 37 | 11 | 67 |
| Binary | 10011000 | 10001110 | 10000011 | 0 | 111 | 1110 | 101000 | 11111 | 1001 | 110111 |
Color Harmonies of #988E83
Complementary color
Monochromatic Colors of #988E83
Black with #988E83
Text Example
Text Example
White with #988E83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #988E83; }
p { color: rgb(152,142,131); }
H1.HeaderClassName
{
color: #988E83;
}
.AnyTagClassName
{
color: #988E83;
}
</style>
background-color css
<style>
a { background-color: #988E83; }
a { background-color: rgb(152,142,131); }
div.DivClassName
{
background-color: #988E83;
}
.BgClassName
{
background-color: #988E83;
}
</style>
border-color css
<style>
span { border-color: #988E83; }
span { border-color: rgb(152,142,131); }
td.TdClassName
{
border-color: #988E83;
}
.TagClassName
{
border-color: #988E83;
}
</style>