Shades of Heathered Grey #988B7D
Tints of Heathered Grey #988B7D
RGB
CMYK
RGB Variations
Color information
#988B7D (or 0x988B7D) is known color: Heathered Grey. HEX triplet: 98, 8B and 7D. RGB value is (152,139,125). Sum of RGB (Red+Green+Blue) = 152+139+125=416 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.54% from 416); Green value is 139 (54.69% from 255 or 33.41% from 416); Blue value is 125 (49.22% from 255 or 30.05% from 416); Max value from RGB is 152 - color contains mainly: red. Hex color #988B7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988B7D is #677482. Grayscale: #8D8D8D. Windows color (decimal): -6780035 or 8227736. OLE color: 8227736.
HSL color Cylindrical-coordinate representation of color #988B7D: hue angle of 31.11º degrees, saturation: 0.12, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #988B7D is Cyan = 0, Magento = 0.09, Yellow = 0.18 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 139 | 125 | - |
| CMYK | 0 | 0.09 | 0.18 | 0.40 |
| HSL | 31.11º | 0.12% | 0.54% | - |
| HSV(B) | 31.11º | 0.18% | 0.6% | - |
| XYZ | 25.88 | 26.62 | 23.18 | - |
| YUV | 141.29 | 118.81 | 135.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 139 | 125 | 0 | 0.09 | 0.18 | 0.40 | 31.11 | 0.12 | 0.54 |
| Hex | 98 | 8B | 7D | 0 | 9 | 12 | 28 | 1F | C | 36 |
| Octal | 230 | 213 | 175 | 0 | 11 | 22 | 50 | 37 | 14 | 66 |
| Binary | 10011000 | 10001011 | 1111101 | 0 | 1001 | 10010 | 101000 | 11111 | 1100 | 110110 |
Color Harmonies of #988B7D
Complementary color
Monochromatic Colors of #988B7D
Black with #988B7D
Text Example
Text Example
White with #988B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #988B7D; }
p { color: rgb(152,139,125); }
H1.HeaderClassName
{
color: #988B7D;
}
.AnyTagClassName
{
color: #988B7D;
}
</style>
background-color css
<style>
a { background-color: #988B7D; }
a { background-color: rgb(152,139,125); }
div.DivClassName
{
background-color: #988B7D;
}
.BgClassName
{
background-color: #988B7D;
}
</style>
border-color css
<style>
span { border-color: #988B7D; }
span { border-color: rgb(152,139,125); }
td.TdClassName
{
border-color: #988B7D;
}
.TagClassName
{
border-color: #988B7D;
}
</style>