Shades of Manatee #898A90
Tints of Manatee #898A90
RGB
CMYK
RGB Variations
Color information
#898A90 (or 0x898A90) is known color: Manatee. HEX triplet: 89, 8A and 90. RGB value is (137,138,144). Sum of RGB (Red+Green+Blue) = 137+138+144=419 (55% of max value = 765). Red value is 137 (53.91% from 255 or 32.70% from 419); Green value is 138 (54.30% from 255 or 32.94% from 419); Blue value is 144 (56.64% from 255 or 34.37% from 419); Max value from RGB is 144 - color contains mainly: blue. Hex color #898A90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #898A90 is #76756F. Grayscale: #8A8A8A. Windows color (decimal): -7763312 or 9472649. OLE color: 9472649.
HSL color Cylindrical-coordinate representation of color #898A90: hue angle of 231.43º degrees, saturation: 0.03, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #898A90 is Cyan = 0.05, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 137 | 138 | 144 | - |
| CMYK | 0.05 | 0.04 | 0 | 0.44 |
| HSL | 231.43º | 0.03% | 0.55% | - |
| HSV(B) | 231.43º | 0.05% | 0.56% | - |
| XYZ | 24.44 | 25.51 | 30.02 | - |
| YUV | 138.39 | 131.17 | 127.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 138 | 144 | 0.05 | 0.04 | 0 | 0.44 | 231.43 | 0.03 | 0.55 |
| Hex | 89 | 8A | 90 | 5 | 4 | 0 | 2C | E7 | 3 | 37 |
| Octal | 211 | 212 | 220 | 5 | 4 | 0 | 54 | 347 | 3 | 67 |
| Binary | 10001001 | 10001010 | 10010000 | 101 | 100 | 0 | 101100 | 11100111 | 11 | 110111 |
Color Harmonies of #898A90
Complementary color
Monochromatic Colors of #898A90
Black with #898A90
Text Example
Text Example
White with #898A90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #898A90; }
p { color: rgb(137,138,144); }
H1.HeaderClassName
{
color: #898A90;
}
.AnyTagClassName
{
color: #898A90;
}
</style>
background-color css
<style>
a { background-color: #898A90; }
a { background-color: rgb(137,138,144); }
div.DivClassName
{
background-color: #898A90;
}
.BgClassName
{
background-color: #898A90;
}
</style>
border-color css
<style>
span { border-color: #898A90; }
span { border-color: rgb(137,138,144); }
td.TdClassName
{
border-color: #898A90;
}
.TagClassName
{
border-color: #898A90;
}
</style>