Shades of Manatee #868AA0
Tints of Manatee #868AA0
RGB
CMYK
RGB Variations
Color information
#868AA0 (or 0x868AA0) is known color: Manatee. HEX triplet: 86, 8A and A0. RGB value is (134,138,160). Sum of RGB (Red+Green+Blue) = 134+138+160=432 (57% of max value = 765). Red value is 134 (52.73% from 255 or 31.02% from 432); Green value is 138 (54.30% from 255 or 31.94% from 432); Blue value is 160 (62.89% from 255 or 37.04% from 432); Max value from RGB is 160 - color contains mainly: blue. Hex color #868AA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #868AA0 is #79755F. Grayscale: #8B8B8B. Windows color (decimal): -7959904 or 10521222. OLE color: 10521222.
HSL color Cylindrical-coordinate representation of color #868AA0: hue angle of 230.77º degrees, saturation: 0.12, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #868AA0 is Cyan = 0.16, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 134 | 138 | 160 | - |
| CMYK | 0.16 | 0.14 | 0 | 0.37 |
| HSL | 230.77º | 0.12% | 0.58% | - |
| HSV(B) | 230.77º | 0.16% | 0.63% | - |
| XYZ | 25.27 | 25.78 | 36.9 | - |
| YUV | 139.31 | 139.67 | 124.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 138 | 160 | 0.16 | 0.14 | 0 | 0.37 | 230.77 | 0.12 | 0.58 |
| Hex | 86 | 8A | A0 | 10 | E | 0 | 25 | E7 | C | 3A |
| Octal | 206 | 212 | 240 | 20 | 16 | 0 | 45 | 347 | 14 | 72 |
| Binary | 10000110 | 10001010 | 10100000 | 10000 | 1110 | 0 | 100101 | 11100111 | 1100 | 111010 |
Color Harmonies of #868AA0
Complementary color
Monochromatic Colors of #868AA0
Black with #868AA0
Text Example
Text Example
White with #868AA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #868AA0; }
p { color: rgb(134,138,160); }
H1.HeaderClassName
{
color: #868AA0;
}
.AnyTagClassName
{
color: #868AA0;
}
</style>
background-color css
<style>
a { background-color: #868AA0; }
a { background-color: rgb(134,138,160); }
div.DivClassName
{
background-color: #868AA0;
}
.BgClassName
{
background-color: #868AA0;
}
</style>
border-color css
<style>
span { border-color: #868AA0; }
span { border-color: rgb(134,138,160); }
td.TdClassName
{
border-color: #868AA0;
}
.TagClassName
{
border-color: #868AA0;
}
</style>