Shades of Manatee #888AA0
Tints of Manatee #888AA0
RGB
CMYK
RGB Variations
Color information
#888AA0 (or 0x888AA0) is known color: Manatee. HEX triplet: 88, 8A and A0. RGB value is (136,138,160). Sum of RGB (Red+Green+Blue) = 136+138+160=434 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.34% from 434); Green value is 138 (54.30% from 255 or 31.80% from 434); Blue value is 160 (62.89% from 255 or 36.87% from 434); Max value from RGB is 160 - color contains mainly: blue. Hex color #888AA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #888AA0 is #77755F. Grayscale: #8B8B8B. Windows color (decimal): -7828832 or 10521224. OLE color: 10521224.
HSL color Cylindrical-coordinate representation of color #888AA0: hue angle of 235º 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 #888AA0 is Cyan = 0.15, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 136 | 138 | 160 | - |
| CMYK | 0.15 | 0.14 | 0 | 0.37 |
| HSL | 235º | 0.11% | 0.58% | - |
| HSV(B) | 235º | 0.15% | 0.63% | - |
| XYZ | 25.59 | 25.95 | 36.92 | - |
| YUV | 139.91 | 139.34 | 125.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 138 | 160 | 0.15 | 0.14 | 0 | 0.37 | 235 | 0.11 | 0.58 |
| Hex | 88 | 8A | A0 | F | E | 0 | 25 | EB | B | 3A |
| Octal | 210 | 212 | 240 | 17 | 16 | 0 | 45 | 353 | 13 | 72 |
| Binary | 10001000 | 10001010 | 10100000 | 1111 | 1110 | 0 | 100101 | 11101011 | 1011 | 111010 |
Color Harmonies of #888AA0
Complementary color
Monochromatic Colors of #888AA0
Black with #888AA0
Text Example
Text Example
White with #888AA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888AA0; }
p { color: rgb(136,138,160); }
H1.HeaderClassName
{
color: #888AA0;
}
.AnyTagClassName
{
color: #888AA0;
}
</style>
background-color css
<style>
a { background-color: #888AA0; }
a { background-color: rgb(136,138,160); }
div.DivClassName
{
background-color: #888AA0;
}
.BgClassName
{
background-color: #888AA0;
}
</style>
border-color css
<style>
span { border-color: #888AA0; }
span { border-color: rgb(136,138,160); }
td.TdClassName
{
border-color: #888AA0;
}
.TagClassName
{
border-color: #888AA0;
}
</style>