Shades of Heathered Grey #988F81
Tints of Heathered Grey #988F81
RGB
CMYK
RGB Variations
Color information
#988F81 (or 0x988F81) is known color: Heathered Grey. HEX triplet: 98, 8F and 81. RGB value is (152,143,129). Sum of RGB (Red+Green+Blue) = 152+143+129=424 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.85% from 424); Green value is 143 (56.25% from 255 or 33.73% from 424); Blue value is 129 (50.78% from 255 or 30.42% from 424); Max value from RGB is 152 - color contains mainly: red. Hex color #988F81 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #988F81 is #67707E. Grayscale: #909090. Windows color (decimal): -6779007 or 8490904. OLE color: 8490904.
HSL color Cylindrical-coordinate representation of color #988F81: hue angle of 36.52º 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 #988F81 is Cyan = 0, Magento = 0.06, Yellow = 0.15 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 143 | 129 | - |
| CMYK | 0 | 0.06 | 0.15 | 0.40 |
| HSL | 36.52º | 0.1% | 0.55% | - |
| HSV(B) | 36.52º | 0.15% | 0.6% | - |
| XYZ | 26.73 | 27.91 | 24.75 | - |
| YUV | 144.1 | 119.48 | 133.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 143 | 129 | 0 | 0.06 | 0.15 | 0.40 | 36.52 | 0.1 | 0.55 |
| Hex | 98 | 8F | 81 | 0 | 6 | F | 28 | 25 | A | 37 |
| Octal | 230 | 217 | 201 | 0 | 6 | 17 | 50 | 45 | 12 | 67 |
| Binary | 10011000 | 10001111 | 10000001 | 0 | 110 | 1111 | 101000 | 100101 | 1010 | 110111 |
Color Harmonies of #988F81
Complementary color
Monochromatic Colors of #988F81
Black with #988F81
Text Example
Text Example
White with #988F81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #988F81; }
p { color: rgb(152,143,129); }
H1.HeaderClassName
{
color: #988F81;
}
.AnyTagClassName
{
color: #988F81;
}
</style>
background-color css
<style>
a { background-color: #988F81; }
a { background-color: rgb(152,143,129); }
div.DivClassName
{
background-color: #988F81;
}
.BgClassName
{
background-color: #988F81;
}
</style>
border-color css
<style>
span { border-color: #988F81; }
span { border-color: rgb(152,143,129); }
td.TdClassName
{
border-color: #988F81;
}
.TagClassName
{
border-color: #988F81;
}
</style>