Shades of Manatee #898DAA
Tints of Manatee #898DAA
RGB
CMYK
RGB Variations
Color information
#898DAA (or 0x898DAA) is known color: Manatee. HEX triplet: 89, 8D and AA. RGB value is (137,141,170). Sum of RGB (Red+Green+Blue) = 137+141+170=448 (59% of max value = 765). Red value is 137 (53.91% from 255 or 30.58% from 448); Green value is 141 (55.47% from 255 or 31.47% from 448); Blue value is 170 (66.80% from 255 or 37.95% from 448); Max value from RGB is 170 - color contains mainly: blue. Hex color #898DAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #898DAA is #767255. Grayscale: #8E8E8E. Windows color (decimal): -7762518 or 11177353. OLE color: 11177353.
HSL color Cylindrical-coordinate representation of color #898DAA: hue angle of 232.73º degrees, saturation: 0.16, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #898DAA is Cyan = 0.19, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 137 | 141 | 170 | - |
| CMYK | 0.19 | 0.17 | 0 | 0.33 |
| HSL | 232.73º | 0.16% | 0.6% | - |
| HSV(B) | 232.73º | 0.19% | 0.67% | - |
| XYZ | 27.1 | 27.27 | 41.87 | - |
| YUV | 143.11 | 143.17 | 123.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 141 | 170 | 0.19 | 0.17 | 0 | 0.33 | 232.73 | 0.16 | 0.6 |
| Hex | 89 | 8D | AA | 13 | 11 | 0 | 21 | E9 | 10 | 3C |
| Octal | 211 | 215 | 252 | 23 | 21 | 0 | 41 | 351 | 20 | 74 |
| Binary | 10001001 | 10001101 | 10101010 | 10011 | 10001 | 0 | 100001 | 11101001 | 10000 | 111100 |
Color Harmonies of #898DAA
Complementary color
Monochromatic Colors of #898DAA
Black with #898DAA
Text Example
Text Example
White with #898DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #898DAA; }
p { color: rgb(137,141,170); }
H1.HeaderClassName
{
color: #898DAA;
}
.AnyTagClassName
{
color: #898DAA;
}
</style>
background-color css
<style>
a { background-color: #898DAA; }
a { background-color: rgb(137,141,170); }
div.DivClassName
{
background-color: #898DAA;
}
.BgClassName
{
background-color: #898DAA;
}
</style>
border-color css
<style>
span { border-color: #898DAA; }
span { border-color: rgb(137,141,170); }
td.TdClassName
{
border-color: #898DAA;
}
.TagClassName
{
border-color: #898DAA;
}
</style>