Shades of Cascade #87A198
Tints of Cascade #87A198
RGB
CMYK
RGB Variations
Color information
#87A198 (or 0x87A198) is known color: Cascade. HEX triplet: 87, A1 and 98. RGB value is (135,161,152). Sum of RGB (Red+Green+Blue) = 135+161+152=448 (59% of max value = 765). Red value is 135 (53.12% from 255 or 30.13% from 448); Green value is 161 (63.28% from 255 or 35.94% from 448); Blue value is 152 (59.77% from 255 or 33.93% from 448); Max value from RGB is 161 - color contains mainly: green. Hex color #87A198 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #87A198 is #785E67. Grayscale: #989898. Windows color (decimal): -7888488 or 10002823. OLE color: 10002823.
HSL color Cylindrical-coordinate representation of color #87A198: hue angle of 159.23º degrees, saturation: 0.12, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #87A198 is Cyan = 0.16, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 135 | 161 | 152 | - |
| CMYK | 0.16 | 0 | 0.06 | 0.37 |
| HSL | 159.23º | 0.12% | 0.58% | - |
| HSV(B) | 159.23º | 0.16% | 0.63% | - |
| XYZ | 28.4 | 32.91 | 34.56 | - |
| YUV | 152.2 | 127.89 | 115.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 161 | 152 | 0.16 | 0 | 0.06 | 0.37 | 159.23 | 0.12 | 0.58 |
| Hex | 87 | A1 | 98 | 10 | 0 | 6 | 25 | 9F | C | 3A |
| Octal | 207 | 241 | 230 | 20 | 0 | 6 | 45 | 237 | 14 | 72 |
| Binary | 10000111 | 10100001 | 10011000 | 10000 | 0 | 110 | 100101 | 10011111 | 1100 | 111010 |
Color Harmonies of #87A198
Complementary color
Monochromatic Colors of #87A198
Black with #87A198
Text Example
Text Example
White with #87A198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87A198; }
p { color: rgb(135,161,152); }
H1.HeaderClassName
{
color: #87A198;
}
.AnyTagClassName
{
color: #87A198;
}
</style>
background-color css
<style>
a { background-color: #87A198; }
a { background-color: rgb(135,161,152); }
div.DivClassName
{
background-color: #87A198;
}
.BgClassName
{
background-color: #87A198;
}
</style>
border-color css
<style>
span { border-color: #87A198; }
span { border-color: rgb(135,161,152); }
td.TdClassName
{
border-color: #87A198;
}
.TagClassName
{
border-color: #87A198;
}
</style>