Shades of Manatee #878A9B
Tints of Manatee #878A9B
RGB
CMYK
RGB Variations
Color information
#878A9B (or 0x878A9B) is known color: Manatee. HEX triplet: 87, 8A and 9B. RGB value is (135,138,155). Sum of RGB (Red+Green+Blue) = 135+138+155=428 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.54% from 428); Green value is 138 (54.30% from 255 or 32.24% from 428); Blue value is 155 (60.94% from 255 or 36.21% from 428); Max value from RGB is 155 - color contains mainly: blue. Hex color #878A9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #878A9B is #787564. Grayscale: #8A8A8A. Windows color (decimal): -7894373 or 10193543. OLE color: 10193543.
HSL color Cylindrical-coordinate representation of color #878A9B: hue angle of 231º degrees, saturation: 0.09, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #878A9B is Cyan = 0.13, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 135 | 138 | 155 | - |
| CMYK | 0.13 | 0.11 | 0 | 0.39 |
| HSL | 231º | 0.09% | 0.57% | - |
| HSV(B) | 231º | 0.13% | 0.61% | - |
| XYZ | 25 | 25.69 | 34.65 | - |
| YUV | 139.04 | 137.01 | 125.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 138 | 155 | 0.13 | 0.11 | 0 | 0.39 | 231 | 0.09 | 0.57 |
| Hex | 87 | 8A | 9B | D | B | 0 | 27 | E7 | 9 | 39 |
| Octal | 207 | 212 | 233 | 15 | 13 | 0 | 47 | 347 | 11 | 71 |
| Binary | 10000111 | 10001010 | 10011011 | 1101 | 1011 | 0 | 100111 | 11100111 | 1001 | 111001 |
Color Harmonies of #878A9B
Complementary color
Monochromatic Colors of #878A9B
Black with #878A9B
Text Example
Text Example
White with #878A9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #878A9B; }
p { color: rgb(135,138,155); }
H1.HeaderClassName
{
color: #878A9B;
}
.AnyTagClassName
{
color: #878A9B;
}
</style>
background-color css
<style>
a { background-color: #878A9B; }
a { background-color: rgb(135,138,155); }
div.DivClassName
{
background-color: #878A9B;
}
.BgClassName
{
background-color: #878A9B;
}
</style>
border-color css
<style>
span { border-color: #878A9B; }
span { border-color: rgb(135,138,155); }
td.TdClassName
{
border-color: #878A9B;
}
.TagClassName
{
border-color: #878A9B;
}
</style>