Shades of Manatee #878E9D
Tints of Manatee #878E9D
RGB
CMYK
RGB Variations
Color information
#878E9D (or 0x878E9D) is known color: Manatee. HEX triplet: 87, 8E and 9D. RGB value is (135,142,157). Sum of RGB (Red+Green+Blue) = 135+142+157=434 (57% of max value = 765). Red value is 135 (53.12% from 255 or 31.11% from 434); Green value is 142 (55.86% from 255 or 32.72% from 434); Blue value is 157 (61.72% from 255 or 36.18% from 434); Max value from RGB is 157 - color contains mainly: blue. Hex color #878E9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #878E9D is #787162. Grayscale: #8D8D8D. Windows color (decimal): -7893347 or 10325639. OLE color: 10325639.
HSL color Cylindrical-coordinate representation of color #878E9D: hue angle of 220.91º degrees, saturation: 0.1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #878E9D is Cyan = 0.14, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 135 | 142 | 157 | - |
| CMYK | 0.14 | 0.10 | 0 | 0.38 |
| HSL | 220.91º | 0.1% | 0.57% | - |
| HSV(B) | 220.91º | 0.14% | 0.62% | - |
| XYZ | 25.75 | 26.93 | 35.74 | - |
| YUV | 141.62 | 136.68 | 123.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 142 | 157 | 0.14 | 0.10 | 0 | 0.38 | 220.91 | 0.1 | 0.57 |
| Hex | 87 | 8E | 9D | E | A | 0 | 26 | DD | A | 39 |
| Octal | 207 | 216 | 235 | 16 | 12 | 0 | 46 | 335 | 12 | 71 |
| Binary | 10000111 | 10001110 | 10011101 | 1110 | 1010 | 0 | 100110 | 11011101 | 1010 | 111001 |
Color Harmonies of #878E9D
Complementary color
Monochromatic Colors of #878E9D
Black with #878E9D
Text Example
Text Example
White with #878E9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #878E9D; }
p { color: rgb(135,142,157); }
H1.HeaderClassName
{
color: #878E9D;
}
.AnyTagClassName
{
color: #878E9D;
}
</style>
background-color css
<style>
a { background-color: #878E9D; }
a { background-color: rgb(135,142,157); }
div.DivClassName
{
background-color: #878E9D;
}
.BgClassName
{
background-color: #878E9D;
}
</style>
border-color css
<style>
span { border-color: #878E9D; }
span { border-color: rgb(135,142,157); }
td.TdClassName
{
border-color: #878E9D;
}
.TagClassName
{
border-color: #878E9D;
}
</style>