Shades of Mantle #8B9989
Tints of Mantle #8B9989
RGB
CMYK
RGB Variations
Color information
#8B9989 (or 0x8B9989) is known color: Mantle. HEX triplet: 8B, 99 and 89. RGB value is (139,153,137). Sum of RGB (Red+Green+Blue) = 139+153+137=429 (56% of max value = 765). Red value is 139 (54.69% from 255 or 32.40% from 429); Green value is 153 (60.16% from 255 or 35.66% from 429); Blue value is 137 (53.91% from 255 or 31.93% from 429); Max value from RGB is 153 - color contains mainly: green. Hex color #8B9989 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B9989 is #746676. Grayscale: #939393. Windows color (decimal): -7628407 or 9017739. OLE color: 9017739.
HSL color Cylindrical-coordinate representation of color #8B9989: hue angle of 112.5º 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 #8B9989 is Cyan = 0.09, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 139 | 153 | 137 | - |
| CMYK | 0.09 | 0 | 0.10 | 0.4 |
| HSL | 112.5º | 0.07% | 0.57% | - |
| HSV(B) | 112.5º | 0.1% | 0.6% | - |
| XYZ | 26.55 | 30.08 | 28.07 | - |
| YUV | 146.99 | 122.36 | 122.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 153 | 137 | 0.09 | 0 | 0.10 | 0.4 | 112.5 | 0.07 | 0.57 |
| Hex | 8B | 99 | 89 | 9 | 0 | A | 28 | 70 | 7 | 39 |
| Octal | 213 | 231 | 211 | 11 | 0 | 12 | 50 | 160 | 7 | 71 |
| Binary | 10001011 | 10011001 | 10001001 | 1001 | 0 | 1010 | 101000 | 1110000 | 111 | 111001 |
Color Harmonies of #8B9989
Complementary color
Monochromatic Colors of #8B9989
Black with #8B9989
Text Example
Text Example
White with #8B9989
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B9989; }
p { color: rgb(139,153,137); }
H1.HeaderClassName
{
color: #8B9989;
}
.AnyTagClassName
{
color: #8B9989;
}
</style>
background-color css
<style>
a { background-color: #8B9989; }
a { background-color: rgb(139,153,137); }
div.DivClassName
{
background-color: #8B9989;
}
.BgClassName
{
background-color: #8B9989;
}
</style>
border-color css
<style>
span { border-color: #8B9989; }
span { border-color: rgb(139,153,137); }
td.TdClassName
{
border-color: #8B9989;
}
.TagClassName
{
border-color: #8B9989;
}
</style>