Shades of Manatee #898AA0
Tints of Manatee #898AA0
RGB
CMYK
RGB Variations
Color information
#898AA0 (or 0x898AA0) is known color: Manatee. HEX triplet: 89, 8A and A0. RGB value is (137,138,160). Sum of RGB (Red+Green+Blue) = 137+138+160=435 (57% of max value = 765). Red value is 137 (53.91% from 255 or 31.49% from 435); Green value is 138 (54.30% from 255 or 31.72% from 435); Blue value is 160 (62.89% from 255 or 36.78% from 435); Max value from RGB is 160 - color contains mainly: blue. Hex color #898AA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #898AA0 is #76755F. Grayscale: #8C8C8C. Windows color (decimal): -7763296 or 10521225. OLE color: 10521225.
HSL color Cylindrical-coordinate representation of color #898AA0: hue angle of 237.39º degrees, saturation: 0.11, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #898AA0 is Cyan = 0.14, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 137 | 138 | 160 | - |
| CMYK | 0.14 | 0.14 | 0 | 0.37 |
| HSL | 237.39º | 0.11% | 0.58% | - |
| HSV(B) | 237.39º | 0.14% | 0.63% | - |
| XYZ | 25.75 | 26.03 | 36.93 | - |
| YUV | 140.21 | 139.17 | 125.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 138 | 160 | 0.14 | 0.14 | 0 | 0.37 | 237.39 | 0.11 | 0.58 |
| Hex | 89 | 8A | A0 | E | E | 0 | 25 | ED | B | 3A |
| Octal | 211 | 212 | 240 | 16 | 16 | 0 | 45 | 355 | 13 | 72 |
| Binary | 10001001 | 10001010 | 10100000 | 1110 | 1110 | 0 | 100101 | 11101101 | 1011 | 111010 |
Color Harmonies of #898AA0
Complementary color
Monochromatic Colors of #898AA0
Black with #898AA0
Text Example
Text Example
White with #898AA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #898AA0; }
p { color: rgb(137,138,160); }
H1.HeaderClassName
{
color: #898AA0;
}
.AnyTagClassName
{
color: #898AA0;
}
</style>
background-color css
<style>
a { background-color: #898AA0; }
a { background-color: rgb(137,138,160); }
div.DivClassName
{
background-color: #898AA0;
}
.BgClassName
{
background-color: #898AA0;
}
</style>
border-color css
<style>
span { border-color: #898AA0; }
span { border-color: rgb(137,138,160); }
td.TdClassName
{
border-color: #898AA0;
}
.TagClassName
{
border-color: #898AA0;
}
</style>