Shades of Manatee #878793
Tints of Manatee #878793
RGB
CMYK
RGB Variations
Color information
#878793 (or 0x878793) is known color: Manatee. HEX triplet: 87, 87 and 93. RGB value is (135,135,147). Sum of RGB (Red+Green+Blue) = 135+135+147=417 (55% of max value = 765). Red value is 135 (53.12% from 255 or 32.37% from 417); Green value is 135 (53.12% from 255 or 32.37% from 417); Blue value is 147 (57.81% from 255 or 35.25% from 417); Max value from RGB is 147 - color contains mainly: blue. Hex color #878793 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #878793 is #78786C. Grayscale: #888888. Windows color (decimal): -7895149 or 9668487. OLE color: 9668487.
HSL color Cylindrical-coordinate representation of color #878793: hue angle of 240º degrees, saturation: 0.05, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #878793 is Cyan = 0.08, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 135 | 135 | 147 | - |
| CMYK | 0.08 | 0.08 | 0 | 0.42 |
| HSL | 240º | 0.05% | 0.55% | - |
| HSV(B) | 240º | 0.08% | 0.58% | - |
| XYZ | 23.92 | 24.59 | 31.09 | - |
| YUV | 136.37 | 134 | 127.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 135 | 147 | 0.08 | 0.08 | 0 | 0.42 | 240 | 0.05 | 0.55 |
| Hex | 87 | 87 | 93 | 8 | 8 | 0 | 2A | F0 | 5 | 37 |
| Octal | 207 | 207 | 223 | 10 | 10 | 0 | 52 | 360 | 5 | 67 |
| Binary | 10000111 | 10000111 | 10010011 | 1000 | 1000 | 0 | 101010 | 11110000 | 101 | 110111 |
Color Harmonies of #878793
Complementary color
Monochromatic Colors of #878793
Black with #878793
Text Example
Text Example
White with #878793
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #878793; }
p { color: rgb(135,135,147); }
H1.HeaderClassName
{
color: #878793;
}
.AnyTagClassName
{
color: #878793;
}
</style>
background-color css
<style>
a { background-color: #878793; }
a { background-color: rgb(135,135,147); }
div.DivClassName
{
background-color: #878793;
}
.BgClassName
{
background-color: #878793;
}
</style>
border-color css
<style>
span { border-color: #878793; }
span { border-color: rgb(135,135,147); }
td.TdClassName
{
border-color: #878793;
}
.TagClassName
{
border-color: #878793;
}
</style>