Shades of Cascade #8F9995
Tints of Cascade #8F9995
RGB
CMYK
RGB Variations
Color information
#8F9995 (or 0x8F9995) is known color: Cascade. HEX triplet: 8F, 99 and 95. RGB value is (143,153,149). Sum of RGB (Red+Green+Blue) = 143+153+149=445 (58% of max value = 765). Red value is 143 (56.25% from 255 or 32.13% from 445); Green value is 153 (60.16% from 255 or 34.38% from 445); Blue value is 149 (58.59% from 255 or 33.48% from 445); Max value from RGB is 153 - color contains mainly: green. Hex color #8F9995 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F9995 is #70666A. Grayscale: #959595. Windows color (decimal): -7366251 or 9804175. OLE color: 9804175.
HSL color Cylindrical-coordinate representation of color #8F9995: hue angle of 156º degrees, saturation: 0.05, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #8F9995 is Cyan = 0.07, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 143 | 153 | 149 | - |
| CMYK | 0.07 | 0 | 0.03 | 0.4 |
| HSL | 156º | 0.05% | 0.58% | - |
| HSV(B) | 156º | 0.07% | 0.6% | - |
| XYZ | 28.14 | 30.79 | 32.89 | - |
| YUV | 149.55 | 127.69 | 123.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 153 | 149 | 0.07 | 0 | 0.03 | 0.4 | 156 | 0.05 | 0.58 |
| Hex | 8F | 99 | 95 | 7 | 0 | 3 | 28 | 9C | 5 | 3A |
| Octal | 217 | 231 | 225 | 7 | 0 | 3 | 50 | 234 | 5 | 72 |
| Binary | 10001111 | 10011001 | 10010101 | 111 | 0 | 11 | 101000 | 10011100 | 101 | 111010 |
Color Harmonies of #8F9995
Complementary color
Monochromatic Colors of #8F9995
Black with #8F9995
Text Example
Text Example
White with #8F9995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F9995; }
p { color: rgb(143,153,149); }
H1.HeaderClassName
{
color: #8F9995;
}
.AnyTagClassName
{
color: #8F9995;
}
</style>
background-color css
<style>
a { background-color: #8F9995; }
a { background-color: rgb(143,153,149); }
div.DivClassName
{
background-color: #8F9995;
}
.BgClassName
{
background-color: #8F9995;
}
</style>
border-color css
<style>
span { border-color: #8F9995; }
span { border-color: rgb(143,153,149); }
td.TdClassName
{
border-color: #8F9995;
}
.TagClassName
{
border-color: #8F9995;
}
</style>