Shades of Manatee #878E9E
Tints of Manatee #878E9E
RGB
CMYK
RGB Variations
Color information
#878E9E (or 0x878E9E) is known color: Manatee. HEX triplet: 87, 8E and 9E. RGB value is (135,142,158). Sum of RGB (Red+Green+Blue) = 135+142+158=435 (57% of max value = 765). Red value is 135 (53.12% from 255 or 31.03% from 435); Green value is 142 (55.86% from 255 or 32.64% from 435); Blue value is 158 (62.11% from 255 or 36.32% from 435); Max value from RGB is 158 - color contains mainly: blue. Hex color #878E9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #878E9E is #787161. Grayscale: #8D8D8D. Windows color (decimal): -7893346 or 10391175. OLE color: 10391175.
HSL color Cylindrical-coordinate representation of color #878E9E: hue angle of 221.74º degrees, saturation: 0.11, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #878E9E is Cyan = 0.15, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 135 | 142 | 158 | - |
| CMYK | 0.15 | 0.10 | 0 | 0.38 |
| HSL | 221.74º | 0.11% | 0.57% | - |
| HSV(B) | 221.74º | 0.15% | 0.62% | - |
| XYZ | 25.84 | 26.97 | 36.19 | - |
| YUV | 141.73 | 137.18 | 123.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 142 | 158 | 0.15 | 0.10 | 0 | 0.38 | 221.74 | 0.11 | 0.57 |
| Hex | 87 | 8E | 9E | F | A | 0 | 26 | DE | B | 39 |
| Octal | 207 | 216 | 236 | 17 | 12 | 0 | 46 | 336 | 13 | 71 |
| Binary | 10000111 | 10001110 | 10011110 | 1111 | 1010 | 0 | 100110 | 11011110 | 1011 | 111001 |
Color Harmonies of #878E9E
Complementary color
Monochromatic Colors of #878E9E
Black with #878E9E
Text Example
Text Example
White with #878E9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #878E9E; }
p { color: rgb(135,142,158); }
H1.HeaderClassName
{
color: #878E9E;
}
.AnyTagClassName
{
color: #878E9E;
}
</style>
background-color css
<style>
a { background-color: #878E9E; }
a { background-color: rgb(135,142,158); }
div.DivClassName
{
background-color: #878E9E;
}
.BgClassName
{
background-color: #878E9E;
}
</style>
border-color css
<style>
span { border-color: #878E9E; }
span { border-color: rgb(135,142,158); }
td.TdClassName
{
border-color: #878E9E;
}
.TagClassName
{
border-color: #878E9E;
}
</style>