Shades of Cascade #879F9B
Tints of Cascade #879F9B
RGB
CMYK
RGB Variations
Color information
#879F9B (or 0x879F9B) is known color: Cascade. HEX triplet: 87, 9F and 9B. RGB value is (135,159,155). Sum of RGB (Red+Green+Blue) = 135+159+155=449 (59% of max value = 765). Red value is 135 (53.12% from 255 or 30.07% from 449); Green value is 159 (62.5% from 255 or 35.41% from 449); Blue value is 155 (60.94% from 255 or 34.52% from 449); Max value from RGB is 159 - color contains mainly: green. Hex color #879F9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #879F9B is #786064. Grayscale: #979797. Windows color (decimal): -7888997 or 10198919. OLE color: 10198919.
HSL color Cylindrical-coordinate representation of color #879F9B: hue angle of 170º degrees, saturation: 0.11, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #879F9B is Cyan = 0.15, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 135 | 159 | 155 | - |
| CMYK | 0.15 | 0 | 0.03 | 0.38 |
| HSL | 170º | 0.11% | 0.58% | - |
| HSV(B) | 170º | 0.15% | 0.62% | - |
| XYZ | 28.31 | 32.31 | 35.76 | - |
| YUV | 151.37 | 130.05 | 116.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 159 | 155 | 0.15 | 0 | 0.03 | 0.38 | 170 | 0.11 | 0.58 |
| Hex | 87 | 9F | 9B | F | 0 | 3 | 26 | AA | B | 3A |
| Octal | 207 | 237 | 233 | 17 | 0 | 3 | 46 | 252 | 13 | 72 |
| Binary | 10000111 | 10011111 | 10011011 | 1111 | 0 | 11 | 100110 | 10101010 | 1011 | 111010 |
Color Harmonies of #879F9B
Complementary color
Monochromatic Colors of #879F9B
Black with #879F9B
Text Example
Text Example
White with #879F9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #879F9B; }
p { color: rgb(135,159,155); }
H1.HeaderClassName
{
color: #879F9B;
}
.AnyTagClassName
{
color: #879F9B;
}
</style>
background-color css
<style>
a { background-color: #879F9B; }
a { background-color: rgb(135,159,155); }
div.DivClassName
{
background-color: #879F9B;
}
.BgClassName
{
background-color: #879F9B;
}
</style>
border-color css
<style>
span { border-color: #879F9B; }
span { border-color: rgb(135,159,155); }
td.TdClassName
{
border-color: #879F9B;
}
.TagClassName
{
border-color: #879F9B;
}
</style>