Shades of Manatee #86889C
Tints of Manatee #86889C
RGB
CMYK
RGB Variations
Color information
#86889C (or 0x86889C) is known color: Manatee. HEX triplet: 86, 88 and 9C. RGB value is (134,136,156). Sum of RGB (Red+Green+Blue) = 134+136+156=426 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.46% from 426); Green value is 136 (53.52% from 255 or 31.92% from 426); Blue value is 156 (61.33% from 255 or 36.62% from 426); Max value from RGB is 156 - color contains mainly: blue. Hex color #86889C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #86889C is #797763. Grayscale: #898989. Windows color (decimal): -7960420 or 10258566. OLE color: 10258566.
HSL color Cylindrical-coordinate representation of color #86889C: hue angle of 234.55º degrees, saturation: 0.1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #86889C is Cyan = 0.14, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 134 | 136 | 156 | - |
| CMYK | 0.14 | 0.13 | 0 | 0.39 |
| HSL | 234.55º | 0.1% | 0.57% | - |
| HSV(B) | 234.55º | 0.14% | 0.61% | - |
| XYZ | 24.64 | 25.08 | 34.99 | - |
| YUV | 137.68 | 138.34 | 125.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 136 | 156 | 0.14 | 0.13 | 0 | 0.39 | 234.55 | 0.1 | 0.57 |
| Hex | 86 | 88 | 9C | E | D | 0 | 27 | EB | A | 39 |
| Octal | 206 | 210 | 234 | 16 | 15 | 0 | 47 | 353 | 12 | 71 |
| Binary | 10000110 | 10001000 | 10011100 | 1110 | 1101 | 0 | 100111 | 11101011 | 1010 | 111001 |
Color Harmonies of #86889C
Complementary color
Monochromatic Colors of #86889C
Black with #86889C
Text Example
Text Example
White with #86889C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86889C; }
p { color: rgb(134,136,156); }
H1.HeaderClassName
{
color: #86889C;
}
.AnyTagClassName
{
color: #86889C;
}
</style>
background-color css
<style>
a { background-color: #86889C; }
a { background-color: rgb(134,136,156); }
div.DivClassName
{
background-color: #86889C;
}
.BgClassName
{
background-color: #86889C;
}
</style>
border-color css
<style>
span { border-color: #86889C; }
span { border-color: rgb(134,136,156); }
td.TdClassName
{
border-color: #86889C;
}
.TagClassName
{
border-color: #86889C;
}
</style>