Shades of Manatee #86868C
Tints of Manatee #86868C
RGB
CMYK
RGB Variations
Color information
#86868C (or 0x86868C) is known color: Manatee. HEX triplet: 86, 86 and 8C. RGB value is (134,134,140). Sum of RGB (Red+Green+Blue) = 134+134+140=408 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.84% from 408); Green value is 134 (52.73% from 255 or 32.84% from 408); Blue value is 140 (55.08% from 255 or 34.31% from 408); Max value from RGB is 140 - color contains mainly: blue. Hex color #86868C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #86868C is #797973. Grayscale: #868686. Windows color (decimal): -7960948 or 9209478. OLE color: 9209478.
HSL color Cylindrical-coordinate representation of color #86868C: hue angle of 240º degrees, saturation: 0.03, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #86868C is Cyan = 0.04, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 134 | 134 | 140 | - |
| CMYK | 0.04 | 0.04 | 0 | 0.45 |
| HSL | 240º | 0.03% | 0.54% | - |
| HSV(B) | 240º | 0.04% | 0.55% | - |
| XYZ | 23.09 | 24.01 | 28.23 | - |
| YUV | 134.68 | 131 | 127.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 134 | 140 | 0.04 | 0.04 | 0 | 0.45 | 240 | 0.03 | 0.54 |
| Hex | 86 | 86 | 8C | 4 | 4 | 0 | 2D | F0 | 3 | 36 |
| Octal | 206 | 206 | 214 | 4 | 4 | 0 | 55 | 360 | 3 | 66 |
| Binary | 10000110 | 10000110 | 10001100 | 100 | 100 | 0 | 101101 | 11110000 | 11 | 110110 |
Color Harmonies of #86868C
Complementary color
Monochromatic Colors of #86868C
Black with #86868C
Text Example
Text Example
White with #86868C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86868C; }
p { color: rgb(134,134,140); }
H1.HeaderClassName
{
color: #86868C;
}
.AnyTagClassName
{
color: #86868C;
}
</style>
background-color css
<style>
a { background-color: #86868C; }
a { background-color: rgb(134,134,140); }
div.DivClassName
{
background-color: #86868C;
}
.BgClassName
{
background-color: #86868C;
}
</style>
border-color css
<style>
span { border-color: #86868C; }
span { border-color: rgb(134,134,140); }
td.TdClassName
{
border-color: #86868C;
}
.TagClassName
{
border-color: #86868C;
}
</style>