Shades of Manatee #878D9D
Tints of Manatee #878D9D
RGB
CMYK
RGB Variations
Color information
#878D9D (or 0x878D9D) is known color: Manatee. HEX triplet: 87, 8D and 9D. RGB value is (135,141,157). Sum of RGB (Red+Green+Blue) = 135+141+157=433 (57% of max value = 765). Red value is 135 (53.12% from 255 or 31.18% from 433); Green value is 141 (55.47% from 255 or 32.56% from 433); Blue value is 157 (61.72% from 255 or 36.26% from 433); Max value from RGB is 157 - color contains mainly: blue. Hex color #878D9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #878D9D is #787262. Grayscale: #8C8C8C. Windows color (decimal): -7893603 or 10325383. OLE color: 10325383.
HSL color Cylindrical-coordinate representation of color #878D9D: hue angle of 223.64º 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 #878D9D is Cyan = 0.14, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 135 | 141 | 157 | - |
| CMYK | 0.14 | 0.10 | 0 | 0.38 |
| HSL | 223.64º | 0.1% | 0.57% | - |
| HSV(B) | 223.64º | 0.14% | 0.62% | - |
| XYZ | 25.6 | 26.63 | 35.69 | - |
| YUV | 141.03 | 137.01 | 123.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 141 | 157 | 0.14 | 0.10 | 0 | 0.38 | 223.64 | 0.1 | 0.57 |
| Hex | 87 | 8D | 9D | E | A | 0 | 26 | E0 | A | 39 |
| Octal | 207 | 215 | 235 | 16 | 12 | 0 | 46 | 340 | 12 | 71 |
| Binary | 10000111 | 10001101 | 10011101 | 1110 | 1010 | 0 | 100110 | 11100000 | 1010 | 111001 |
Color Harmonies of #878D9D
Complementary color
Monochromatic Colors of #878D9D
Black with #878D9D
Text Example
Text Example
White with #878D9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #878D9D; }
p { color: rgb(135,141,157); }
H1.HeaderClassName
{
color: #878D9D;
}
.AnyTagClassName
{
color: #878D9D;
}
</style>
background-color css
<style>
a { background-color: #878D9D; }
a { background-color: rgb(135,141,157); }
div.DivClassName
{
background-color: #878D9D;
}
.BgClassName
{
background-color: #878D9D;
}
</style>
border-color css
<style>
span { border-color: #878D9D; }
span { border-color: rgb(135,141,157); }
td.TdClassName
{
border-color: #878D9D;
}
.TagClassName
{
border-color: #878D9D;
}
</style>