Shades of Manatee #8889A9
Tints of Manatee #8889A9
RGB
CMYK
RGB Variations
Color information
#8889A9 (or 0x8889A9) is known color: Manatee. HEX triplet: 88, 89 and A9. RGB value is (136,137,169). Sum of RGB (Red+Green+Blue) = 136+137+169=442 (58% of max value = 765). Red value is 136 (53.52% from 255 or 30.77% from 442); Green value is 137 (53.91% from 255 or 31.00% from 442); Blue value is 169 (66.41% from 255 or 38.24% from 442); Max value from RGB is 169 - color contains mainly: blue. Hex color #8889A9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8889A9 is #777656. Grayscale: #8C8C8C. Windows color (decimal): -7829079 or 11110792. OLE color: 11110792.
HSL color Cylindrical-coordinate representation of color #8889A9: hue angle of 238.18º degrees, saturation: 0.16, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #8889A9 is Cyan = 0.20, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 136 | 137 | 169 | - |
| CMYK | 0.20 | 0.19 | 0 | 0.34 |
| HSL | 238.18º | 0.16% | 0.6% | - |
| HSV(B) | 238.18º | 0.2% | 0.66% | - |
| XYZ | 26.26 | 25.99 | 41.17 | - |
| YUV | 140.35 | 144.17 | 124.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 137 | 169 | 0.20 | 0.19 | 0 | 0.34 | 238.18 | 0.16 | 0.6 |
| Hex | 88 | 89 | A9 | 14 | 13 | 0 | 22 | EE | 10 | 3C |
| Octal | 210 | 211 | 251 | 24 | 23 | 0 | 42 | 356 | 20 | 74 |
| Binary | 10001000 | 10001001 | 10101001 | 10100 | 10011 | 0 | 100010 | 11101110 | 10000 | 111100 |
Color Harmonies of #8889A9
Complementary color
Monochromatic Colors of #8889A9
Black with #8889A9
Text Example
Text Example
White with #8889A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8889A9; }
p { color: rgb(136,137,169); }
H1.HeaderClassName
{
color: #8889A9;
}
.AnyTagClassName
{
color: #8889A9;
}
</style>
background-color css
<style>
a { background-color: #8889A9; }
a { background-color: rgb(136,137,169); }
div.DivClassName
{
background-color: #8889A9;
}
.BgClassName
{
background-color: #8889A9;
}
</style>
border-color css
<style>
span { border-color: #8889A9; }
span { border-color: rgb(136,137,169); }
td.TdClassName
{
border-color: #8889A9;
}
.TagClassName
{
border-color: #8889A9;
}
</style>