Shades of Manatee #888AB0
Tints of Manatee #888AB0
RGB
CMYK
RGB Variations
Color information
#888AB0 (or 0x888AB0) is known color: Manatee. HEX triplet: 88, 8A and B0. RGB value is (136,138,176). Sum of RGB (Red+Green+Blue) = 136+138+176=450 (59% of max value = 765). Red value is 136 (53.52% from 255 or 30.22% from 450); Green value is 138 (54.30% from 255 or 30.67% from 450); Blue value is 176 (69.14% from 255 or 39.11% from 450); Max value from RGB is 176 - color contains mainly: blue. Hex color #888AB0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #888AB0 is #77754F. Grayscale: #8D8D8D. Windows color (decimal): -7828816 or 11569800. OLE color: 11569800.
HSL color Cylindrical-coordinate representation of color #888AB0: hue angle of 237º degrees, saturation: 0.2, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #888AB0 is Cyan = 0.23, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 136 | 138 | 176 | - |
| CMYK | 0.23 | 0.22 | 0 | 0.31 |
| HSL | 237º | 0.2% | 0.61% | - |
| HSV(B) | 237º | 0.23% | 0.69% | - |
| XYZ | 27.08 | 26.55 | 44.77 | - |
| YUV | 141.73 | 147.34 | 123.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 138 | 176 | 0.23 | 0.22 | 0 | 0.31 | 237 | 0.2 | 0.61 |
| Hex | 88 | 8A | B0 | 17 | 16 | 0 | 1F | ED | 14 | 3D |
| Octal | 210 | 212 | 260 | 27 | 26 | 0 | 37 | 355 | 24 | 75 |
| Binary | 10001000 | 10001010 | 10110000 | 10111 | 10110 | 0 | 11111 | 11101101 | 10100 | 111101 |
Color Harmonies of #888AB0
Complementary color
Monochromatic Colors of #888AB0
Black with #888AB0
Text Example
Text Example
White with #888AB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888AB0; }
p { color: rgb(136,138,176); }
H1.HeaderClassName
{
color: #888AB0;
}
.AnyTagClassName
{
color: #888AB0;
}
</style>
background-color css
<style>
a { background-color: #888AB0; }
a { background-color: rgb(136,138,176); }
div.DivClassName
{
background-color: #888AB0;
}
.BgClassName
{
background-color: #888AB0;
}
</style>
border-color css
<style>
span { border-color: #888AB0; }
span { border-color: rgb(136,138,176); }
td.TdClassName
{
border-color: #888AB0;
}
.TagClassName
{
border-color: #888AB0;
}
</style>