Shades of Manatee #878A9E
Tints of Manatee #878A9E
RGB
CMYK
RGB Variations
Color information
#878A9E (or 0x878A9E) is known color: Manatee. HEX triplet: 87, 8A and 9E. RGB value is (135,138,158). Sum of RGB (Red+Green+Blue) = 135+138+158=431 (57% of max value = 765). Red value is 135 (53.12% from 255 or 31.32% from 431); Green value is 138 (54.30% from 255 or 32.02% from 431); Blue value is 158 (62.11% from 255 or 36.66% from 431); Max value from RGB is 158 - color contains mainly: blue. Hex color #878A9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #878A9E is #787561. Grayscale: #8B8B8B. Windows color (decimal): -7894370 or 10390151. OLE color: 10390151.
HSL color Cylindrical-coordinate representation of color #878A9E: hue angle of 232.17º degrees, saturation: 0.11, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #878A9E is Cyan = 0.15, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 135 | 138 | 158 | - |
| CMYK | 0.15 | 0.13 | 0 | 0.38 |
| HSL | 232.17º | 0.11% | 0.57% | - |
| HSV(B) | 232.17º | 0.15% | 0.62% | - |
| XYZ | 25.25 | 25.8 | 36 | - |
| YUV | 139.38 | 138.51 | 124.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 138 | 158 | 0.15 | 0.13 | 0 | 0.38 | 232.17 | 0.11 | 0.57 |
| Hex | 87 | 8A | 9E | F | D | 0 | 26 | E8 | B | 39 |
| Octal | 207 | 212 | 236 | 17 | 15 | 0 | 46 | 350 | 13 | 71 |
| Binary | 10000111 | 10001010 | 10011110 | 1111 | 1101 | 0 | 100110 | 11101000 | 1011 | 111001 |
Color Harmonies of #878A9E
Complementary color
Monochromatic Colors of #878A9E
Black with #878A9E
Text Example
Text Example
White with #878A9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #878A9E; }
p { color: rgb(135,138,158); }
H1.HeaderClassName
{
color: #878A9E;
}
.AnyTagClassName
{
color: #878A9E;
}
</style>
background-color css
<style>
a { background-color: #878A9E; }
a { background-color: rgb(135,138,158); }
div.DivClassName
{
background-color: #878A9E;
}
.BgClassName
{
background-color: #878A9E;
}
</style>
border-color css
<style>
span { border-color: #878A9E; }
span { border-color: rgb(135,138,158); }
td.TdClassName
{
border-color: #878A9E;
}
.TagClassName
{
border-color: #878A9E;
}
</style>