Shades of Mantle #8E9989
Tints of Mantle #8E9989
RGB
CMYK
RGB Variations
Color information
#8E9989 (or 0x8E9989) is known color: Mantle. HEX triplet: 8E, 99 and 89. RGB value is (142,153,137). Sum of RGB (Red+Green+Blue) = 142+153+137=432 (57% of max value = 765). Red value is 142 (55.86% from 255 or 32.87% from 432); Green value is 153 (60.16% from 255 or 35.42% from 432); Blue value is 137 (53.91% from 255 or 31.71% from 432); Max value from RGB is 153 - color contains mainly: green. Hex color #8E9989 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E9989 is #716676. Grayscale: #939393. Windows color (decimal): -7431799 or 9017742. OLE color: 9017742.
HSL color Cylindrical-coordinate representation of color #8E9989: hue angle of 101.25º degrees, saturation: 0.07, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #8E9989 is Cyan = 0.07, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 142 | 153 | 137 | - |
| CMYK | 0.07 | 0 | 0.10 | 0.4 |
| HSL | 101.25º | 0.07% | 0.57% | - |
| HSV(B) | 101.25º | 0.1% | 0.6% | - |
| XYZ | 27.06 | 30.34 | 28.1 | - |
| YUV | 147.89 | 121.86 | 123.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 153 | 137 | 0.07 | 0 | 0.10 | 0.4 | 101.25 | 0.07 | 0.57 |
| Hex | 8E | 99 | 89 | 7 | 0 | A | 28 | 65 | 7 | 39 |
| Octal | 216 | 231 | 211 | 7 | 0 | 12 | 50 | 145 | 7 | 71 |
| Binary | 10001110 | 10011001 | 10001001 | 111 | 0 | 1010 | 101000 | 1100101 | 111 | 111001 |
Color Harmonies of #8E9989
Complementary color
Monochromatic Colors of #8E9989
Black with #8E9989
Text Example
Text Example
White with #8E9989
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E9989; }
p { color: rgb(142,153,137); }
H1.HeaderClassName
{
color: #8E9989;
}
.AnyTagClassName
{
color: #8E9989;
}
</style>
background-color css
<style>
a { background-color: #8E9989; }
a { background-color: rgb(142,153,137); }
div.DivClassName
{
background-color: #8E9989;
}
.BgClassName
{
background-color: #8E9989;
}
</style>
border-color css
<style>
span { border-color: #8E9989; }
span { border-color: rgb(142,153,137); }
td.TdClassName
{
border-color: #8E9989;
}
.TagClassName
{
border-color: #8E9989;
}
</style>