Shades of Manatee #878AA1
Tints of Manatee #878AA1
RGB
CMYK
RGB Variations
Color information
#878AA1 (or 0x878AA1) is known color: Manatee. HEX triplet: 87, 8A and A1. RGB value is (135,138,161). Sum of RGB (Red+Green+Blue) = 135+138+161=434 (57% of max value = 765). Red value is 135 (53.12% from 255 or 31.11% from 434); Green value is 138 (54.30% from 255 or 31.80% from 434); Blue value is 161 (63.28% from 255 or 37.10% from 434); Max value from RGB is 161 - color contains mainly: blue. Hex color #878AA1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #878AA1 is #78755E. Grayscale: #8B8B8B. Windows color (decimal): -7894367 or 10586759. OLE color: 10586759.
HSL color Cylindrical-coordinate representation of color #878AA1: hue angle of 233.08º degrees, saturation: 0.12, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #878AA1 is Cyan = 0.16, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 135 | 138 | 161 | - |
| CMYK | 0.16 | 0.14 | 0 | 0.37 |
| HSL | 233.08º | 0.12% | 0.58% | - |
| HSV(B) | 233.08º | 0.16% | 0.63% | - |
| XYZ | 25.51 | 25.9 | 37.37 | - |
| YUV | 139.73 | 140.01 | 124.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 138 | 161 | 0.16 | 0.14 | 0 | 0.37 | 233.08 | 0.12 | 0.58 |
| Hex | 87 | 8A | A1 | 10 | E | 0 | 25 | E9 | C | 3A |
| Octal | 207 | 212 | 241 | 20 | 16 | 0 | 45 | 351 | 14 | 72 |
| Binary | 10000111 | 10001010 | 10100001 | 10000 | 1110 | 0 | 100101 | 11101001 | 1100 | 111010 |
Color Harmonies of #878AA1
Complementary color
Monochromatic Colors of #878AA1
Black with #878AA1
Text Example
Text Example
White with #878AA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #878AA1; }
p { color: rgb(135,138,161); }
H1.HeaderClassName
{
color: #878AA1;
}
.AnyTagClassName
{
color: #878AA1;
}
</style>
background-color css
<style>
a { background-color: #878AA1; }
a { background-color: rgb(135,138,161); }
div.DivClassName
{
background-color: #878AA1;
}
.BgClassName
{
background-color: #878AA1;
}
</style>
border-color css
<style>
span { border-color: #878AA1; }
span { border-color: rgb(135,138,161); }
td.TdClassName
{
border-color: #878AA1;
}
.TagClassName
{
border-color: #878AA1;
}
</style>