Shades of Manatee #86868F
Tints of Manatee #86868F
RGB
CMYK
RGB Variations
Color information
#86868F (or 0x86868F) is known color: Manatee. HEX triplet: 86, 86 and 8F. RGB value is (134,134,143). Sum of RGB (Red+Green+Blue) = 134+134+143=411 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.60% from 411); Green value is 134 (52.73% from 255 or 32.60% from 411); Blue value is 143 (56.25% from 255 or 34.79% from 411); Max value from RGB is 143 - color contains mainly: blue. Hex color #86868F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #86868F is #797970. Grayscale: #868686. Windows color (decimal): -7960945 or 9406086. OLE color: 9406086.
HSL color Cylindrical-coordinate representation of color #86868F: hue angle of 240º degrees, saturation: 0.04, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #86868F is Cyan = 0.06, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 134 | 134 | 143 | - |
| CMYK | 0.06 | 0.06 | 0 | 0.44 |
| HSL | 240º | 0.04% | 0.54% | - |
| HSV(B) | 240º | 0.06% | 0.56% | - |
| XYZ | 23.31 | 24.1 | 29.41 | - |
| YUV | 135.03 | 132.5 | 127.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 134 | 143 | 0.06 | 0.06 | 0 | 0.44 | 240 | 0.04 | 0.54 |
| Hex | 86 | 86 | 8F | 6 | 6 | 0 | 2C | F0 | 4 | 36 |
| Octal | 206 | 206 | 217 | 6 | 6 | 0 | 54 | 360 | 4 | 66 |
| Binary | 10000110 | 10000110 | 10001111 | 110 | 110 | 0 | 101100 | 11110000 | 100 | 110110 |
Color Harmonies of #86868F
Complementary color
Monochromatic Colors of #86868F
Black with #86868F
Text Example
Text Example
White with #86868F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86868F; }
p { color: rgb(134,134,143); }
H1.HeaderClassName
{
color: #86868F;
}
.AnyTagClassName
{
color: #86868F;
}
</style>
background-color css
<style>
a { background-color: #86868F; }
a { background-color: rgb(134,134,143); }
div.DivClassName
{
background-color: #86868F;
}
.BgClassName
{
background-color: #86868F;
}
</style>
border-color css
<style>
span { border-color: #86868F; }
span { border-color: rgb(134,134,143); }
td.TdClassName
{
border-color: #86868F;
}
.TagClassName
{
border-color: #86868F;
}
</style>