Shades of Manatee #878992
Tints of Manatee #878992
RGB
CMYK
RGB Variations
Color information
#878992 (or 0x878992) is known color: Manatee. HEX triplet: 87, 89 and 92. RGB value is (135,137,146). Sum of RGB (Red+Green+Blue) = 135+137+146=418 (55% of max value = 765). Red value is 135 (53.12% from 255 or 32.30% from 418); Green value is 137 (53.91% from 255 or 32.78% from 418); Blue value is 146 (57.42% from 255 or 34.93% from 418); Max value from RGB is 146 - color contains mainly: blue. Hex color #878992 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #878992 is #78766D. Grayscale: #898989. Windows color (decimal): -7894638 or 9603463. OLE color: 9603463.
HSL color Cylindrical-coordinate representation of color #878992: 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 #878992 is Cyan = 0.08, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 135 | 137 | 146 | - |
| CMYK | 0.08 | 0.06 | 0 | 0.43 |
| HSL | 229.09º | 0.05% | 0.55% | - |
| HSV(B) | 229.09º | 0.08% | 0.57% | - |
| XYZ | 24.13 | 25.12 | 30.77 | - |
| YUV | 137.43 | 132.84 | 126.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 137 | 146 | 0.08 | 0.06 | 0 | 0.43 | 229.09 | 0.05 | 0.55 |
| Hex | 87 | 89 | 92 | 8 | 6 | 0 | 2B | E5 | 5 | 37 |
| Octal | 207 | 211 | 222 | 10 | 6 | 0 | 53 | 345 | 5 | 67 |
| Binary | 10000111 | 10001001 | 10010010 | 1000 | 110 | 0 | 101011 | 11100101 | 101 | 110111 |
Color Harmonies of #878992
Complementary color
Monochromatic Colors of #878992
Black with #878992
Text Example
Text Example
White with #878992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #878992; }
p { color: rgb(135,137,146); }
H1.HeaderClassName
{
color: #878992;
}
.AnyTagClassName
{
color: #878992;
}
</style>
background-color css
<style>
a { background-color: #878992; }
a { background-color: rgb(135,137,146); }
div.DivClassName
{
background-color: #878992;
}
.BgClassName
{
background-color: #878992;
}
</style>
border-color css
<style>
span { border-color: #878992; }
span { border-color: rgb(135,137,146); }
td.TdClassName
{
border-color: #878992;
}
.TagClassName
{
border-color: #878992;
}
</style>