Shades of Manatee #878DB1
Tints of Manatee #878DB1
RGB
CMYK
RGB Variations
Color information
#878DB1 (or 0x878DB1) is known color: Manatee. HEX triplet: 87, 8D and B1. RGB value is (135,141,177). Sum of RGB (Red+Green+Blue) = 135+141+177=453 (60% of max value = 765). Red value is 135 (53.12% from 255 or 29.80% from 453); Green value is 141 (55.47% from 255 or 31.13% from 453); Blue value is 177 (69.53% from 255 or 39.07% from 453); Max value from RGB is 177 - color contains mainly: blue. Hex color #878DB1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #878DB1 is #78724E. Grayscale: #8F8F8F. Windows color (decimal): -7893583 or 11636103. OLE color: 11636103.
HSL color Cylindrical-coordinate representation of color #878DB1: hue angle of 231.43º degrees, saturation: 0.21, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #878DB1 is Cyan = 0.24, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 135 | 141 | 177 | - |
| CMYK | 0.24 | 0.20 | 0 | 0.31 |
| HSL | 231.43º | 0.21% | 0.61% | - |
| HSV(B) | 231.43º | 0.24% | 0.69% | - |
| XYZ | 27.45 | 27.37 | 45.43 | - |
| YUV | 143.31 | 147.01 | 122.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 141 | 177 | 0.24 | 0.20 | 0 | 0.31 | 231.43 | 0.21 | 0.61 |
| Hex | 87 | 8D | B1 | 18 | 14 | 0 | 1F | E7 | 15 | 3D |
| Octal | 207 | 215 | 261 | 30 | 24 | 0 | 37 | 347 | 25 | 75 |
| Binary | 10000111 | 10001101 | 10110001 | 11000 | 10100 | 0 | 11111 | 11100111 | 10101 | 111101 |
Color Harmonies of #878DB1
Complementary color
Monochromatic Colors of #878DB1
Black with #878DB1
Text Example
Text Example
White with #878DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #878DB1; }
p { color: rgb(135,141,177); }
H1.HeaderClassName
{
color: #878DB1;
}
.AnyTagClassName
{
color: #878DB1;
}
</style>
background-color css
<style>
a { background-color: #878DB1; }
a { background-color: rgb(135,141,177); }
div.DivClassName
{
background-color: #878DB1;
}
.BgClassName
{
background-color: #878DB1;
}
</style>
border-color css
<style>
span { border-color: #878DB1; }
span { border-color: rgb(135,141,177); }
td.TdClassName
{
border-color: #878DB1;
}
.TagClassName
{
border-color: #878DB1;
}
</style>