Shades of Manatee #888DAF
Tints of Manatee #888DAF
RGB
CMYK
RGB Variations
Color information
#888DAF (or 0x888DAF) is known color: Manatee. HEX triplet: 88, 8D and AF. RGB value is (136,141,175). Sum of RGB (Red+Green+Blue) = 136+141+175=452 (59% of max value = 765). Red value is 136 (53.52% from 255 or 30.09% from 452); Green value is 141 (55.47% from 255 or 31.19% from 452); Blue value is 175 (68.75% from 255 or 38.72% from 452); Max value from RGB is 175 - color contains mainly: blue. Hex color #888DAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #888DAF is #777250. Grayscale: #8F8F8F. Windows color (decimal): -7828049 or 11505032. OLE color: 11505032.
HSL color Cylindrical-coordinate representation of color #888DAF: hue angle of 232.31º 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 #888DAF is Cyan = 0.22, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 136 | 141 | 175 | - |
| CMYK | 0.22 | 0.19 | 0 | 0.31 |
| HSL | 232.31º | 0.2% | 0.61% | - |
| HSV(B) | 232.31º | 0.22% | 0.69% | - |
| XYZ | 27.42 | 27.38 | 44.4 | - |
| YUV | 143.38 | 145.84 | 122.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 141 | 175 | 0.22 | 0.19 | 0 | 0.31 | 232.31 | 0.2 | 0.61 |
| Hex | 88 | 8D | AF | 16 | 13 | 0 | 1F | E8 | 14 | 3D |
| Octal | 210 | 215 | 257 | 26 | 23 | 0 | 37 | 350 | 24 | 75 |
| Binary | 10001000 | 10001101 | 10101111 | 10110 | 10011 | 0 | 11111 | 11101000 | 10100 | 111101 |
Color Harmonies of #888DAF
Complementary color
Monochromatic Colors of #888DAF
Black with #888DAF
Text Example
Text Example
White with #888DAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888DAF; }
p { color: rgb(136,141,175); }
H1.HeaderClassName
{
color: #888DAF;
}
.AnyTagClassName
{
color: #888DAF;
}
</style>
background-color css
<style>
a { background-color: #888DAF; }
a { background-color: rgb(136,141,175); }
div.DivClassName
{
background-color: #888DAF;
}
.BgClassName
{
background-color: #888DAF;
}
</style>
border-color css
<style>
span { border-color: #888DAF; }
span { border-color: rgb(136,141,175); }
td.TdClassName
{
border-color: #888DAF;
}
.TagClassName
{
border-color: #888DAF;
}
</style>