Shades of Cascade #8E9D99
Tints of Cascade #8E9D99
RGB
CMYK
RGB Variations
Color information
#8E9D99 (or 0x8E9D99) is known color: Cascade. HEX triplet: 8E, 9D and 99. RGB value is (142,157,153). Sum of RGB (Red+Green+Blue) = 142+157+153=452 (59% of max value = 765). Red value is 142 (55.86% from 255 or 31.42% from 452); Green value is 157 (61.72% from 255 or 34.73% from 452); Blue value is 153 (60.16% from 255 or 33.85% from 452); Max value from RGB is 157 - color contains mainly: green. Hex color #8E9D99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E9D99 is #716266. Grayscale: #989898. Windows color (decimal): -7430759 or 10067342. OLE color: 10067342.
HSL color Cylindrical-coordinate representation of color #8E9D99: hue angle of 164º degrees, saturation: 0.07, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #8E9D99 is Cyan = 0.10, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 142 | 157 | 153 | - |
| CMYK | 0.10 | 0 | 0.03 | 0.38 |
| HSL | 164º | 0.07% | 0.59% | - |
| HSV(B) | 164º | 0.1% | 0.62% | - |
| XYZ | 28.96 | 32.16 | 34.82 | - |
| YUV | 152.06 | 128.53 | 120.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 157 | 153 | 0.10 | 0 | 0.03 | 0.38 | 164 | 0.07 | 0.59 |
| Hex | 8E | 9D | 99 | A | 0 | 3 | 26 | A4 | 7 | 3B |
| Octal | 216 | 235 | 231 | 12 | 0 | 3 | 46 | 244 | 7 | 73 |
| Binary | 10001110 | 10011101 | 10011001 | 1010 | 0 | 11 | 100110 | 10100100 | 111 | 111011 |
Color Harmonies of #8E9D99
Complementary color
Monochromatic Colors of #8E9D99
Black with #8E9D99
Text Example
Text Example
White with #8E9D99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E9D99; }
p { color: rgb(142,157,153); }
H1.HeaderClassName
{
color: #8E9D99;
}
.AnyTagClassName
{
color: #8E9D99;
}
</style>
background-color css
<style>
a { background-color: #8E9D99; }
a { background-color: rgb(142,157,153); }
div.DivClassName
{
background-color: #8E9D99;
}
.BgClassName
{
background-color: #8E9D99;
}
</style>
border-color css
<style>
span { border-color: #8E9D99; }
span { border-color: rgb(142,157,153); }
td.TdClassName
{
border-color: #8E9D99;
}
.TagClassName
{
border-color: #8E9D99;
}
</style>