Shades of Manatee #888DAA
Tints of Manatee #888DAA
RGB
CMYK
RGB Variations
Color information
#888DAA (or 0x888DAA) is known color: Manatee. HEX triplet: 88, 8D and AA. RGB value is (136,141,170). Sum of RGB (Red+Green+Blue) = 136+141+170=447 (59% of max value = 765). Red value is 136 (53.52% from 255 or 30.43% from 447); Green value is 141 (55.47% from 255 or 31.54% from 447); Blue value is 170 (66.80% from 255 or 38.03% from 447); Max value from RGB is 170 - color contains mainly: blue. Hex color #888DAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #888DAA is #777255. Grayscale: #8E8E8E. Windows color (decimal): -7828054 or 11177352. OLE color: 11177352.
HSL color Cylindrical-coordinate representation of color #888DAA: hue angle of 231.18º 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 #888DAA is Cyan = 0.20, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 136 | 141 | 170 | - |
| CMYK | 0.20 | 0.17 | 0 | 0.33 |
| HSL | 231.18º | 0.17% | 0.6% | - |
| HSV(B) | 231.18º | 0.2% | 0.67% | - |
| XYZ | 26.93 | 27.19 | 41.86 | - |
| YUV | 142.81 | 143.34 | 123.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 141 | 170 | 0.20 | 0.17 | 0 | 0.33 | 231.18 | 0.17 | 0.6 |
| Hex | 88 | 8D | AA | 14 | 11 | 0 | 21 | E7 | 11 | 3C |
| Octal | 210 | 215 | 252 | 24 | 21 | 0 | 41 | 347 | 21 | 74 |
| Binary | 10001000 | 10001101 | 10101010 | 10100 | 10001 | 0 | 100001 | 11100111 | 10001 | 111100 |
Color Harmonies of #888DAA
Complementary color
Monochromatic Colors of #888DAA
Black with #888DAA
Text Example
Text Example
White with #888DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888DAA; }
p { color: rgb(136,141,170); }
H1.HeaderClassName
{
color: #888DAA;
}
.AnyTagClassName
{
color: #888DAA;
}
</style>
background-color css
<style>
a { background-color: #888DAA; }
a { background-color: rgb(136,141,170); }
div.DivClassName
{
background-color: #888DAA;
}
.BgClassName
{
background-color: #888DAA;
}
</style>
border-color css
<style>
span { border-color: #888DAA; }
span { border-color: rgb(136,141,170); }
td.TdClassName
{
border-color: #888DAA;
}
.TagClassName
{
border-color: #888DAA;
}
</style>