Shades of Manatee #878897
Tints of Manatee #878897
RGB
CMYK
RGB Variations
Color information
#878897 (or 0x878897) is known color: Manatee. HEX triplet: 87, 88 and 97. RGB value is (135,136,151). Sum of RGB (Red+Green+Blue) = 135+136+151=422 (55% of max value = 765). Red value is 135 (53.12% from 255 or 31.99% from 422); Green value is 136 (53.52% from 255 or 32.23% from 422); Blue value is 151 (59.38% from 255 or 35.78% from 422); Max value from RGB is 151 - color contains mainly: blue. Hex color #878897 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #878897 is #787768. Grayscale: #898989. Windows color (decimal): -7894889 or 9930887. OLE color: 9930887.
HSL color Cylindrical-coordinate representation of color #878897: hue angle of 236.25º degrees, saturation: 0.07, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #878897 is Cyan = 0.11, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 135 | 136 | 151 | - |
| CMYK | 0.11 | 0.10 | 0 | 0.41 |
| HSL | 236.25º | 0.07% | 0.56% | - |
| HSV(B) | 236.25º | 0.11% | 0.59% | - |
| XYZ | 24.38 | 24.99 | 32.82 | - |
| YUV | 137.41 | 135.67 | 126.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 136 | 151 | 0.11 | 0.10 | 0 | 0.41 | 236.25 | 0.07 | 0.56 |
| Hex | 87 | 88 | 97 | B | A | 0 | 29 | EC | 7 | 38 |
| Octal | 207 | 210 | 227 | 13 | 12 | 0 | 51 | 354 | 7 | 70 |
| Binary | 10000111 | 10001000 | 10010111 | 1011 | 1010 | 0 | 101001 | 11101100 | 111 | 111000 |
Color Harmonies of #878897
Complementary color
Monochromatic Colors of #878897
Black with #878897
Text Example
Text Example
White with #878897
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #878897; }
p { color: rgb(135,136,151); }
H1.HeaderClassName
{
color: #878897;
}
.AnyTagClassName
{
color: #878897;
}
</style>
background-color css
<style>
a { background-color: #878897; }
a { background-color: rgb(135,136,151); }
div.DivClassName
{
background-color: #878897;
}
.BgClassName
{
background-color: #878897;
}
</style>
border-color css
<style>
span { border-color: #878897; }
span { border-color: rgb(135,136,151); }
td.TdClassName
{
border-color: #878897;
}
.TagClassName
{
border-color: #878897;
}
</style>