Shades of Manatee #878FA5
Tints of Manatee #878FA5
RGB
CMYK
RGB Variations
Color information
#878FA5 (or 0x878FA5) is known color: Manatee. HEX triplet: 87, 8F and A5. RGB value is (135,143,165). Sum of RGB (Red+Green+Blue) = 135+143+165=443 (58% of max value = 765). Red value is 135 (53.12% from 255 or 30.47% from 443); Green value is 143 (56.25% from 255 or 32.28% from 443); Blue value is 165 (64.84% from 255 or 37.25% from 443); Max value from RGB is 165 - color contains mainly: blue. Hex color #878FA5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #878FA5 is #78705A. Grayscale: #8F8F8F. Windows color (decimal): -7893083 or 10850183. OLE color: 10850183.
HSL color Cylindrical-coordinate representation of color #878FA5: hue angle of 224º degrees, saturation: 0.14, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #878FA5 is Cyan = 0.18, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 135 | 143 | 165 | - |
| CMYK | 0.18 | 0.13 | 0 | 0.35 |
| HSL | 224º | 0.14% | 0.59% | - |
| HSV(B) | 224º | 0.18% | 0.65% | - |
| XYZ | 26.61 | 27.51 | 39.51 | - |
| YUV | 143.12 | 140.35 | 122.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 143 | 165 | 0.18 | 0.13 | 0 | 0.35 | 224 | 0.14 | 0.59 |
| Hex | 87 | 8F | A5 | 12 | D | 0 | 23 | E0 | E | 3B |
| Octal | 207 | 217 | 245 | 22 | 15 | 0 | 43 | 340 | 16 | 73 |
| Binary | 10000111 | 10001111 | 10100101 | 10010 | 1101 | 0 | 100011 | 11100000 | 1110 | 111011 |
Color Harmonies of #878FA5
Complementary color
Monochromatic Colors of #878FA5
Black with #878FA5
Text Example
Text Example
White with #878FA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #878FA5; }
p { color: rgb(135,143,165); }
H1.HeaderClassName
{
color: #878FA5;
}
.AnyTagClassName
{
color: #878FA5;
}
</style>
background-color css
<style>
a { background-color: #878FA5; }
a { background-color: rgb(135,143,165); }
div.DivClassName
{
background-color: #878FA5;
}
.BgClassName
{
background-color: #878FA5;
}
</style>
border-color css
<style>
span { border-color: #878FA5; }
span { border-color: rgb(135,143,165); }
td.TdClassName
{
border-color: #878FA5;
}
.TagClassName
{
border-color: #878FA5;
}
</style>