Shades of Manatee #89898C
Tints of Manatee #89898C
RGB
CMYK
RGB Variations
Color information
#89898C (or 0x89898C) is known color: Manatee. HEX triplet: 89, 89 and 8C. RGB value is (137,137,140). Sum of RGB (Red+Green+Blue) = 137+137+140=414 (54% of max value = 765). Red value is 137 (53.91% from 255 or 33.09% from 414); Green value is 137 (53.91% from 255 or 33.09% from 414); Blue value is 140 (55.08% from 255 or 33.82% from 414); Max value from RGB is 140 - color contains mainly: blue. Hex color #89898C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #89898C is #767673. Grayscale: #898989. Windows color (decimal): -7763572 or 9210249. OLE color: 9210249.
HSL color Cylindrical-coordinate representation of color #89898C: hue angle of 240º degrees, saturation: 0.01, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #89898C is Cyan = 0.02, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
RGB | 137 | 137 | 140 | - |
CMYK | 0.02 | 0.02 | 0 | 0.45 |
HSL | 240º | 0.01% | 0.54% | - |
HSV(B) | 240º | 0.02% | 0.55% | - |
XYZ | 24 | 25.1 | 28.39 | - |
YUV | 137.34 | 129.5 | 127.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 137 | 137 | 140 | 0.02 | 0.02 | 0 | 0.45 | 240 | 0.01 | 0.54 |
Hex | 89 | 89 | 8C | 2 | 2 | 0 | 2D | F0 | 1 | 36 |
Octal | 211 | 211 | 214 | 2 | 2 | 0 | 55 | 360 | 1 | 66 |
Binary | 10001001 | 10001001 | 10001100 | 10 | 10 | 0 | 101101 | 11110000 | 1 | 110110 |
Color Harmonies of #89898C
Complementary color
Monochromatic Colors of #89898C
Black with #89898C
Text Example
Text Example
White with #89898C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89898C; }
p { color: rgb(137,137,140); }
H1.HeaderClassName
{
color: #89898C;
}
.AnyTagClassName
{
color: #89898C;
}
</style>
background-color css
<style>
a { background-color: #89898C; }
a { background-color: rgb(137,137,140); }
div.DivClassName
{
background-color: #89898C;
}
.BgClassName
{
background-color: #89898C;
}
</style>
border-color css
<style>
span { border-color: #89898C; }
span { border-color: rgb(137,137,140); }
td.TdClassName
{
border-color: #89898C;
}
.TagClassName
{
border-color: #89898C;
}
</style>