Shades of Manatee #878892
Tints of Manatee #878892
RGB
CMYK
RGB Variations
Color information
#878892 (or 0x878892) is known color: Manatee. HEX triplet: 87, 88 and 92. RGB value is (135,136,146). Sum of RGB (Red+Green+Blue) = 135+136+146=417 (55% of max value = 765). Red value is 135 (53.12% from 255 or 32.37% from 417); Green value is 136 (53.52% from 255 or 32.61% from 417); Blue value is 146 (57.42% from 255 or 35.01% from 417); Max value from RGB is 146 - color contains mainly: blue. Hex color #878892 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #878892 is #78776D. Grayscale: #888888. Windows color (decimal): -7894894 or 9603207. OLE color: 9603207.
HSL color Cylindrical-coordinate representation of color #878892: 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 #878892 is Cyan = 0.08, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 135 | 136 | 146 | - |
| 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.98 | 24.83 | 30.72 | - |
| YUV | 136.84 | 133.17 | 126.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 136 | 146 | 0.08 | 0.07 | 0 | 0.43 | 234.55 | 0.05 | 0.55 |
| Hex | 87 | 88 | 92 | 8 | 7 | 0 | 2B | EB | 5 | 37 |
| Octal | 207 | 210 | 222 | 10 | 7 | 0 | 53 | 353 | 5 | 67 |
| Binary | 10000111 | 10001000 | 10010010 | 1000 | 111 | 0 | 101011 | 11101011 | 101 | 110111 |
Color Harmonies of #878892
Complementary color
Monochromatic Colors of #878892
Black with #878892
Text Example
Text Example
White with #878892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #878892; }
p { color: rgb(135,136,146); }
H1.HeaderClassName
{
color: #878892;
}
.AnyTagClassName
{
color: #878892;
}
</style>
background-color css
<style>
a { background-color: #878892; }
a { background-color: rgb(135,136,146); }
div.DivClassName
{
background-color: #878892;
}
.BgClassName
{
background-color: #878892;
}
</style>
border-color css
<style>
span { border-color: #878892; }
span { border-color: rgb(135,136,146); }
td.TdClassName
{
border-color: #878892;
}
.TagClassName
{
border-color: #878892;
}
</style>