Shades of Manatee #868791
Tints of Manatee #868791
RGB
CMYK
RGB Variations
Color information
#868791 (or 0x868791) is known color: Manatee. HEX triplet: 86, 87 and 91. RGB value is (134,135,145). Sum of RGB (Red+Green+Blue) = 134+135+145=414 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.37% from 414); Green value is 135 (53.12% from 255 or 32.61% from 414); Blue value is 145 (57.03% from 255 or 35.02% from 414); Max value from RGB is 145 - color contains mainly: blue. Hex color #868791 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #868791 is #79786E. Grayscale: #878787. Windows color (decimal): -7960687 or 9537414. OLE color: 9537414.
HSL color Cylindrical-coordinate representation of color #868791: hue angle of 234.55º 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 #868791 is Cyan = 0.08, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 134 | 135 | 145 | - |
| CMYK | 0.08 | 0.07 | 0 | 0.43 |
| HSL | 234.55º | 0.05% | 0.55% | - |
| HSV(B) | 234.55º | 0.08% | 0.57% | - |
| XYZ | 23.61 | 24.44 | 30.26 | - |
| YUV | 135.84 | 133.17 | 126.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 135 | 145 | 0.08 | 0.07 | 0 | 0.43 | 234.55 | 0.05 | 0.55 |
| Hex | 86 | 87 | 91 | 8 | 7 | 0 | 2B | EB | 5 | 37 |
| Octal | 206 | 207 | 221 | 10 | 7 | 0 | 53 | 353 | 5 | 67 |
| Binary | 10000110 | 10000111 | 10010001 | 1000 | 111 | 0 | 101011 | 11101011 | 101 | 110111 |
Color Harmonies of #868791
Complementary color
Monochromatic Colors of #868791
Black with #868791
Text Example
Text Example
White with #868791
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #868791; }
p { color: rgb(134,135,145); }
H1.HeaderClassName
{
color: #868791;
}
.AnyTagClassName
{
color: #868791;
}
</style>
background-color css
<style>
a { background-color: #868791; }
a { background-color: rgb(134,135,145); }
div.DivClassName
{
background-color: #868791;
}
.BgClassName
{
background-color: #868791;
}
</style>
border-color css
<style>
span { border-color: #868791; }
span { border-color: rgb(134,135,145); }
td.TdClassName
{
border-color: #868791;
}
.TagClassName
{
border-color: #868791;
}
</style>