Shades of Manatee #898B9A
Tints of Manatee #898B9A
RGB
CMYK
RGB Variations
Color information
#898B9A (or 0x898B9A) is known color: Manatee. HEX triplet: 89, 8B and 9A. RGB value is (137,139,154). Sum of RGB (Red+Green+Blue) = 137+139+154=430 (56% of max value = 765). Red value is 137 (53.91% from 255 or 31.86% from 430); Green value is 139 (54.69% from 255 or 32.33% from 430); Blue value is 154 (60.55% from 255 or 35.81% from 430); Max value from RGB is 154 - color contains mainly: blue. Hex color #898B9A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #898B9A is #767465. Grayscale: #8C8C8C. Windows color (decimal): -7763046 or 10128265. OLE color: 10128265.
HSL color Cylindrical-coordinate representation of color #898B9A: hue angle of 232.94º degrees, saturation: 0.08, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #898B9A is Cyan = 0.11, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 137 | 139 | 154 | - |
| CMYK | 0.11 | 0.10 | 0 | 0.40 |
| HSL | 232.94º | 0.08% | 0.57% | - |
| HSV(B) | 232.94º | 0.11% | 0.6% | - |
| XYZ | 25.38 | 26.12 | 34.28 | - |
| YUV | 140.11 | 135.84 | 125.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 139 | 154 | 0.11 | 0.10 | 0 | 0.40 | 232.94 | 0.08 | 0.57 |
| Hex | 89 | 8B | 9A | B | A | 0 | 28 | E9 | 8 | 39 |
| Octal | 211 | 213 | 232 | 13 | 12 | 0 | 50 | 351 | 10 | 71 |
| Binary | 10001001 | 10001011 | 10011010 | 1011 | 1010 | 0 | 101000 | 11101001 | 1000 | 111001 |
Color Harmonies of #898B9A
Complementary color
Monochromatic Colors of #898B9A
Black with #898B9A
Text Example
Text Example
White with #898B9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #898B9A; }
p { color: rgb(137,139,154); }
H1.HeaderClassName
{
color: #898B9A;
}
.AnyTagClassName
{
color: #898B9A;
}
</style>
background-color css
<style>
a { background-color: #898B9A; }
a { background-color: rgb(137,139,154); }
div.DivClassName
{
background-color: #898B9A;
}
.BgClassName
{
background-color: #898B9A;
}
</style>
border-color css
<style>
span { border-color: #898B9A; }
span { border-color: rgb(137,139,154); }
td.TdClassName
{
border-color: #898B9A;
}
.TagClassName
{
border-color: #898B9A;
}
</style>