Shades of Manatee #89898F
Tints of Manatee #89898F
RGB
CMYK
RGB Variations
Color information
#89898F (or 0x89898F) is known color: Manatee. HEX triplet: 89, 89 and 8F. RGB value is (137,137,143). Sum of RGB (Red+Green+Blue) = 137+137+143=417 (55% of max value = 765). Red value is 137 (53.91% from 255 or 32.85% from 417); Green value is 137 (53.91% from 255 or 32.85% from 417); Blue value is 143 (56.25% from 255 or 34.29% from 417); Max value from RGB is 143 - color contains mainly: blue. Hex color #89898F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #89898F is #767670. Grayscale: #898989. Windows color (decimal): -7763569 or 9406857. OLE color: 9406857.
HSL color Cylindrical-coordinate representation of color #89898F: hue angle of 240º degrees, saturation: 0.03, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #89898F is Cyan = 0.04, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 137 | 137 | 143 | - |
| CMYK | 0.04 | 0.04 | 0 | 0.44 |
| HSL | 240º | 0.03% | 0.55% | - |
| HSV(B) | 240º | 0.04% | 0.56% | - |
| XYZ | 24.22 | 25.19 | 29.57 | - |
| YUV | 137.68 | 131 | 127.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 137 | 143 | 0.04 | 0.04 | 0 | 0.44 | 240 | 0.03 | 0.55 |
| Hex | 89 | 89 | 8F | 4 | 4 | 0 | 2C | F0 | 3 | 37 |
| Octal | 211 | 211 | 217 | 4 | 4 | 0 | 54 | 360 | 3 | 67 |
| Binary | 10001001 | 10001001 | 10001111 | 100 | 100 | 0 | 101100 | 11110000 | 11 | 110111 |
Color Harmonies of #89898F
Complementary color
Monochromatic Colors of #89898F
Black with #89898F
Text Example
Text Example
White with #89898F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89898F; }
p { color: rgb(137,137,143); }
H1.HeaderClassName
{
color: #89898F;
}
.AnyTagClassName
{
color: #89898F;
}
</style>
background-color css
<style>
a { background-color: #89898F; }
a { background-color: rgb(137,137,143); }
div.DivClassName
{
background-color: #89898F;
}
.BgClassName
{
background-color: #89898F;
}
</style>
border-color css
<style>
span { border-color: #89898F; }
span { border-color: rgb(137,137,143); }
td.TdClassName
{
border-color: #89898F;
}
.TagClassName
{
border-color: #89898F;
}
</style>