Shades of Manatee #878BAF
Tints of Manatee #878BAF
RGB
CMYK
RGB Variations
Color information
#878BAF (or 0x878BAF) is known color: Manatee. HEX triplet: 87, 8B and AF. RGB value is (135,139,175). Sum of RGB (Red+Green+Blue) = 135+139+175=449 (59% of max value = 765). Red value is 135 (53.12% from 255 or 30.07% from 449); Green value is 139 (54.69% from 255 or 30.96% from 449); Blue value is 175 (68.75% from 255 or 38.98% from 449); Max value from RGB is 175 - color contains mainly: blue. Hex color #878BAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #878BAF is #787450. Grayscale: #8D8D8D. Windows color (decimal): -7894097 or 11504519. OLE color: 11504519.
HSL color Cylindrical-coordinate representation of color #878BAF: hue angle of 234º degrees, saturation: 0.2, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #878BAF is Cyan = 0.23, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 135 | 139 | 175 | - |
| CMYK | 0.23 | 0.21 | 0 | 0.31 |
| HSL | 234º | 0.2% | 0.61% | - |
| HSV(B) | 234º | 0.23% | 0.69% | - |
| XYZ | 26.96 | 26.71 | 44.29 | - |
| YUV | 141.91 | 146.67 | 123.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 139 | 175 | 0.23 | 0.21 | 0 | 0.31 | 234 | 0.2 | 0.61 |
| Hex | 87 | 8B | AF | 17 | 15 | 0 | 1F | EA | 14 | 3D |
| Octal | 207 | 213 | 257 | 27 | 25 | 0 | 37 | 352 | 24 | 75 |
| Binary | 10000111 | 10001011 | 10101111 | 10111 | 10101 | 0 | 11111 | 11101010 | 10100 | 111101 |
Color Harmonies of #878BAF
Complementary color
Monochromatic Colors of #878BAF
Black with #878BAF
Text Example
Text Example
White with #878BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #878BAF; }
p { color: rgb(135,139,175); }
H1.HeaderClassName
{
color: #878BAF;
}
.AnyTagClassName
{
color: #878BAF;
}
</style>
background-color css
<style>
a { background-color: #878BAF; }
a { background-color: rgb(135,139,175); }
div.DivClassName
{
background-color: #878BAF;
}
.BgClassName
{
background-color: #878BAF;
}
</style>
border-color css
<style>
span { border-color: #878BAF; }
span { border-color: rgb(135,139,175); }
td.TdClassName
{
border-color: #878BAF;
}
.TagClassName
{
border-color: #878BAF;
}
</style>