Shades of Manatee #898DA1
Tints of Manatee #898DA1
RGB
CMYK
RGB Variations
Color information
#898DA1 (or 0x898DA1) is known color: Manatee. HEX triplet: 89, 8D and A1. RGB value is (137,141,161). Sum of RGB (Red+Green+Blue) = 137+141+161=439 (58% of max value = 765). Red value is 137 (53.91% from 255 or 31.21% from 439); Green value is 141 (55.47% from 255 or 32.12% from 439); Blue value is 161 (63.28% from 255 or 36.67% from 439); Max value from RGB is 161 - color contains mainly: blue. Hex color #898DA1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #898DA1 is #76725E. Grayscale: #8E8E8E. Windows color (decimal): -7762527 or 10587529. OLE color: 10587529.
HSL color Cylindrical-coordinate representation of color #898DA1: hue angle of 230º degrees, saturation: 0.11, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #898DA1 is Cyan = 0.15, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 137 | 141 | 161 | - |
| CMYK | 0.15 | 0.12 | 0 | 0.37 |
| HSL | 230º | 0.11% | 0.58% | - |
| HSV(B) | 230º | 0.15% | 0.63% | - |
| XYZ | 26.27 | 26.94 | 37.53 | - |
| YUV | 142.08 | 138.67 | 124.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 141 | 161 | 0.15 | 0.12 | 0 | 0.37 | 230 | 0.11 | 0.58 |
| Hex | 89 | 8D | A1 | F | C | 0 | 25 | E6 | B | 3A |
| Octal | 211 | 215 | 241 | 17 | 14 | 0 | 45 | 346 | 13 | 72 |
| Binary | 10001001 | 10001101 | 10100001 | 1111 | 1100 | 0 | 100101 | 11100110 | 1011 | 111010 |
Color Harmonies of #898DA1
Complementary color
Monochromatic Colors of #898DA1
Black with #898DA1
Text Example
Text Example
White with #898DA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #898DA1; }
p { color: rgb(137,141,161); }
H1.HeaderClassName
{
color: #898DA1;
}
.AnyTagClassName
{
color: #898DA1;
}
</style>
background-color css
<style>
a { background-color: #898DA1; }
a { background-color: rgb(137,141,161); }
div.DivClassName
{
background-color: #898DA1;
}
.BgClassName
{
background-color: #898DA1;
}
</style>
border-color css
<style>
span { border-color: #898DA1; }
span { border-color: rgb(137,141,161); }
td.TdClassName
{
border-color: #898DA1;
}
.TagClassName
{
border-color: #898DA1;
}
</style>