Shades of Mantle #8D9989
Tints of Mantle #8D9989
RGB
CMYK
RGB Variations
Color information
#8D9989 (or 0x8D9989) is known color: Mantle. HEX triplet: 8D, 99 and 89. RGB value is (141,153,137). Sum of RGB (Red+Green+Blue) = 141+153+137=431 (57% of max value = 765). Red value is 141 (55.47% from 255 or 32.71% from 431); Green value is 153 (60.16% from 255 or 35.50% from 431); Blue value is 137 (53.91% from 255 or 31.79% from 431); Max value from RGB is 153 - color contains mainly: green. Hex color #8D9989 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D9989 is #726676. Grayscale: #939393. Windows color (decimal): -7497335 or 9017741. OLE color: 9017741.
HSL color Cylindrical-coordinate representation of color #8D9989: hue angle of 105º 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 #8D9989 is Cyan = 0.08, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 141 | 153 | 137 | - |
| CMYK | 0.08 | 0 | 0.10 | 0.4 |
| HSL | 105º | 0.07% | 0.57% | - |
| HSV(B) | 105º | 0.1% | 0.6% | - |
| XYZ | 26.89 | 30.25 | 28.09 | - |
| YUV | 147.59 | 122.02 | 123.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 153 | 137 | 0.08 | 0 | 0.10 | 0.4 | 105 | 0.07 | 0.57 |
| Hex | 8D | 99 | 89 | 8 | 0 | A | 28 | 69 | 7 | 39 |
| Octal | 215 | 231 | 211 | 10 | 0 | 12 | 50 | 151 | 7 | 71 |
| Binary | 10001101 | 10011001 | 10001001 | 1000 | 0 | 1010 | 101000 | 1101001 | 111 | 111001 |
Color Harmonies of #8D9989
Complementary color
Monochromatic Colors of #8D9989
Black with #8D9989
Text Example
Text Example
White with #8D9989
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D9989; }
p { color: rgb(141,153,137); }
H1.HeaderClassName
{
color: #8D9989;
}
.AnyTagClassName
{
color: #8D9989;
}
</style>
background-color css
<style>
a { background-color: #8D9989; }
a { background-color: rgb(141,153,137); }
div.DivClassName
{
background-color: #8D9989;
}
.BgClassName
{
background-color: #8D9989;
}
</style>
border-color css
<style>
span { border-color: #8D9989; }
span { border-color: rgb(141,153,137); }
td.TdClassName
{
border-color: #8D9989;
}
.TagClassName
{
border-color: #8D9989;
}
</style>