Shades of Heathered Grey #988E82
Tints of Heathered Grey #988E82
RGB
CMYK
RGB Variations
Color information
#988E82 (or 0x988E82) is known color: Heathered Grey. HEX triplet: 98, 8E and 82. RGB value is (152,142,130). Sum of RGB (Red+Green+Blue) = 152+142+130=424 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.85% from 424); Green value is 142 (55.86% from 255 or 33.49% from 424); Blue value is 130 (51.17% from 255 or 30.66% from 424); Max value from RGB is 152 - color contains mainly: red. Hex color #988E82 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #988E82 is #67717D. Grayscale: #8F8F8F. Windows color (decimal): -6779262 or 8556184. OLE color: 8556184.
HSL color Cylindrical-coordinate representation of color #988E82: hue angle of 32.73º degrees, saturation: 0.1, 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 #988E82 is Cyan = 0, Magento = 0.07, Yellow = 0.14 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 142 | 130 | - |
| CMYK | 0 | 0.07 | 0.14 | 0.40 |
| HSL | 32.73º | 0.1% | 0.55% | - |
| HSV(B) | 32.73º | 0.14% | 0.6% | - |
| XYZ | 26.65 | 27.63 | 25.05 | - |
| YUV | 143.62 | 120.31 | 133.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 142 | 130 | 0 | 0.07 | 0.14 | 0.40 | 32.73 | 0.1 | 0.55 |
| Hex | 98 | 8E | 82 | 0 | 7 | E | 28 | 21 | A | 37 |
| Octal | 230 | 216 | 202 | 0 | 7 | 16 | 50 | 41 | 12 | 67 |
| Binary | 10011000 | 10001110 | 10000010 | 0 | 111 | 1110 | 101000 | 100001 | 1010 | 110111 |
Color Harmonies of #988E82
Complementary color
Monochromatic Colors of #988E82
Black with #988E82
Text Example
Text Example
White with #988E82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #988E82; }
p { color: rgb(152,142,130); }
H1.HeaderClassName
{
color: #988E82;
}
.AnyTagClassName
{
color: #988E82;
}
</style>
background-color css
<style>
a { background-color: #988E82; }
a { background-color: rgb(152,142,130); }
div.DivClassName
{
background-color: #988E82;
}
.BgClassName
{
background-color: #988E82;
}
</style>
border-color css
<style>
span { border-color: #988E82; }
span { border-color: rgb(152,142,130); }
td.TdClassName
{
border-color: #988E82;
}
.TagClassName
{
border-color: #988E82;
}
</style>