Shades of Cascade #87AB9D
Tints of Cascade #87AB9D
RGB
CMYK
RGB Variations
Color information
#87AB9D (or 0x87AB9D) is known color: Cascade. HEX triplet: 87, AB and 9D. RGB value is (135,171,157). Sum of RGB (Red+Green+Blue) = 135+171+157=463 (61% of max value = 765). Red value is 135 (53.12% from 255 or 29.16% from 463); Green value is 171 (67.19% from 255 or 36.93% from 463); Blue value is 157 (61.72% from 255 or 33.91% from 463); Max value from RGB is 171 - color contains mainly: green. Hex color #87AB9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #87AB9D is #785462. Grayscale: #9E9E9E. Windows color (decimal): -7885923 or 10333063. OLE color: 10333063.
HSL color Cylindrical-coordinate representation of color #87AB9D: hue angle of 156.67º degrees, saturation: 0.18, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #87AB9D is Cyan = 0.21, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 135 | 171 | 157 | - |
| CMYK | 0.21 | 0 | 0.08 | 0.33 |
| HSL | 156.67º | 0.18% | 0.6% | - |
| HSV(B) | 156.67º | 0.21% | 0.67% | - |
| XYZ | 30.64 | 36.71 | 37.37 | - |
| YUV | 158.64 | 127.07 | 111.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 171 | 157 | 0.21 | 0 | 0.08 | 0.33 | 156.67 | 0.18 | 0.6 |
| Hex | 87 | AB | 9D | 15 | 0 | 8 | 21 | 9D | 12 | 3C |
| Octal | 207 | 253 | 235 | 25 | 0 | 10 | 41 | 235 | 22 | 74 |
| Binary | 10000111 | 10101011 | 10011101 | 10101 | 0 | 1000 | 100001 | 10011101 | 10010 | 111100 |
Color Harmonies of #87AB9D
Complementary color
Monochromatic Colors of #87AB9D
Black with #87AB9D
Text Example
Text Example
White with #87AB9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87AB9D; }
p { color: rgb(135,171,157); }
H1.HeaderClassName
{
color: #87AB9D;
}
.AnyTagClassName
{
color: #87AB9D;
}
</style>
background-color css
<style>
a { background-color: #87AB9D; }
a { background-color: rgb(135,171,157); }
div.DivClassName
{
background-color: #87AB9D;
}
.BgClassName
{
background-color: #87AB9D;
}
</style>
border-color css
<style>
span { border-color: #87AB9D; }
span { border-color: rgb(135,171,157); }
td.TdClassName
{
border-color: #87AB9D;
}
.TagClassName
{
border-color: #87AB9D;
}
</style>