Shades of Manatee #878F9F
Tints of Manatee #878F9F
RGB
CMYK
RGB Variations
Color information
#878F9F (or 0x878F9F) is known color: Manatee. HEX triplet: 87, 8F and 9F. RGB value is (135,143,159). Sum of RGB (Red+Green+Blue) = 135+143+159=437 (57% of max value = 765). Red value is 135 (53.12% from 255 or 30.89% from 437); Green value is 143 (56.25% from 255 or 32.72% from 437); Blue value is 159 (62.5% from 255 or 36.38% from 437); Max value from RGB is 159 - color contains mainly: blue. Hex color #878F9F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #878F9F is #787060. Grayscale: #8E8E8E. Windows color (decimal): -7893089 or 10456967. OLE color: 10456967.
HSL color Cylindrical-coordinate representation of color #878F9F: hue angle of 220º degrees, saturation: 0.11, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #878F9F is Cyan = 0.15, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 135 | 143 | 159 | - |
| CMYK | 0.15 | 0.10 | 0 | 0.38 |
| HSL | 220º | 0.11% | 0.58% | - |
| HSV(B) | 220º | 0.15% | 0.62% | - |
| XYZ | 26.07 | 27.3 | 36.7 | - |
| YUV | 142.43 | 137.35 | 122.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 143 | 159 | 0.15 | 0.10 | 0 | 0.38 | 220 | 0.11 | 0.58 |
| Hex | 87 | 8F | 9F | F | A | 0 | 26 | DC | B | 3A |
| Octal | 207 | 217 | 237 | 17 | 12 | 0 | 46 | 334 | 13 | 72 |
| Binary | 10000111 | 10001111 | 10011111 | 1111 | 1010 | 0 | 100110 | 11011100 | 1011 | 111010 |
Color Harmonies of #878F9F
Complementary color
Monochromatic Colors of #878F9F
Black with #878F9F
Text Example
Text Example
White with #878F9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #878F9F; }
p { color: rgb(135,143,159); }
H1.HeaderClassName
{
color: #878F9F;
}
.AnyTagClassName
{
color: #878F9F;
}
</style>
background-color css
<style>
a { background-color: #878F9F; }
a { background-color: rgb(135,143,159); }
div.DivClassName
{
background-color: #878F9F;
}
.BgClassName
{
background-color: #878F9F;
}
</style>
border-color css
<style>
span { border-color: #878F9F; }
span { border-color: rgb(135,143,159); }
td.TdClassName
{
border-color: #878F9F;
}
.TagClassName
{
border-color: #878F9F;
}
</style>