Shades of Padua #87A493
Tints of Padua #87A493
RGB
CMYK
RGB Variations
Color information
#87A493 (or 0x87A493) is known color: Padua. HEX triplet: 87, A4 and 93. RGB value is (135,164,147). Sum of RGB (Red+Green+Blue) = 135+164+147=446 (59% of max value = 765). Red value is 135 (53.12% from 255 or 30.27% from 446); Green value is 164 (64.45% from 255 or 36.77% from 446); Blue value is 147 (57.81% from 255 or 32.96% from 446); Max value from RGB is 164 - color contains mainly: green. Hex color #87A493 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #87A493 is #785B6C. Grayscale: #999999. Windows color (decimal): -7887725 or 9675911. OLE color: 9675911.
HSL color Cylindrical-coordinate representation of color #87A493: hue angle of 144.83º degrees, saturation: 0.14, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #87A493 is Cyan = 0.18, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 135 | 164 | 147 | - |
| CMYK | 0.18 | 0 | 0.10 | 0.36 |
| HSL | 144.83º | 0.14% | 0.59% | - |
| HSV(B) | 144.83º | 0.18% | 0.64% | - |
| XYZ | 28.53 | 33.81 | 32.63 | - |
| YUV | 153.39 | 124.39 | 114.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 164 | 147 | 0.18 | 0 | 0.10 | 0.36 | 144.83 | 0.14 | 0.59 |
| Hex | 87 | A4 | 93 | 12 | 0 | A | 24 | 91 | E | 3B |
| Octal | 207 | 244 | 223 | 22 | 0 | 12 | 44 | 221 | 16 | 73 |
| Binary | 10000111 | 10100100 | 10010011 | 10010 | 0 | 1010 | 100100 | 10010001 | 1110 | 111011 |
Color Harmonies of #87A493
Complementary color
Monochromatic Colors of #87A493
Black with #87A493
Text Example
Text Example
White with #87A493
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87A493; }
p { color: rgb(135,164,147); }
H1.HeaderClassName
{
color: #87A493;
}
.AnyTagClassName
{
color: #87A493;
}
</style>
background-color css
<style>
a { background-color: #87A493; }
a { background-color: rgb(135,164,147); }
div.DivClassName
{
background-color: #87A493;
}
.BgClassName
{
background-color: #87A493;
}
</style>
border-color css
<style>
span { border-color: #87A493; }
span { border-color: rgb(135,164,147); }
td.TdClassName
{
border-color: #87A493;
}
.TagClassName
{
border-color: #87A493;
}
</style>