Shades of Manatee #898998
Tints of Manatee #898998
RGB
CMYK
RGB Variations
Color information
#898998 (or 0x898998) is known color: Manatee. HEX triplet: 89, 89 and 98. RGB value is (137,137,152). Sum of RGB (Red+Green+Blue) = 137+137+152=426 (56% of max value = 765). Red value is 137 (53.91% from 255 or 32.16% from 426); Green value is 137 (53.91% from 255 or 32.16% from 426); Blue value is 152 (59.77% from 255 or 35.68% from 426); Max value from RGB is 152 - color contains mainly: blue. Hex color #898998 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #898998 is #767667. Grayscale: #8A8A8A. Windows color (decimal): -7763560 or 9996681. OLE color: 9996681.
HSL color Cylindrical-coordinate representation of color #898998: hue angle of 240º degrees, saturation: 0.07, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #898998 is Cyan = 0.10, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 137 | 137 | 152 | - |
| CMYK | 0.10 | 0.10 | 0 | 0.40 |
| HSL | 240º | 0.07% | 0.57% | - |
| HSV(B) | 240º | 0.1% | 0.6% | - |
| XYZ | 24.93 | 25.48 | 33.31 | - |
| YUV | 138.71 | 135.5 | 126.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 137 | 152 | 0.10 | 0.10 | 0 | 0.40 | 240 | 0.07 | 0.57 |
| Hex | 89 | 89 | 98 | A | A | 0 | 28 | F0 | 7 | 39 |
| Octal | 211 | 211 | 230 | 12 | 12 | 0 | 50 | 360 | 7 | 71 |
| Binary | 10001001 | 10001001 | 10011000 | 1010 | 1010 | 0 | 101000 | 11110000 | 111 | 111001 |
Color Harmonies of #898998
Complementary color
Monochromatic Colors of #898998
Black with #898998
Text Example
Text Example
White with #898998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #898998; }
p { color: rgb(137,137,152); }
H1.HeaderClassName
{
color: #898998;
}
.AnyTagClassName
{
color: #898998;
}
</style>
background-color css
<style>
a { background-color: #898998; }
a { background-color: rgb(137,137,152); }
div.DivClassName
{
background-color: #898998;
}
.BgClassName
{
background-color: #898998;
}
</style>
border-color css
<style>
span { border-color: #898998; }
span { border-color: rgb(137,137,152); }
td.TdClassName
{
border-color: #898998;
}
.TagClassName
{
border-color: #898998;
}
</style>