Shades of Manatee #888FA6
Tints of Manatee #888FA6
RGB
CMYK
RGB Variations
Color information
#888FA6 (or 0x888FA6) is known color: Manatee. HEX triplet: 88, 8F and A6. RGB value is (136,143,166). Sum of RGB (Red+Green+Blue) = 136+143+166=445 (58% of max value = 765). Red value is 136 (53.52% from 255 or 30.56% from 445); Green value is 143 (56.25% from 255 or 32.13% from 445); Blue value is 166 (65.23% from 255 or 37.30% from 445); Max value from RGB is 166 - color contains mainly: blue. Hex color #888FA6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #888FA6 is #777059. Grayscale: #8F8F8F. Windows color (decimal): -7827546 or 10915720. OLE color: 10915720.
HSL color Cylindrical-coordinate representation of color #888FA6: hue angle of 226º degrees, saturation: 0.14, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #888FA6 is Cyan = 0.18, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 136 | 143 | 166 | - |
| CMYK | 0.18 | 0.14 | 0 | 0.35 |
| HSL | 226º | 0.14% | 0.59% | - |
| HSV(B) | 226º | 0.18% | 0.65% | - |
| XYZ | 26.86 | 27.63 | 39.99 | - |
| YUV | 143.53 | 140.68 | 122.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 143 | 166 | 0.18 | 0.14 | 0 | 0.35 | 226 | 0.14 | 0.59 |
| Hex | 88 | 8F | A6 | 12 | E | 0 | 23 | E2 | E | 3B |
| Octal | 210 | 217 | 246 | 22 | 16 | 0 | 43 | 342 | 16 | 73 |
| Binary | 10001000 | 10001111 | 10100110 | 10010 | 1110 | 0 | 100011 | 11100010 | 1110 | 111011 |
Color Harmonies of #888FA6
Complementary color
Monochromatic Colors of #888FA6
Black with #888FA6
Text Example
Text Example
White with #888FA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888FA6; }
p { color: rgb(136,143,166); }
H1.HeaderClassName
{
color: #888FA6;
}
.AnyTagClassName
{
color: #888FA6;
}
</style>
background-color css
<style>
a { background-color: #888FA6; }
a { background-color: rgb(136,143,166); }
div.DivClassName
{
background-color: #888FA6;
}
.BgClassName
{
background-color: #888FA6;
}
</style>
border-color css
<style>
span { border-color: #888FA6; }
span { border-color: rgb(136,143,166); }
td.TdClassName
{
border-color: #888FA6;
}
.TagClassName
{
border-color: #888FA6;
}
</style>