Shades of Cascade #879D98
Tints of Cascade #879D98
RGB
CMYK
RGB Variations
Color information
#879D98 (or 0x879D98) is known color: Cascade. HEX triplet: 87, 9D and 98. RGB value is (135,157,152). Sum of RGB (Red+Green+Blue) = 135+157+152=444 (58% of max value = 765). Red value is 135 (53.12% from 255 or 30.41% from 444); Green value is 157 (61.72% from 255 or 35.36% from 444); Blue value is 152 (59.77% from 255 or 34.23% from 444); Max value from RGB is 157 - color contains mainly: green. Hex color #879D98 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #879D98 is #786267. Grayscale: #959595. Windows color (decimal): -7889512 or 10001799. OLE color: 10001799.
HSL color Cylindrical-coordinate representation of color #879D98: hue angle of 166.36º degrees, saturation: 0.1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #879D98 is Cyan = 0.14, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 135 | 157 | 152 | - |
| CMYK | 0.14 | 0 | 0.03 | 0.38 |
| HSL | 166.36º | 0.1% | 0.57% | - |
| HSV(B) | 166.36º | 0.14% | 0.62% | - |
| XYZ | 27.72 | 31.53 | 34.33 | - |
| YUV | 149.85 | 129.21 | 117.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 157 | 152 | 0.14 | 0 | 0.03 | 0.38 | 166.36 | 0.1 | 0.57 |
| Hex | 87 | 9D | 98 | E | 0 | 3 | 26 | A6 | A | 39 |
| Octal | 207 | 235 | 230 | 16 | 0 | 3 | 46 | 246 | 12 | 71 |
| Binary | 10000111 | 10011101 | 10011000 | 1110 | 0 | 11 | 100110 | 10100110 | 1010 | 111001 |
Color Harmonies of #879D98
Complementary color
Monochromatic Colors of #879D98
Black with #879D98
Text Example
Text Example
White with #879D98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #879D98; }
p { color: rgb(135,157,152); }
H1.HeaderClassName
{
color: #879D98;
}
.AnyTagClassName
{
color: #879D98;
}
</style>
background-color css
<style>
a { background-color: #879D98; }
a { background-color: rgb(135,157,152); }
div.DivClassName
{
background-color: #879D98;
}
.BgClassName
{
background-color: #879D98;
}
</style>
border-color css
<style>
span { border-color: #879D98; }
span { border-color: rgb(135,157,152); }
td.TdClassName
{
border-color: #879D98;
}
.TagClassName
{
border-color: #879D98;
}
</style>