Shades of Manatee #878DA6
Tints of Manatee #878DA6
RGB
CMYK
RGB Variations
Color information
#878DA6 (or 0x878DA6) is known color: Manatee. HEX triplet: 87, 8D and A6. RGB value is (135,141,166). Sum of RGB (Red+Green+Blue) = 135+141+166=442 (58% of max value = 765). Red value is 135 (53.12% from 255 or 30.54% from 442); Green value is 141 (55.47% from 255 or 31.90% from 442); Blue value is 166 (65.23% from 255 or 37.56% from 442); Max value from RGB is 166 - color contains mainly: blue. Hex color #878DA6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #878DA6 is #787259. Grayscale: #8D8D8D. Windows color (decimal): -7893594 or 10915207. OLE color: 10915207.
HSL color Cylindrical-coordinate representation of color #878DA6: hue angle of 228.39º degrees, saturation: 0.15, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #878DA6 is Cyan = 0.19, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 135 | 141 | 166 | - |
| CMYK | 0.19 | 0.15 | 0 | 0.35 |
| HSL | 228.39º | 0.15% | 0.59% | - |
| HSV(B) | 228.39º | 0.19% | 0.65% | - |
| XYZ | 26.4 | 26.95 | 39.89 | - |
| YUV | 142.06 | 141.51 | 122.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 141 | 166 | 0.19 | 0.15 | 0 | 0.35 | 228.39 | 0.15 | 0.59 |
| Hex | 87 | 8D | A6 | 13 | F | 0 | 23 | E4 | F | 3B |
| Octal | 207 | 215 | 246 | 23 | 17 | 0 | 43 | 344 | 17 | 73 |
| Binary | 10000111 | 10001101 | 10100110 | 10011 | 1111 | 0 | 100011 | 11100100 | 1111 | 111011 |
Color Harmonies of #878DA6
Complementary color
Monochromatic Colors of #878DA6
Black with #878DA6
Text Example
Text Example
White with #878DA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #878DA6; }
p { color: rgb(135,141,166); }
H1.HeaderClassName
{
color: #878DA6;
}
.AnyTagClassName
{
color: #878DA6;
}
</style>
background-color css
<style>
a { background-color: #878DA6; }
a { background-color: rgb(135,141,166); }
div.DivClassName
{
background-color: #878DA6;
}
.BgClassName
{
background-color: #878DA6;
}
</style>
border-color css
<style>
span { border-color: #878DA6; }
span { border-color: rgb(135,141,166); }
td.TdClassName
{
border-color: #878DA6;
}
.TagClassName
{
border-color: #878DA6;
}
</style>