Shades of Manatee #87899F
Tints of Manatee #87899F
RGB
CMYK
RGB Variations
Color information
#87899F (or 0x87899F) is known color: Manatee. HEX triplet: 87, 89 and 9F. RGB value is (135,137,159). Sum of RGB (Red+Green+Blue) = 135+137+159=431 (57% of max value = 765). Red value is 135 (53.12% from 255 or 31.32% from 431); Green value is 137 (53.91% from 255 or 31.79% from 431); Blue value is 159 (62.5% from 255 or 36.89% from 431); Max value from RGB is 159 - color contains mainly: blue. Hex color #87899F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #87899F is #787660. Grayscale: #8A8A8A. Windows color (decimal): -7894625 or 10455431. OLE color: 10455431.
HSL color Cylindrical-coordinate representation of color #87899F: hue angle of 235º degrees, saturation: 0.11, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #87899F is Cyan = 0.15, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 135 | 137 | 159 | - |
| CMYK | 0.15 | 0.14 | 0 | 0.38 |
| HSL | 235º | 0.11% | 0.58% | - |
| HSV(B) | 235º | 0.15% | 0.62% | - |
| XYZ | 25.2 | 25.55 | 36.4 | - |
| YUV | 138.91 | 139.34 | 125.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 137 | 159 | 0.15 | 0.14 | 0 | 0.38 | 235 | 0.11 | 0.58 |
| Hex | 87 | 89 | 9F | F | E | 0 | 26 | EB | B | 3A |
| Octal | 207 | 211 | 237 | 17 | 16 | 0 | 46 | 353 | 13 | 72 |
| Binary | 10000111 | 10001001 | 10011111 | 1111 | 1110 | 0 | 100110 | 11101011 | 1011 | 111010 |
Color Harmonies of #87899F
Complementary color
Monochromatic Colors of #87899F
Black with #87899F
Text Example
Text Example
White with #87899F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87899F; }
p { color: rgb(135,137,159); }
H1.HeaderClassName
{
color: #87899F;
}
.AnyTagClassName
{
color: #87899F;
}
</style>
background-color css
<style>
a { background-color: #87899F; }
a { background-color: rgb(135,137,159); }
div.DivClassName
{
background-color: #87899F;
}
.BgClassName
{
background-color: #87899F;
}
</style>
border-color css
<style>
span { border-color: #87899F; }
span { border-color: rgb(135,137,159); }
td.TdClassName
{
border-color: #87899F;
}
.TagClassName
{
border-color: #87899F;
}
</style>