Shades of Manatee #868CA0
Tints of Manatee #868CA0
RGB
CMYK
RGB Variations
Color information
#868CA0 (or 0x868CA0) is known color: Manatee. HEX triplet: 86, 8C and A0. RGB value is (134,140,160). Sum of RGB (Red+Green+Blue) = 134+140+160=434 (57% of max value = 765). Red value is 134 (52.73% from 255 or 30.88% from 434); Green value is 140 (55.08% from 255 or 32.26% from 434); Blue value is 160 (62.89% from 255 or 36.87% from 434); Max value from RGB is 160 - color contains mainly: blue. Hex color #868CA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #868CA0 is #79735F. Grayscale: #8C8C8C. Windows color (decimal): -7959392 or 10521734. OLE color: 10521734.
HSL color Cylindrical-coordinate representation of color #868CA0: hue angle of 226.15º 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 #868CA0 is Cyan = 0.16, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 134 | 140 | 160 | - |
| CMYK | 0.16 | 0.12 | 0 | 0.37 |
| HSL | 226.15º | 0.12% | 0.58% | - |
| HSV(B) | 226.15º | 0.16% | 0.63% | - |
| XYZ | 25.55 | 26.36 | 37 | - |
| YUV | 140.49 | 139.01 | 123.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 140 | 160 | 0.16 | 0.12 | 0 | 0.37 | 226.15 | 0.12 | 0.58 |
| Hex | 86 | 8C | A0 | 10 | C | 0 | 25 | E2 | C | 3A |
| Octal | 206 | 214 | 240 | 20 | 14 | 0 | 45 | 342 | 14 | 72 |
| Binary | 10000110 | 10001100 | 10100000 | 10000 | 1100 | 0 | 100101 | 11100010 | 1100 | 111010 |
Color Harmonies of #868CA0
Complementary color
Monochromatic Colors of #868CA0
Black with #868CA0
Text Example
Text Example
White with #868CA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #868CA0; }
p { color: rgb(134,140,160); }
H1.HeaderClassName
{
color: #868CA0;
}
.AnyTagClassName
{
color: #868CA0;
}
</style>
background-color css
<style>
a { background-color: #868CA0; }
a { background-color: rgb(134,140,160); }
div.DivClassName
{
background-color: #868CA0;
}
.BgClassName
{
background-color: #868CA0;
}
</style>
border-color css
<style>
span { border-color: #868CA0; }
span { border-color: rgb(134,140,160); }
td.TdClassName
{
border-color: #868CA0;
}
.TagClassName
{
border-color: #868CA0;
}
</style>