Shades of Manatee #888BA0
Tints of Manatee #888BA0
RGB
CMYK
RGB Variations
Color information
#888BA0 (or 0x888BA0) is known color: Manatee. HEX triplet: 88, 8B and A0. RGB value is (136,139,160). Sum of RGB (Red+Green+Blue) = 136+139+160=435 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.26% from 435); Green value is 139 (54.69% from 255 or 31.95% from 435); Blue value is 160 (62.89% from 255 or 36.78% from 435); Max value from RGB is 160 - color contains mainly: blue. Hex color #888BA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #888BA0 is #77745F. Grayscale: #8C8C8C. Windows color (decimal): -7828576 or 10521480. OLE color: 10521480.
HSL color Cylindrical-coordinate representation of color #888BA0: hue angle of 232.5º 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 #888BA0 is Cyan = 0.15, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 136 | 139 | 160 | - |
| CMYK | 0.15 | 0.13 | 0 | 0.37 |
| HSL | 232.5º | 0.11% | 0.58% | - |
| HSV(B) | 232.5º | 0.15% | 0.63% | - |
| XYZ | 25.73 | 26.24 | 36.97 | - |
| YUV | 140.5 | 139.01 | 124.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 139 | 160 | 0.15 | 0.13 | 0 | 0.37 | 232.5 | 0.11 | 0.58 |
| Hex | 88 | 8B | A0 | F | D | 0 | 25 | E8 | B | 3A |
| Octal | 210 | 213 | 240 | 17 | 15 | 0 | 45 | 350 | 13 | 72 |
| Binary | 10001000 | 10001011 | 10100000 | 1111 | 1101 | 0 | 100101 | 11101000 | 1011 | 111010 |
Color Harmonies of #888BA0
Complementary color
Monochromatic Colors of #888BA0
Black with #888BA0
Text Example
Text Example
White with #888BA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888BA0; }
p { color: rgb(136,139,160); }
H1.HeaderClassName
{
color: #888BA0;
}
.AnyTagClassName
{
color: #888BA0;
}
</style>
background-color css
<style>
a { background-color: #888BA0; }
a { background-color: rgb(136,139,160); }
div.DivClassName
{
background-color: #888BA0;
}
.BgClassName
{
background-color: #888BA0;
}
</style>
border-color css
<style>
span { border-color: #888BA0; }
span { border-color: rgb(136,139,160); }
td.TdClassName
{
border-color: #888BA0;
}
.TagClassName
{
border-color: #888BA0;
}
</style>