Shades of Manatee #868CAC
Tints of Manatee #868CAC
RGB
CMYK
RGB Variations
Color information
#868CAC (or 0x868CAC) is known color: Manatee. HEX triplet: 86, 8C and AC. RGB value is (134,140,172). Sum of RGB (Red+Green+Blue) = 134+140+172=446 (59% of max value = 765). Red value is 134 (52.73% from 255 or 30.04% from 446); Green value is 140 (55.08% from 255 or 31.39% from 446); Blue value is 172 (67.58% from 255 or 38.57% from 446); Max value from RGB is 172 - color contains mainly: blue. Hex color #868CAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #868CAC is #797353. Grayscale: #8D8D8D. Windows color (decimal): -7959380 or 11308166. OLE color: 11308166.
HSL color Cylindrical-coordinate representation of color #868CAC: hue angle of 230.53º degrees, saturation: 0.19, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #868CAC is Cyan = 0.22, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 134 | 140 | 172 | - |
| CMYK | 0.22 | 0.19 | 0 | 0.33 |
| HSL | 230.53º | 0.19% | 0.6% | - |
| HSV(B) | 230.53º | 0.22% | 0.67% | - |
| XYZ | 26.66 | 26.8 | 42.8 | - |
| YUV | 141.85 | 145.01 | 122.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 140 | 172 | 0.22 | 0.19 | 0 | 0.33 | 230.53 | 0.19 | 0.6 |
| Hex | 86 | 8C | AC | 16 | 13 | 0 | 21 | E7 | 13 | 3C |
| Octal | 206 | 214 | 254 | 26 | 23 | 0 | 41 | 347 | 23 | 74 |
| Binary | 10000110 | 10001100 | 10101100 | 10110 | 10011 | 0 | 100001 | 11100111 | 10011 | 111100 |
Color Harmonies of #868CAC
Complementary color
Monochromatic Colors of #868CAC
Black with #868CAC
Text Example
Text Example
White with #868CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #868CAC; }
p { color: rgb(134,140,172); }
H1.HeaderClassName
{
color: #868CAC;
}
.AnyTagClassName
{
color: #868CAC;
}
</style>
background-color css
<style>
a { background-color: #868CAC; }
a { background-color: rgb(134,140,172); }
div.DivClassName
{
background-color: #868CAC;
}
.BgClassName
{
background-color: #868CAC;
}
</style>
border-color css
<style>
span { border-color: #868CAC; }
span { border-color: rgb(134,140,172); }
td.TdClassName
{
border-color: #868CAC;
}
.TagClassName
{
border-color: #868CAC;
}
</style>