Shades of Manatee #878D9B
Tints of Manatee #878D9B
RGB
CMYK
RGB Variations
Color information
#878D9B (or 0x878D9B) is known color: Manatee. HEX triplet: 87, 8D and 9B. RGB value is (135,141,155). Sum of RGB (Red+Green+Blue) = 135+141+155=431 (57% of max value = 765). Red value is 135 (53.12% from 255 or 31.32% from 431); Green value is 141 (55.47% from 255 or 32.71% from 431); Blue value is 155 (60.94% from 255 or 35.96% from 431); Max value from RGB is 155 - color contains mainly: blue. Hex color #878D9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #878D9B is #787264. Grayscale: #8C8C8C. Windows color (decimal): -7893605 or 10194311. OLE color: 10194311.
HSL color Cylindrical-coordinate representation of color #878D9B: hue angle of 222º degrees, saturation: 0.09, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #878D9B is Cyan = 0.13, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 135 | 141 | 155 | - |
| CMYK | 0.13 | 0.09 | 0 | 0.39 |
| HSL | 222º | 0.09% | 0.57% | - |
| HSV(B) | 222º | 0.13% | 0.61% | - |
| XYZ | 25.43 | 26.57 | 34.8 | - |
| YUV | 140.8 | 136.01 | 123.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 141 | 155 | 0.13 | 0.09 | 0 | 0.39 | 222 | 0.09 | 0.57 |
| Hex | 87 | 8D | 9B | D | 9 | 0 | 27 | DE | 9 | 39 |
| Octal | 207 | 215 | 233 | 15 | 11 | 0 | 47 | 336 | 11 | 71 |
| Binary | 10000111 | 10001101 | 10011011 | 1101 | 1001 | 0 | 100111 | 11011110 | 1001 | 111001 |
Color Harmonies of #878D9B
Complementary color
Monochromatic Colors of #878D9B
Black with #878D9B
Text Example
Text Example
White with #878D9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #878D9B; }
p { color: rgb(135,141,155); }
H1.HeaderClassName
{
color: #878D9B;
}
.AnyTagClassName
{
color: #878D9B;
}
</style>
background-color css
<style>
a { background-color: #878D9B; }
a { background-color: rgb(135,141,155); }
div.DivClassName
{
background-color: #878D9B;
}
.BgClassName
{
background-color: #878D9B;
}
</style>
border-color css
<style>
span { border-color: #878D9B; }
span { border-color: rgb(135,141,155); }
td.TdClassName
{
border-color: #878D9B;
}
.TagClassName
{
border-color: #878D9B;
}
</style>