Shades of Manatee #878B9F
Tints of Manatee #878B9F
RGB
CMYK
RGB Variations
Color information
#878B9F (or 0x878B9F) is known color: Manatee. HEX triplet: 87, 8B and 9F. RGB value is (135,139,159). Sum of RGB (Red+Green+Blue) = 135+139+159=433 (57% of max value = 765). Red value is 135 (53.12% from 255 or 31.18% from 433); Green value is 139 (54.69% from 255 or 32.10% from 433); Blue value is 159 (62.5% from 255 or 36.72% from 433); Max value from RGB is 159 - color contains mainly: blue. Hex color #878B9F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #878B9F is #787460. Grayscale: #8C8C8C. Windows color (decimal): -7894113 or 10455943. OLE color: 10455943.
HSL color Cylindrical-coordinate representation of color #878B9F: hue angle of 230º 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 #878B9F is Cyan = 0.15, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 135 | 139 | 159 | - |
| CMYK | 0.15 | 0.13 | 0 | 0.38 |
| HSL | 230º | 0.11% | 0.58% | - |
| HSV(B) | 230º | 0.15% | 0.62% | - |
| XYZ | 25.48 | 26.12 | 36.5 | - |
| YUV | 140.08 | 138.67 | 124.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 139 | 159 | 0.15 | 0.13 | 0 | 0.38 | 230 | 0.11 | 0.58 |
| Hex | 87 | 8B | 9F | F | D | 0 | 26 | E6 | B | 3A |
| Octal | 207 | 213 | 237 | 17 | 15 | 0 | 46 | 346 | 13 | 72 |
| Binary | 10000111 | 10001011 | 10011111 | 1111 | 1101 | 0 | 100110 | 11100110 | 1011 | 111010 |
Color Harmonies of #878B9F
Complementary color
Monochromatic Colors of #878B9F
Black with #878B9F
Text Example
Text Example
White with #878B9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #878B9F; }
p { color: rgb(135,139,159); }
H1.HeaderClassName
{
color: #878B9F;
}
.AnyTagClassName
{
color: #878B9F;
}
</style>
background-color css
<style>
a { background-color: #878B9F; }
a { background-color: rgb(135,139,159); }
div.DivClassName
{
background-color: #878B9F;
}
.BgClassName
{
background-color: #878B9F;
}
</style>
border-color css
<style>
span { border-color: #878B9F; }
span { border-color: rgb(135,139,159); }
td.TdClassName
{
border-color: #878B9F;
}
.TagClassName
{
border-color: #878B9F;
}
</style>