Shades of Manatee #878DA0
Tints of Manatee #878DA0
RGB
CMYK
RGB Variations
Color information
#878DA0 (or 0x878DA0) is known color: Manatee. HEX triplet: 87, 8D and A0. RGB value is (135,141,160). Sum of RGB (Red+Green+Blue) = 135+141+160=436 (57% of max value = 765). Red value is 135 (53.12% from 255 or 30.96% from 436); Green value is 141 (55.47% from 255 or 32.34% from 436); Blue value is 160 (62.89% from 255 or 36.70% from 436); Max value from RGB is 160 - color contains mainly: blue. Hex color #878DA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #878DA0 is #78725F. Grayscale: #8D8D8D. Windows color (decimal): -7893600 or 10521991. OLE color: 10521991.
HSL color Cylindrical-coordinate representation of color #878DA0: hue angle of 225.6º degrees, saturation: 0.12, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #878DA0 is Cyan = 0.16, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 135 | 141 | 160 | - |
| CMYK | 0.16 | 0.12 | 0 | 0.37 |
| HSL | 225.6º | 0.12% | 0.58% | - |
| HSV(B) | 225.6º | 0.16% | 0.63% | - |
| XYZ | 25.86 | 26.74 | 37.06 | - |
| YUV | 141.37 | 138.51 | 123.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 141 | 160 | 0.16 | 0.12 | 0 | 0.37 | 225.6 | 0.12 | 0.58 |
| Hex | 87 | 8D | A0 | 10 | C | 0 | 25 | E2 | C | 3A |
| Octal | 207 | 215 | 240 | 20 | 14 | 0 | 45 | 342 | 14 | 72 |
| Binary | 10000111 | 10001101 | 10100000 | 10000 | 1100 | 0 | 100101 | 11100010 | 1100 | 111010 |
Color Harmonies of #878DA0
Complementary color
Monochromatic Colors of #878DA0
Black with #878DA0
Text Example
Text Example
White with #878DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #878DA0; }
p { color: rgb(135,141,160); }
H1.HeaderClassName
{
color: #878DA0;
}
.AnyTagClassName
{
color: #878DA0;
}
</style>
background-color css
<style>
a { background-color: #878DA0; }
a { background-color: rgb(135,141,160); }
div.DivClassName
{
background-color: #878DA0;
}
.BgClassName
{
background-color: #878DA0;
}
</style>
border-color css
<style>
span { border-color: #878DA0; }
span { border-color: rgb(135,141,160); }
td.TdClassName
{
border-color: #878DA0;
}
.TagClassName
{
border-color: #878DA0;
}
</style>