Shades of Manatee #868891
Tints of Manatee #868891
RGB
CMYK
RGB Variations
Color information
#868891 (or 0x868891) is known color: Manatee. HEX triplet: 86, 88 and 91. RGB value is (134,136,145). Sum of RGB (Red+Green+Blue) = 134+136+145=415 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.29% from 415); Green value is 136 (53.52% from 255 or 32.77% from 415); Blue value is 145 (57.03% from 255 or 34.94% from 415); Max value from RGB is 145 - color contains mainly: blue. Hex color #868891 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #868891 is #79776E. Grayscale: #888888. Windows color (decimal): -7960431 or 9537670. OLE color: 9537670.
HSL color Cylindrical-coordinate representation of color #868891: hue angle of 229.09º degrees, saturation: 0.05, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #868891 is Cyan = 0.08, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 134 | 136 | 145 | - |
| CMYK | 0.08 | 0.06 | 0 | 0.43 |
| HSL | 229.09º | 0.05% | 0.55% | - |
| HSV(B) | 229.09º | 0.08% | 0.57% | - |
| XYZ | 23.75 | 24.72 | 30.31 | - |
| YUV | 136.43 | 132.84 | 126.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 136 | 145 | 0.08 | 0.06 | 0 | 0.43 | 229.09 | 0.05 | 0.55 |
| Hex | 86 | 88 | 91 | 8 | 6 | 0 | 2B | E5 | 5 | 37 |
| Octal | 206 | 210 | 221 | 10 | 6 | 0 | 53 | 345 | 5 | 67 |
| Binary | 10000110 | 10001000 | 10010001 | 1000 | 110 | 0 | 101011 | 11100101 | 101 | 110111 |
Color Harmonies of #868891
Complementary color
Monochromatic Colors of #868891
Black with #868891
Text Example
Text Example
White with #868891
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #868891; }
p { color: rgb(134,136,145); }
H1.HeaderClassName
{
color: #868891;
}
.AnyTagClassName
{
color: #868891;
}
</style>
background-color css
<style>
a { background-color: #868891; }
a { background-color: rgb(134,136,145); }
div.DivClassName
{
background-color: #868891;
}
.BgClassName
{
background-color: #868891;
}
</style>
border-color css
<style>
span { border-color: #868891; }
span { border-color: rgb(134,136,145); }
td.TdClassName
{
border-color: #868891;
}
.TagClassName
{
border-color: #868891;
}
</style>