Shades of Manatee #878A9F
Tints of Manatee #878A9F
RGB
CMYK
RGB Variations
Color information
#878A9F (or 0x878A9F) is known color: Manatee. HEX triplet: 87, 8A and 9F. RGB value is (135,138,159). Sum of RGB (Red+Green+Blue) = 135+138+159=432 (57% of max value = 765). Red value is 135 (53.12% from 255 or 31.25% from 432); Green value is 138 (54.30% from 255 or 31.94% from 432); Blue value is 159 (62.5% from 255 or 36.81% from 432); Max value from RGB is 159 - color contains mainly: blue. Hex color #878A9F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #878A9F is #787560. Grayscale: #8B8B8B. Windows color (decimal): -7894369 or 10455687. OLE color: 10455687.
HSL color Cylindrical-coordinate representation of color #878A9F: hue angle of 232.5º 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 #878A9F is Cyan = 0.15, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 135 | 138 | 159 | - |
| CMYK | 0.15 | 0.13 | 0 | 0.38 |
| HSL | 232.5º | 0.11% | 0.58% | - |
| HSV(B) | 232.5º | 0.15% | 0.62% | - |
| XYZ | 25.34 | 25.83 | 36.45 | - |
| YUV | 139.5 | 139.01 | 124.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 138 | 159 | 0.15 | 0.13 | 0 | 0.38 | 232.5 | 0.11 | 0.58 |
| Hex | 87 | 8A | 9F | F | D | 0 | 26 | E8 | B | 3A |
| Octal | 207 | 212 | 237 | 17 | 15 | 0 | 46 | 350 | 13 | 72 |
| Binary | 10000111 | 10001010 | 10011111 | 1111 | 1101 | 0 | 100110 | 11101000 | 1011 | 111010 |
Color Harmonies of #878A9F
Complementary color
Monochromatic Colors of #878A9F
Black with #878A9F
Text Example
Text Example
White with #878A9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #878A9F; }
p { color: rgb(135,138,159); }
H1.HeaderClassName
{
color: #878A9F;
}
.AnyTagClassName
{
color: #878A9F;
}
</style>
background-color css
<style>
a { background-color: #878A9F; }
a { background-color: rgb(135,138,159); }
div.DivClassName
{
background-color: #878A9F;
}
.BgClassName
{
background-color: #878A9F;
}
</style>
border-color css
<style>
span { border-color: #878A9F; }
span { border-color: rgb(135,138,159); }
td.TdClassName
{
border-color: #878A9F;
}
.TagClassName
{
border-color: #878A9F;
}
</style>