Shades of Manatee #8686AA
Tints of Manatee #8686AA
RGB
CMYK
RGB Variations
Color information
#8686AA (or 0x8686AA) is known color: Manatee. HEX triplet: 86, 86 and AA. RGB value is (134,134,170). Sum of RGB (Red+Green+Blue) = 134+134+170=438 (58% of max value = 765). Red value is 134 (52.73% from 255 or 30.59% from 438); Green value is 134 (52.73% from 255 or 30.59% from 438); Blue value is 170 (66.80% from 255 or 38.81% from 438); Max value from RGB is 170 - color contains mainly: blue. Hex color #8686AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8686AA is #797955. Grayscale: #898989. Windows color (decimal): -7960918 or 11175558. OLE color: 11175558.
HSL color Cylindrical-coordinate representation of color #8686AA: hue angle of 240º degrees, saturation: 0.17, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8686AA is Cyan = 0.21, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 134 | 134 | 170 | - |
| CMYK | 0.21 | 0.21 | 0 | 0.33 |
| HSL | 240º | 0.17% | 0.6% | - |
| HSV(B) | 240º | 0.21% | 0.67% | - |
| XYZ | 25.61 | 25.02 | 41.51 | - |
| YUV | 138.1 | 146 | 125.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 134 | 170 | 0.21 | 0.21 | 0 | 0.33 | 240 | 0.17 | 0.6 |
| Hex | 86 | 86 | AA | 15 | 15 | 0 | 21 | F0 | 11 | 3C |
| Octal | 206 | 206 | 252 | 25 | 25 | 0 | 41 | 360 | 21 | 74 |
| Binary | 10000110 | 10000110 | 10101010 | 10101 | 10101 | 0 | 100001 | 11110000 | 10001 | 111100 |
Color Harmonies of #8686AA
Complementary color
Monochromatic Colors of #8686AA
Black with #8686AA
Text Example
Text Example
White with #8686AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8686AA; }
p { color: rgb(134,134,170); }
H1.HeaderClassName
{
color: #8686AA;
}
.AnyTagClassName
{
color: #8686AA;
}
</style>
background-color css
<style>
a { background-color: #8686AA; }
a { background-color: rgb(134,134,170); }
div.DivClassName
{
background-color: #8686AA;
}
.BgClassName
{
background-color: #8686AA;
}
</style>
border-color css
<style>
span { border-color: #8686AA; }
span { border-color: rgb(134,134,170); }
td.TdClassName
{
border-color: #8686AA;
}
.TagClassName
{
border-color: #8686AA;
}
</style>