Shades of Manatee #878A93
Tints of Manatee #878A93
RGB
CMYK
RGB Variations
Color information
#878A93 (or 0x878A93) is known color: Manatee. HEX triplet: 87, 8A and 93. RGB value is (135,138,147). Sum of RGB (Red+Green+Blue) = 135+138+147=420 (55% of max value = 765). Red value is 135 (53.12% from 255 or 32.14% from 420); Green value is 138 (54.30% from 255 or 32.86% from 420); Blue value is 147 (57.81% from 255 or 35% from 420); Max value from RGB is 147 - color contains mainly: blue. Hex color #878A93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #878A93 is #78756C. Grayscale: #8A8A8A. Windows color (decimal): -7894381 or 9669255. OLE color: 9669255.
HSL color Cylindrical-coordinate representation of color #878A93: hue angle of 225º degrees, saturation: 0.05, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #878A93 is Cyan = 0.08, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 135 | 138 | 147 | - |
| CMYK | 0.08 | 0.06 | 0 | 0.42 |
| HSL | 225º | 0.05% | 0.55% | - |
| HSV(B) | 225º | 0.08% | 0.58% | - |
| XYZ | 24.35 | 25.43 | 31.23 | - |
| YUV | 138.13 | 133.01 | 125.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 138 | 147 | 0.08 | 0.06 | 0 | 0.42 | 225 | 0.05 | 0.55 |
| Hex | 87 | 8A | 93 | 8 | 6 | 0 | 2A | E1 | 5 | 37 |
| Octal | 207 | 212 | 223 | 10 | 6 | 0 | 52 | 341 | 5 | 67 |
| Binary | 10000111 | 10001010 | 10010011 | 1000 | 110 | 0 | 101010 | 11100001 | 101 | 110111 |
Color Harmonies of #878A93
Complementary color
Monochromatic Colors of #878A93
Black with #878A93
Text Example
Text Example
White with #878A93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #878A93; }
p { color: rgb(135,138,147); }
H1.HeaderClassName
{
color: #878A93;
}
.AnyTagClassName
{
color: #878A93;
}
</style>
background-color css
<style>
a { background-color: #878A93; }
a { background-color: rgb(135,138,147); }
div.DivClassName
{
background-color: #878A93;
}
.BgClassName
{
background-color: #878A93;
}
</style>
border-color css
<style>
span { border-color: #878A93; }
span { border-color: rgb(135,138,147); }
td.TdClassName
{
border-color: #878A93;
}
.TagClassName
{
border-color: #878A93;
}
</style>