Shades of Manatee #898E9B
Tints of Manatee #898E9B
RGB
CMYK
RGB Variations
Color information
#898E9B (or 0x898E9B) is known color: Manatee. HEX triplet: 89, 8E and 9B. RGB value is (137,142,155). Sum of RGB (Red+Green+Blue) = 137+142+155=434 (57% of max value = 765). Red value is 137 (53.91% from 255 or 31.57% from 434); Green value is 142 (55.86% from 255 or 32.72% from 434); Blue value is 155 (60.94% from 255 or 35.71% from 434); Max value from RGB is 155 - color contains mainly: blue. Hex color #898E9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #898E9B is #767164. Grayscale: #8D8D8D. Windows color (decimal): -7762277 or 10194569. OLE color: 10194569.
HSL color Cylindrical-coordinate representation of color #898E9B: hue angle of 223.33º degrees, saturation: 0.08, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #898E9B is Cyan = 0.12, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 137 | 142 | 155 | - |
| CMYK | 0.12 | 0.08 | 0 | 0.39 |
| HSL | 223.33º | 0.08% | 0.57% | - |
| HSV(B) | 223.33º | 0.12% | 0.61% | - |
| XYZ | 25.91 | 27.03 | 34.86 | - |
| YUV | 141.99 | 135.34 | 124.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 142 | 155 | 0.12 | 0.08 | 0 | 0.39 | 223.33 | 0.08 | 0.57 |
| Hex | 89 | 8E | 9B | C | 8 | 0 | 27 | DF | 8 | 39 |
| Octal | 211 | 216 | 233 | 14 | 10 | 0 | 47 | 337 | 10 | 71 |
| Binary | 10001001 | 10001110 | 10011011 | 1100 | 1000 | 0 | 100111 | 11011111 | 1000 | 111001 |
Color Harmonies of #898E9B
Complementary color
Monochromatic Colors of #898E9B
Black with #898E9B
Text Example
Text Example
White with #898E9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #898E9B; }
p { color: rgb(137,142,155); }
H1.HeaderClassName
{
color: #898E9B;
}
.AnyTagClassName
{
color: #898E9B;
}
</style>
background-color css
<style>
a { background-color: #898E9B; }
a { background-color: rgb(137,142,155); }
div.DivClassName
{
background-color: #898E9B;
}
.BgClassName
{
background-color: #898E9B;
}
</style>
border-color css
<style>
span { border-color: #898E9B; }
span { border-color: rgb(137,142,155); }
td.TdClassName
{
border-color: #898E9B;
}
.TagClassName
{
border-color: #898E9B;
}
</style>