Shades of Manatee #868EAA
Tints of Manatee #868EAA
RGB
CMYK
RGB Variations
Color information
#868EAA (or 0x868EAA) is known color: Manatee. HEX triplet: 86, 8E and AA. RGB value is (134,142,170). Sum of RGB (Red+Green+Blue) = 134+142+170=446 (59% of max value = 765). Red value is 134 (52.73% from 255 or 30.04% from 446); Green value is 142 (55.86% from 255 or 31.84% 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 #868EAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #868EAA is #797155. Grayscale: #8E8E8E. Windows color (decimal): -7958870 or 11177606. OLE color: 11177606.
HSL color Cylindrical-coordinate representation of color #868EAA: hue angle of 226.67º degrees, saturation: 0.17, 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 #868EAA is Cyan = 0.21, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 134 | 142 | 170 | - |
| CMYK | 0.21 | 0.16 | 0 | 0.33 |
| HSL | 226.67º | 0.17% | 0.6% | - |
| HSV(B) | 226.67º | 0.21% | 0.67% | - |
| XYZ | 26.76 | 27.32 | 41.89 | - |
| YUV | 142.8 | 143.35 | 121.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 142 | 170 | 0.21 | 0.16 | 0 | 0.33 | 226.67 | 0.17 | 0.6 |
| Hex | 86 | 8E | AA | 15 | 10 | 0 | 21 | E3 | 11 | 3C |
| Octal | 206 | 216 | 252 | 25 | 20 | 0 | 41 | 343 | 21 | 74 |
| Binary | 10000110 | 10001110 | 10101010 | 10101 | 10000 | 0 | 100001 | 11100011 | 10001 | 111100 |
Color Harmonies of #868EAA
Complementary color
Monochromatic Colors of #868EAA
Black with #868EAA
Text Example
Text Example
White with #868EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #868EAA; }
p { color: rgb(134,142,170); }
H1.HeaderClassName
{
color: #868EAA;
}
.AnyTagClassName
{
color: #868EAA;
}
</style>
background-color css
<style>
a { background-color: #868EAA; }
a { background-color: rgb(134,142,170); }
div.DivClassName
{
background-color: #868EAA;
}
.BgClassName
{
background-color: #868EAA;
}
</style>
border-color css
<style>
span { border-color: #868EAA; }
span { border-color: rgb(134,142,170); }
td.TdClassName
{
border-color: #868EAA;
}
.TagClassName
{
border-color: #868EAA;
}
</style>