Shades of Manatee #8889A2
Tints of Manatee #8889A2
RGB
CMYK
RGB Variations
Color information
#8889A2 (or 0x8889A2) is known color: Manatee. HEX triplet: 88, 89 and A2. RGB value is (136,137,162). Sum of RGB (Red+Green+Blue) = 136+137+162=435 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.26% from 435); Green value is 137 (53.91% from 255 or 31.49% from 435); Blue value is 162 (63.67% from 255 or 37.24% from 435); Max value from RGB is 162 - color contains mainly: blue. Hex color #8889A2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8889A2 is #77765D. Grayscale: #8B8B8B. Windows color (decimal): -7829086 or 10652040. OLE color: 10652040.
HSL color Cylindrical-coordinate representation of color #8889A2: hue angle of 237.69º degrees, saturation: 0.12, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #8889A2 is Cyan = 0.16, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
RGB | 136 | 137 | 162 | - |
CMYK | 0.16 | 0.15 | 0 | 0.36 |
HSL | 237.69º | 0.12% | 0.58% | - |
HSV(B) | 237.69º | 0.16% | 0.64% | - |
XYZ | 25.62 | 25.73 | 37.8 | - |
YUV | 139.55 | 140.67 | 125.47 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 136 | 137 | 162 | 0.16 | 0.15 | 0 | 0.36 | 237.69 | 0.12 | 0.58 |
Hex | 88 | 89 | A2 | 10 | F | 0 | 24 | EE | C | 3A |
Octal | 210 | 211 | 242 | 20 | 17 | 0 | 44 | 356 | 14 | 72 |
Binary | 10001000 | 10001001 | 10100010 | 10000 | 1111 | 0 | 100100 | 11101110 | 1100 | 111010 |
Color Harmonies of #8889A2
Complementary color
Monochromatic Colors of #8889A2
Black with #8889A2
Text Example
Text Example
White with #8889A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8889A2; }
p { color: rgb(136,137,162); }
H1.HeaderClassName
{
color: #8889A2;
}
.AnyTagClassName
{
color: #8889A2;
}
</style>
background-color css
<style>
a { background-color: #8889A2; }
a { background-color: rgb(136,137,162); }
div.DivClassName
{
background-color: #8889A2;
}
.BgClassName
{
background-color: #8889A2;
}
</style>
border-color css
<style>
span { border-color: #8889A2; }
span { border-color: rgb(136,137,162); }
td.TdClassName
{
border-color: #8889A2;
}
.TagClassName
{
border-color: #8889A2;
}
</style>