Shades of Manatee #898FA0
Tints of Manatee #898FA0
RGB
CMYK
RGB Variations
Color information
#898FA0 (or 0x898FA0) is known color: Manatee. HEX triplet: 89, 8F and A0. RGB value is (137,143,160). Sum of RGB (Red+Green+Blue) = 137+143+160=440 (58% of max value = 765). Red value is 137 (53.91% from 255 or 31.14% from 440); Green value is 143 (56.25% from 255 or 32.5% from 440); Blue value is 160 (62.89% from 255 or 36.36% from 440); Max value from RGB is 160 - color contains mainly: blue. Hex color #898FA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #898FA0 is #76705F. Grayscale: #8F8F8F. Windows color (decimal): -7762016 or 10522505. OLE color: 10522505.
HSL color Cylindrical-coordinate representation of color #898FA0: hue angle of 224.35º 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 #898FA0 is Cyan = 0.14, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 137 | 143 | 160 | - |
| CMYK | 0.14 | 0.11 | 0 | 0.37 |
| HSL | 224.35º | 0.11% | 0.58% | - |
| HSV(B) | 224.35º | 0.14% | 0.63% | - |
| XYZ | 26.48 | 27.5 | 37.17 | - |
| YUV | 143.14 | 137.51 | 123.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 143 | 160 | 0.14 | 0.11 | 0 | 0.37 | 224.35 | 0.11 | 0.58 |
| Hex | 89 | 8F | A0 | E | B | 0 | 25 | E0 | B | 3A |
| Octal | 211 | 217 | 240 | 16 | 13 | 0 | 45 | 340 | 13 | 72 |
| Binary | 10001001 | 10001111 | 10100000 | 1110 | 1011 | 0 | 100101 | 11100000 | 1011 | 111010 |
Color Harmonies of #898FA0
Complementary color
Monochromatic Colors of #898FA0
Black with #898FA0
Text Example
Text Example
White with #898FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #898FA0; }
p { color: rgb(137,143,160); }
H1.HeaderClassName
{
color: #898FA0;
}
.AnyTagClassName
{
color: #898FA0;
}
</style>
background-color css
<style>
a { background-color: #898FA0; }
a { background-color: rgb(137,143,160); }
div.DivClassName
{
background-color: #898FA0;
}
.BgClassName
{
background-color: #898FA0;
}
</style>
border-color css
<style>
span { border-color: #898FA0; }
span { border-color: rgb(137,143,160); }
td.TdClassName
{
border-color: #898FA0;
}
.TagClassName
{
border-color: #898FA0;
}
</style>