Shades of Manatee #878CAE
Tints of Manatee #878CAE
RGB
CMYK
RGB Variations
Color information
#878CAE (or 0x878CAE) is known color: Manatee. HEX triplet: 87, 8C and AE. RGB value is (135,140,174). Sum of RGB (Red+Green+Blue) = 135+140+174=449 (59% of max value = 765). Red value is 135 (53.12% from 255 or 30.07% from 449); Green value is 140 (55.08% from 255 or 31.18% from 449); Blue value is 174 (68.36% from 255 or 38.75% from 449); Max value from RGB is 174 - color contains mainly: blue. Hex color #878CAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #878CAE is #787351. Grayscale: #8E8E8E. Windows color (decimal): -7893842 or 11439239. OLE color: 11439239.
HSL color Cylindrical-coordinate representation of color #878CAE: hue angle of 232.31º degrees, saturation: 0.19, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #878CAE is Cyan = 0.22, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 135 | 140 | 174 | - |
| CMYK | 0.22 | 0.20 | 0 | 0.32 |
| HSL | 232.31º | 0.19% | 0.61% | - |
| HSV(B) | 232.31º | 0.22% | 0.68% | - |
| XYZ | 27.01 | 26.96 | 43.83 | - |
| YUV | 142.38 | 145.84 | 122.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 140 | 174 | 0.22 | 0.20 | 0 | 0.32 | 232.31 | 0.19 | 0.61 |
| Hex | 87 | 8C | AE | 16 | 14 | 0 | 20 | E8 | 13 | 3D |
| Octal | 207 | 214 | 256 | 26 | 24 | 0 | 40 | 350 | 23 | 75 |
| Binary | 10000111 | 10001100 | 10101110 | 10110 | 10100 | 0 | 100000 | 11101000 | 10011 | 111101 |
Color Harmonies of #878CAE
Complementary color
Monochromatic Colors of #878CAE
Black with #878CAE
Text Example
Text Example
White with #878CAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #878CAE; }
p { color: rgb(135,140,174); }
H1.HeaderClassName
{
color: #878CAE;
}
.AnyTagClassName
{
color: #878CAE;
}
</style>
background-color css
<style>
a { background-color: #878CAE; }
a { background-color: rgb(135,140,174); }
div.DivClassName
{
background-color: #878CAE;
}
.BgClassName
{
background-color: #878CAE;
}
</style>
border-color css
<style>
span { border-color: #878CAE; }
span { border-color: rgb(135,140,174); }
td.TdClassName
{
border-color: #878CAE;
}
.TagClassName
{
border-color: #878CAE;
}
</style>