Shades of Manatee #888AAF
Tints of Manatee #888AAF
RGB
CMYK
RGB Variations
Color information
#888AAF (or 0x888AAF) is known color: Manatee. HEX triplet: 88, 8A and AF. RGB value is (136,138,175). Sum of RGB (Red+Green+Blue) = 136+138+175=449 (59% of max value = 765). Red value is 136 (53.52% from 255 or 30.29% from 449); Green value is 138 (54.30% from 255 or 30.73% from 449); Blue value is 175 (68.75% from 255 or 38.98% from 449); Max value from RGB is 175 - color contains mainly: blue. Hex color #888AAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #888AAF is #777550. Grayscale: #8D8D8D. Windows color (decimal): -7828817 or 11504264. OLE color: 11504264.
HSL color Cylindrical-coordinate representation of color #888AAF: hue angle of 236.92º degrees, saturation: 0.2, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #888AAF is Cyan = 0.22, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 136 | 138 | 175 | - |
| CMYK | 0.22 | 0.21 | 0 | 0.31 |
| HSL | 236.92º | 0.2% | 0.61% | - |
| HSV(B) | 236.92º | 0.22% | 0.69% | - |
| XYZ | 26.98 | 26.51 | 44.25 | - |
| YUV | 141.62 | 146.84 | 123.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 138 | 175 | 0.22 | 0.21 | 0 | 0.31 | 236.92 | 0.2 | 0.61 |
| Hex | 88 | 8A | AF | 16 | 15 | 0 | 1F | ED | 14 | 3D |
| Octal | 210 | 212 | 257 | 26 | 25 | 0 | 37 | 355 | 24 | 75 |
| Binary | 10001000 | 10001010 | 10101111 | 10110 | 10101 | 0 | 11111 | 11101101 | 10100 | 111101 |
Color Harmonies of #888AAF
Complementary color
Monochromatic Colors of #888AAF
Black with #888AAF
Text Example
Text Example
White with #888AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888AAF; }
p { color: rgb(136,138,175); }
H1.HeaderClassName
{
color: #888AAF;
}
.AnyTagClassName
{
color: #888AAF;
}
</style>
background-color css
<style>
a { background-color: #888AAF; }
a { background-color: rgb(136,138,175); }
div.DivClassName
{
background-color: #888AAF;
}
.BgClassName
{
background-color: #888AAF;
}
</style>
border-color css
<style>
span { border-color: #888AAF; }
span { border-color: rgb(136,138,175); }
td.TdClassName
{
border-color: #888AAF;
}
.TagClassName
{
border-color: #888AAF;
}
</style>