Shades of Heathered Grey #988E81
Tints of Heathered Grey #988E81
RGB
CMYK
RGB Variations
Color information
#988E81 (or 0x988E81) is known color: Heathered Grey. HEX triplet: 98, 8E and 81. RGB value is (152,142,129). Sum of RGB (Red+Green+Blue) = 152+142+129=423 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.93% from 423); Green value is 142 (55.86% from 255 or 33.57% from 423); Blue value is 129 (50.78% from 255 or 30.50% from 423); Max value from RGB is 152 - color contains mainly: red. Hex color #988E81 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #988E81 is #67717E. Grayscale: #8F8F8F. Windows color (decimal): -6779263 or 8490648. OLE color: 8490648.
HSL color Cylindrical-coordinate representation of color #988E81: hue angle of 33.91º degrees, saturation: 0.1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #988E81 is Cyan = 0, Magento = 0.07, Yellow = 0.15 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 142 | 129 | - |
| CMYK | 0 | 0.07 | 0.15 | 0.40 |
| HSL | 33.91º | 0.1% | 0.55% | - |
| HSV(B) | 33.91º | 0.15% | 0.6% | - |
| XYZ | 26.58 | 27.61 | 24.7 | - |
| YUV | 143.51 | 119.81 | 134.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 142 | 129 | 0 | 0.07 | 0.15 | 0.40 | 33.91 | 0.1 | 0.55 |
| Hex | 98 | 8E | 81 | 0 | 7 | F | 28 | 22 | A | 37 |
| Octal | 230 | 216 | 201 | 0 | 7 | 17 | 50 | 42 | 12 | 67 |
| Binary | 10011000 | 10001110 | 10000001 | 0 | 111 | 1111 | 101000 | 100010 | 1010 | 110111 |
Color Harmonies of #988E81
Complementary color
Monochromatic Colors of #988E81
Black with #988E81
Text Example
Text Example
White with #988E81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #988E81; }
p { color: rgb(152,142,129); }
H1.HeaderClassName
{
color: #988E81;
}
.AnyTagClassName
{
color: #988E81;
}
</style>
background-color css
<style>
a { background-color: #988E81; }
a { background-color: rgb(152,142,129); }
div.DivClassName
{
background-color: #988E81;
}
.BgClassName
{
background-color: #988E81;
}
</style>
border-color css
<style>
span { border-color: #988E81; }
span { border-color: rgb(152,142,129); }
td.TdClassName
{
border-color: #988E81;
}
.TagClassName
{
border-color: #988E81;
}
</style>