Shades of Manatee #898C92
Tints of Manatee #898C92
RGB
CMYK
RGB Variations
Color information
#898C92 (or 0x898C92) is known color: Manatee. HEX triplet: 89, 8C and 92. RGB value is (137,140,146). Sum of RGB (Red+Green+Blue) = 137+140+146=423 (56% of max value = 765). Red value is 137 (53.91% from 255 or 32.39% from 423); Green value is 140 (55.08% from 255 or 33.10% from 423); Blue value is 146 (57.42% from 255 or 34.52% from 423); Max value from RGB is 146 - color contains mainly: blue. Hex color #898C92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #898C92 is #76736D. Grayscale: #8B8B8B. Windows color (decimal): -7762798 or 9604233. OLE color: 9604233.
HSL color Cylindrical-coordinate representation of color #898C92: hue angle of 220º degrees, saturation: 0.04, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #898C92 is Cyan = 0.06, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 137 | 140 | 146 | - |
| CMYK | 0.06 | 0.04 | 0 | 0.43 |
| HSL | 220º | 0.04% | 0.55% | - |
| HSV(B) | 220º | 0.06% | 0.57% | - |
| XYZ | 24.88 | 26.15 | 30.93 | - |
| YUV | 139.79 | 131.51 | 126.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 140 | 146 | 0.06 | 0.04 | 0 | 0.43 | 220 | 0.04 | 0.55 |
| Hex | 89 | 8C | 92 | 6 | 4 | 0 | 2B | DC | 4 | 37 |
| Octal | 211 | 214 | 222 | 6 | 4 | 0 | 53 | 334 | 4 | 67 |
| Binary | 10001001 | 10001100 | 10010010 | 110 | 100 | 0 | 101011 | 11011100 | 100 | 110111 |
Color Harmonies of #898C92
Complementary color
Monochromatic Colors of #898C92
Black with #898C92
Text Example
Text Example
White with #898C92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #898C92; }
p { color: rgb(137,140,146); }
H1.HeaderClassName
{
color: #898C92;
}
.AnyTagClassName
{
color: #898C92;
}
</style>
background-color css
<style>
a { background-color: #898C92; }
a { background-color: rgb(137,140,146); }
div.DivClassName
{
background-color: #898C92;
}
.BgClassName
{
background-color: #898C92;
}
</style>
border-color css
<style>
span { border-color: #898C92; }
span { border-color: rgb(137,140,146); }
td.TdClassName
{
border-color: #898C92;
}
.TagClassName
{
border-color: #898C92;
}
</style>