Shades of Manatee #888DAC
Tints of Manatee #888DAC
RGB
CMYK
RGB Variations
Color information
#888DAC (or 0x888DAC) is known color: Manatee. HEX triplet: 88, 8D and AC. RGB value is (136,141,172). Sum of RGB (Red+Green+Blue) = 136+141+172=449 (59% of max value = 765). Red value is 136 (53.52% from 255 or 30.29% from 449); Green value is 141 (55.47% from 255 or 31.40% from 449); Blue value is 172 (67.58% from 255 or 38.31% from 449); Max value from RGB is 172 - color contains mainly: blue. Hex color #888DAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #888DAC is #777253. Grayscale: #8E8E8E. Windows color (decimal): -7828052 or 11308424. OLE color: 11308424.
HSL color Cylindrical-coordinate representation of color #888DAC: hue angle of 231.67º degrees, saturation: 0.18, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #888DAC is Cyan = 0.21, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 136 | 141 | 172 | - |
| CMYK | 0.21 | 0.18 | 0 | 0.33 |
| HSL | 231.67º | 0.18% | 0.6% | - |
| HSV(B) | 231.67º | 0.21% | 0.67% | - |
| XYZ | 27.12 | 27.26 | 42.86 | - |
| YUV | 143.04 | 144.34 | 122.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 141 | 172 | 0.21 | 0.18 | 0 | 0.33 | 231.67 | 0.18 | 0.6 |
| Hex | 88 | 8D | AC | 15 | 12 | 0 | 21 | E8 | 12 | 3C |
| Octal | 210 | 215 | 254 | 25 | 22 | 0 | 41 | 350 | 22 | 74 |
| Binary | 10001000 | 10001101 | 10101100 | 10101 | 10010 | 0 | 100001 | 11101000 | 10010 | 111100 |
Color Harmonies of #888DAC
Complementary color
Monochromatic Colors of #888DAC
Black with #888DAC
Text Example
Text Example
White with #888DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888DAC; }
p { color: rgb(136,141,172); }
H1.HeaderClassName
{
color: #888DAC;
}
.AnyTagClassName
{
color: #888DAC;
}
</style>
background-color css
<style>
a { background-color: #888DAC; }
a { background-color: rgb(136,141,172); }
div.DivClassName
{
background-color: #888DAC;
}
.BgClassName
{
background-color: #888DAC;
}
</style>
border-color css
<style>
span { border-color: #888DAC; }
span { border-color: rgb(136,141,172); }
td.TdClassName
{
border-color: #888DAC;
}
.TagClassName
{
border-color: #888DAC;
}
</style>