Shades of Manatee #878AAB
Tints of Manatee #878AAB
RGB
CMYK
RGB Variations
Color information
#878AAB (or 0x878AAB) is known color: Manatee. HEX triplet: 87, 8A and AB. RGB value is (135,138,171). Sum of RGB (Red+Green+Blue) = 135+138+171=444 (58% of max value = 765). Red value is 135 (53.12% from 255 or 30.41% from 444); Green value is 138 (54.30% from 255 or 31.08% from 444); Blue value is 171 (67.19% from 255 or 38.51% from 444); Max value from RGB is 171 - color contains mainly: blue. Hex color #878AAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #878AAB is #787554. Grayscale: #8C8C8C. Windows color (decimal): -7894357 or 11242119. OLE color: 11242119.
HSL color Cylindrical-coordinate representation of color #878AAB: hue angle of 235º degrees, saturation: 0.18, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #878AAB is Cyan = 0.21, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 135 | 138 | 171 | - |
| CMYK | 0.21 | 0.19 | 0 | 0.33 |
| HSL | 235º | 0.18% | 0.6% | - |
| HSV(B) | 235º | 0.21% | 0.67% | - |
| XYZ | 26.43 | 26.27 | 42.21 | - |
| YUV | 140.87 | 145.01 | 123.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 138 | 171 | 0.21 | 0.19 | 0 | 0.33 | 235 | 0.18 | 0.6 |
| Hex | 87 | 8A | AB | 15 | 13 | 0 | 21 | EB | 12 | 3C |
| Octal | 207 | 212 | 253 | 25 | 23 | 0 | 41 | 353 | 22 | 74 |
| Binary | 10000111 | 10001010 | 10101011 | 10101 | 10011 | 0 | 100001 | 11101011 | 10010 | 111100 |
Color Harmonies of #878AAB
Complementary color
Monochromatic Colors of #878AAB
Black with #878AAB
Text Example
Text Example
White with #878AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #878AAB; }
p { color: rgb(135,138,171); }
H1.HeaderClassName
{
color: #878AAB;
}
.AnyTagClassName
{
color: #878AAB;
}
</style>
background-color css
<style>
a { background-color: #878AAB; }
a { background-color: rgb(135,138,171); }
div.DivClassName
{
background-color: #878AAB;
}
.BgClassName
{
background-color: #878AAB;
}
</style>
border-color css
<style>
span { border-color: #878AAB; }
span { border-color: rgb(135,138,171); }
td.TdClassName
{
border-color: #878AAB;
}
.TagClassName
{
border-color: #878AAB;
}
</style>