Shades of Cascade #8C9E95
Tints of Cascade #8C9E95
RGB
CMYK
RGB Variations
Color information
#8C9E95 (or 0x8C9E95) is known color: Cascade. HEX triplet: 8C, 9E and 95. RGB value is (140,158,149). Sum of RGB (Red+Green+Blue) = 140+158+149=447 (59% of max value = 765). Red value is 140 (55.08% from 255 or 31.32% from 447); Green value is 158 (62.11% from 255 or 35.35% from 447); Blue value is 149 (58.59% from 255 or 33.33% from 447); Max value from RGB is 158 - color contains mainly: green. Hex color #8C9E95 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C9E95 is #73616A. Grayscale: #979797. Windows color (decimal): -7561579 or 9805452. OLE color: 9805452.
HSL color Cylindrical-coordinate representation of color #8C9E95: hue angle of 150º degrees, saturation: 0.08, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #8C9E95 is Cyan = 0.11, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 140 | 158 | 149 | - |
| CMYK | 0.11 | 0 | 0.06 | 0.38 |
| HSL | 150º | 0.08% | 0.58% | - |
| HSV(B) | 150º | 0.11% | 0.62% | - |
| XYZ | 28.47 | 32.2 | 33.15 | - |
| YUV | 151.59 | 126.54 | 119.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 158 | 149 | 0.11 | 0 | 0.06 | 0.38 | 150 | 0.08 | 0.58 |
| Hex | 8C | 9E | 95 | B | 0 | 6 | 26 | 96 | 8 | 3A |
| Octal | 214 | 236 | 225 | 13 | 0 | 6 | 46 | 226 | 10 | 72 |
| Binary | 10001100 | 10011110 | 10010101 | 1011 | 0 | 110 | 100110 | 10010110 | 1000 | 111010 |
Color Harmonies of #8C9E95
Complementary color
Monochromatic Colors of #8C9E95
Black with #8C9E95
Text Example
Text Example
White with #8C9E95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C9E95; }
p { color: rgb(140,158,149); }
H1.HeaderClassName
{
color: #8C9E95;
}
.AnyTagClassName
{
color: #8C9E95;
}
</style>
background-color css
<style>
a { background-color: #8C9E95; }
a { background-color: rgb(140,158,149); }
div.DivClassName
{
background-color: #8C9E95;
}
.BgClassName
{
background-color: #8C9E95;
}
</style>
border-color css
<style>
span { border-color: #8C9E95; }
span { border-color: rgb(140,158,149); }
td.TdClassName
{
border-color: #8C9E95;
}
.TagClassName
{
border-color: #8C9E95;
}
</style>