Shades of Manatee #868DAC
Tints of Manatee #868DAC
RGB
CMYK
RGB Variations
Color information
#868DAC (or 0x868DAC) is known color: Manatee. HEX triplet: 86, 8D and AC. RGB value is (134,141,172). Sum of RGB (Red+Green+Blue) = 134+141+172=447 (59% of max value = 765). Red value is 134 (52.73% from 255 or 29.98% from 447); Green value is 141 (55.47% from 255 or 31.54% from 447); Blue value is 172 (67.58% from 255 or 38.48% from 447); Max value from RGB is 172 - color contains mainly: blue. Hex color #868DAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #868DAC is #797253. Grayscale: #8E8E8E. Windows color (decimal): -7959124 or 11308422. OLE color: 11308422.
HSL color Cylindrical-coordinate representation of color #868DAC: hue angle of 228.95º 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 #868DAC is Cyan = 0.22, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 134 | 141 | 172 | - |
| CMYK | 0.22 | 0.18 | 0 | 0.33 |
| HSL | 228.95º | 0.19% | 0.6% | - |
| HSV(B) | 228.95º | 0.22% | 0.67% | - |
| XYZ | 26.8 | 27.1 | 42.85 | - |
| YUV | 142.44 | 144.68 | 121.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 141 | 172 | 0.22 | 0.18 | 0 | 0.33 | 228.95 | 0.19 | 0.6 |
| Hex | 86 | 8D | AC | 16 | 12 | 0 | 21 | E5 | 13 | 3C |
| Octal | 206 | 215 | 254 | 26 | 22 | 0 | 41 | 345 | 23 | 74 |
| Binary | 10000110 | 10001101 | 10101100 | 10110 | 10010 | 0 | 100001 | 11100101 | 10011 | 111100 |
Color Harmonies of #868DAC
Complementary color
Monochromatic Colors of #868DAC
Black with #868DAC
Text Example
Text Example
White with #868DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #868DAC; }
p { color: rgb(134,141,172); }
H1.HeaderClassName
{
color: #868DAC;
}
.AnyTagClassName
{
color: #868DAC;
}
</style>
background-color css
<style>
a { background-color: #868DAC; }
a { background-color: rgb(134,141,172); }
div.DivClassName
{
background-color: #868DAC;
}
.BgClassName
{
background-color: #868DAC;
}
</style>
border-color css
<style>
span { border-color: #868DAC; }
span { border-color: rgb(134,141,172); }
td.TdClassName
{
border-color: #868DAC;
}
.TagClassName
{
border-color: #868DAC;
}
</style>