Shades of Manatee #888CAA
Tints of Manatee #888CAA
RGB
CMYK
RGB Variations
Color information
#888CAA (or 0x888CAA) is known color: Manatee. HEX triplet: 88, 8C and AA. RGB value is (136,140,170). Sum of RGB (Red+Green+Blue) = 136+140+170=446 (59% of max value = 765). Red value is 136 (53.52% from 255 or 30.49% from 446); Green value is 140 (55.08% from 255 or 31.39% from 446); Blue value is 170 (66.80% from 255 or 38.12% from 446); Max value from RGB is 170 - color contains mainly: blue. Hex color #888CAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #888CAA is #777355. Grayscale: #8E8E8E. Windows color (decimal): -7828310 or 11177096. OLE color: 11177096.
HSL color Cylindrical-coordinate representation of color #888CAA: hue angle of 232.94º degrees, saturation: 0.17, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #888CAA is Cyan = 0.20, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 136 | 140 | 170 | - |
| CMYK | 0.20 | 0.18 | 0 | 0.33 |
| HSL | 232.94º | 0.17% | 0.6% | - |
| HSV(B) | 232.94º | 0.2% | 0.67% | - |
| XYZ | 26.79 | 26.89 | 41.81 | - |
| YUV | 142.22 | 143.67 | 123.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 140 | 170 | 0.20 | 0.18 | 0 | 0.33 | 232.94 | 0.17 | 0.6 |
| Hex | 88 | 8C | AA | 14 | 12 | 0 | 21 | E9 | 11 | 3C |
| Octal | 210 | 214 | 252 | 24 | 22 | 0 | 41 | 351 | 21 | 74 |
| Binary | 10001000 | 10001100 | 10101010 | 10100 | 10010 | 0 | 100001 | 11101001 | 10001 | 111100 |
Color Harmonies of #888CAA
Complementary color
Monochromatic Colors of #888CAA
Black with #888CAA
Text Example
Text Example
White with #888CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888CAA; }
p { color: rgb(136,140,170); }
H1.HeaderClassName
{
color: #888CAA;
}
.AnyTagClassName
{
color: #888CAA;
}
</style>
background-color css
<style>
a { background-color: #888CAA; }
a { background-color: rgb(136,140,170); }
div.DivClassName
{
background-color: #888CAA;
}
.BgClassName
{
background-color: #888CAA;
}
</style>
border-color css
<style>
span { border-color: #888CAA; }
span { border-color: rgb(136,140,170); }
td.TdClassName
{
border-color: #888CAA;
}
.TagClassName
{
border-color: #888CAA;
}
</style>