Shades of Manatee #8889A1
Tints of Manatee #8889A1
RGB
CMYK
RGB Variations
Color information
#8889A1 (or 0x8889A1) is known color: Manatee. HEX triplet: 88, 89 and A1. RGB value is (136,137,161). Sum of RGB (Red+Green+Blue) = 136+137+161=434 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.34% from 434); Green value is 137 (53.91% from 255 or 31.57% from 434); Blue value is 161 (63.28% from 255 or 37.10% from 434); Max value from RGB is 161 - color contains mainly: blue. Hex color #8889A1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8889A1 is #77765E. Grayscale: #8B8B8B. Windows color (decimal): -7829087 or 10586504. OLE color: 10586504.
HSL color Cylindrical-coordinate representation of color #8889A1: hue angle of 237.6º degrees, saturation: 0.12, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #8889A1 is Cyan = 0.16, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
RGB | 136 | 137 | 161 | - |
CMYK | 0.16 | 0.15 | 0 | 0.37 |
HSL | 237.6º | 0.12% | 0.58% | - |
HSV(B) | 237.6º | 0.16% | 0.63% | - |
XYZ | 25.53 | 25.7 | 37.33 | - |
YUV | 139.44 | 140.17 | 125.55 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 136 | 137 | 161 | 0.16 | 0.15 | 0 | 0.37 | 237.6 | 0.12 | 0.58 |
Hex | 88 | 89 | A1 | 10 | F | 0 | 25 | EE | C | 3A |
Octal | 210 | 211 | 241 | 20 | 17 | 0 | 45 | 356 | 14 | 72 |
Binary | 10001000 | 10001001 | 10100001 | 10000 | 1111 | 0 | 100101 | 11101110 | 1100 | 111010 |
Color Harmonies of #8889A1
Complementary color
Monochromatic Colors of #8889A1
Black with #8889A1
Text Example
Text Example
White with #8889A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8889A1; }
p { color: rgb(136,137,161); }
H1.HeaderClassName
{
color: #8889A1;
}
.AnyTagClassName
{
color: #8889A1;
}
</style>
background-color css
<style>
a { background-color: #8889A1; }
a { background-color: rgb(136,137,161); }
div.DivClassName
{
background-color: #8889A1;
}
.BgClassName
{
background-color: #8889A1;
}
</style>
border-color css
<style>
span { border-color: #8889A1; }
span { border-color: rgb(136,137,161); }
td.TdClassName
{
border-color: #8889A1;
}
.TagClassName
{
border-color: #8889A1;
}
</style>