Shades of Manatee #898FA1
Tints of Manatee #898FA1
RGB
CMYK
RGB Variations
Color information
#898FA1 (or 0x898FA1) is known color: Manatee. HEX triplet: 89, 8F and A1. RGB value is (137,143,161). Sum of RGB (Red+Green+Blue) = 137+143+161=441 (58% of max value = 765). Red value is 137 (53.91% from 255 or 31.07% from 441); Green value is 143 (56.25% from 255 or 32.43% from 441); Blue value is 161 (63.28% from 255 or 36.51% from 441); Max value from RGB is 161 - color contains mainly: blue. Hex color #898FA1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #898FA1 is #76705E. Grayscale: #8F8F8F. Windows color (decimal): -7762015 or 10588041. OLE color: 10588041.
HSL color Cylindrical-coordinate representation of color #898FA1: hue angle of 225º 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 #898FA1 is Cyan = 0.15, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 137 | 143 | 161 | - |
| CMYK | 0.15 | 0.11 | 0 | 0.37 |
| HSL | 225º | 0.11% | 0.58% | - |
| HSV(B) | 225º | 0.15% | 0.63% | - |
| XYZ | 26.57 | 27.54 | 37.63 | - |
| YUV | 143.26 | 138.01 | 123.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 143 | 161 | 0.15 | 0.11 | 0 | 0.37 | 225 | 0.11 | 0.58 |
| Hex | 89 | 8F | A1 | F | B | 0 | 25 | E1 | B | 3A |
| Octal | 211 | 217 | 241 | 17 | 13 | 0 | 45 | 341 | 13 | 72 |
| Binary | 10001001 | 10001111 | 10100001 | 1111 | 1011 | 0 | 100101 | 11100001 | 1011 | 111010 |
Color Harmonies of #898FA1
Complementary color
Monochromatic Colors of #898FA1
Black with #898FA1
Text Example
Text Example
White with #898FA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #898FA1; }
p { color: rgb(137,143,161); }
H1.HeaderClassName
{
color: #898FA1;
}
.AnyTagClassName
{
color: #898FA1;
}
</style>
background-color css
<style>
a { background-color: #898FA1; }
a { background-color: rgb(137,143,161); }
div.DivClassName
{
background-color: #898FA1;
}
.BgClassName
{
background-color: #898FA1;
}
</style>
border-color css
<style>
span { border-color: #898FA1; }
span { border-color: rgb(137,143,161); }
td.TdClassName
{
border-color: #898FA1;
}
.TagClassName
{
border-color: #898FA1;
}
</style>