Shades of Cascade #8F9D96
Tints of Cascade #8F9D96
RGB
CMYK
RGB Variations
Color information
#8F9D96 (or 0x8F9D96) is known color: Cascade. HEX triplet: 8F, 9D and 96. RGB value is (143,157,150). Sum of RGB (Red+Green+Blue) = 143+157+150=450 (59% of max value = 765). Red value is 143 (56.25% from 255 or 31.78% from 450); Green value is 157 (61.72% from 255 or 34.89% from 450); Blue value is 150 (58.98% from 255 or 33.33% from 450); Max value from RGB is 157 - color contains mainly: green. Hex color #8F9D96 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F9D96 is #706269. Grayscale: #989898. Windows color (decimal): -7365226 or 9870735. OLE color: 9870735.
HSL color Cylindrical-coordinate representation of color #8F9D96: hue angle of 150º degrees, saturation: 0.07, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #8F9D96 is Cyan = 0.09, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 143 | 157 | 150 | - |
| CMYK | 0.09 | 0 | 0.04 | 0.38 |
| HSL | 150º | 0.07% | 0.59% | - |
| HSV(B) | 150º | 0.09% | 0.62% | - |
| XYZ | 28.89 | 32.16 | 33.54 | - |
| YUV | 152.02 | 126.86 | 121.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 157 | 150 | 0.09 | 0 | 0.04 | 0.38 | 150 | 0.07 | 0.59 |
| Hex | 8F | 9D | 96 | 9 | 0 | 4 | 26 | 96 | 7 | 3B |
| Octal | 217 | 235 | 226 | 11 | 0 | 4 | 46 | 226 | 7 | 73 |
| Binary | 10001111 | 10011101 | 10010110 | 1001 | 0 | 100 | 100110 | 10010110 | 111 | 111011 |
Color Harmonies of #8F9D96
Complementary color
Monochromatic Colors of #8F9D96
Black with #8F9D96
Text Example
Text Example
White with #8F9D96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F9D96; }
p { color: rgb(143,157,150); }
H1.HeaderClassName
{
color: #8F9D96;
}
.AnyTagClassName
{
color: #8F9D96;
}
</style>
background-color css
<style>
a { background-color: #8F9D96; }
a { background-color: rgb(143,157,150); }
div.DivClassName
{
background-color: #8F9D96;
}
.BgClassName
{
background-color: #8F9D96;
}
</style>
border-color css
<style>
span { border-color: #8F9D96; }
span { border-color: rgb(143,157,150); }
td.TdClassName
{
border-color: #8F9D96;
}
.TagClassName
{
border-color: #8F9D96;
}
</style>