Shades of Manatee #86868B
Tints of Manatee #86868B
RGB
CMYK
RGB Variations
Color information
#86868B (or 0x86868B) is known color: Manatee. HEX triplet: 86, 86 and 8B. RGB value is (134,134,139). Sum of RGB (Red+Green+Blue) = 134+134+139=407 (53% of max value = 765). Red value is 134 (52.73% from 255 or 32.92% from 407); Green value is 134 (52.73% from 255 or 32.92% from 407); Blue value is 139 (54.69% from 255 or 34.15% from 407); Max value from RGB is 139 - color contains mainly: blue. Hex color #86868B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #86868B is #797974. Grayscale: #868686. Windows color (decimal): -7960949 or 9143942. OLE color: 9143942.
HSL color Cylindrical-coordinate representation of color #86868B: hue angle of 240º degrees, saturation: 0.02, 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 #86868B is Cyan = 0.04, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 134 | 134 | 139 | - |
| CMYK | 0.04 | 0.04 | 0 | 0.45 |
| HSL | 240º | 0.02% | 0.54% | - |
| HSV(B) | 240º | 0.04% | 0.55% | - |
| XYZ | 23.02 | 23.98 | 27.84 | - |
| YUV | 134.57 | 130.5 | 127.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 134 | 139 | 0.04 | 0.04 | 0 | 0.45 | 240 | 0.02 | 0.54 |
| Hex | 86 | 86 | 8B | 4 | 4 | 0 | 2D | F0 | 2 | 36 |
| Octal | 206 | 206 | 213 | 4 | 4 | 0 | 55 | 360 | 2 | 66 |
| Binary | 10000110 | 10000110 | 10001011 | 100 | 100 | 0 | 101101 | 11110000 | 10 | 110110 |
Color Harmonies of #86868B
Complementary color
Monochromatic Colors of #86868B
Black with #86868B
Text Example
Text Example
White with #86868B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86868B; }
p { color: rgb(134,134,139); }
H1.HeaderClassName
{
color: #86868B;
}
.AnyTagClassName
{
color: #86868B;
}
</style>
background-color css
<style>
a { background-color: #86868B; }
a { background-color: rgb(134,134,139); }
div.DivClassName
{
background-color: #86868B;
}
.BgClassName
{
background-color: #86868B;
}
</style>
border-color css
<style>
span { border-color: #86868B; }
span { border-color: rgb(134,134,139); }
td.TdClassName
{
border-color: #86868B;
}
.TagClassName
{
border-color: #86868B;
}
</style>