Shades of Cascade #87AD9E
Tints of Cascade #87AD9E
RGB
CMYK
RGB Variations
Color information
#87AD9E (or 0x87AD9E) is known color: Cascade. HEX triplet: 87, AD and 9E. RGB value is (135,173,158). Sum of RGB (Red+Green+Blue) = 135+173+158=466 (61% of max value = 765). Red value is 135 (53.12% from 255 or 28.97% from 466); Green value is 173 (67.97% from 255 or 37.12% from 466); Blue value is 158 (62.11% from 255 or 33.91% from 466); Max value from RGB is 173 - color contains mainly: green. Hex color #87AD9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #87AD9E is #785261. Grayscale: #9F9F9F. Windows color (decimal): -7885410 or 10399111. OLE color: 10399111.
HSL color Cylindrical-coordinate representation of color #87AD9E: hue angle of 156.32º degrees, saturation: 0.19, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #87AD9E is Cyan = 0.22, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 135 | 173 | 158 | - |
| CMYK | 0.22 | 0 | 0.09 | 0.32 |
| HSL | 156.32º | 0.19% | 0.6% | - |
| HSV(B) | 156.32º | 0.22% | 0.68% | - |
| XYZ | 31.11 | 37.51 | 37.95 | - |
| YUV | 159.93 | 126.91 | 110.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 173 | 158 | 0.22 | 0 | 0.09 | 0.32 | 156.32 | 0.19 | 0.6 |
| Hex | 87 | AD | 9E | 16 | 0 | 9 | 20 | 9C | 13 | 3C |
| Octal | 207 | 255 | 236 | 26 | 0 | 11 | 40 | 234 | 23 | 74 |
| Binary | 10000111 | 10101101 | 10011110 | 10110 | 0 | 1001 | 100000 | 10011100 | 10011 | 111100 |
Color Harmonies of #87AD9E
Complementary color
Monochromatic Colors of #87AD9E
Black with #87AD9E
Text Example
Text Example
White with #87AD9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87AD9E; }
p { color: rgb(135,173,158); }
H1.HeaderClassName
{
color: #87AD9E;
}
.AnyTagClassName
{
color: #87AD9E;
}
</style>
background-color css
<style>
a { background-color: #87AD9E; }
a { background-color: rgb(135,173,158); }
div.DivClassName
{
background-color: #87AD9E;
}
.BgClassName
{
background-color: #87AD9E;
}
</style>
border-color css
<style>
span { border-color: #87AD9E; }
span { border-color: rgb(135,173,158); }
td.TdClassName
{
border-color: #87AD9E;
}
.TagClassName
{
border-color: #87AD9E;
}
</style>