Shades of Cascade #8D9F99
Tints of Cascade #8D9F99
RGB
CMYK
RGB Variations
Color information
#8D9F99 (or 0x8D9F99) is known color: Cascade. HEX triplet: 8D, 9F and 99. RGB value is (141,159,153). Sum of RGB (Red+Green+Blue) = 141+159+153=453 (60% of max value = 765). Red value is 141 (55.47% from 255 or 31.13% from 453); Green value is 159 (62.5% from 255 or 35.10% from 453); Blue value is 153 (60.16% from 255 or 33.77% from 453); Max value from RGB is 159 - color contains mainly: green. Hex color #8D9F99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D9F99 is #726066. Grayscale: #989898. Windows color (decimal): -7495783 or 10067853. OLE color: 10067853.
HSL color Cylindrical-coordinate representation of color #8D9F99: hue angle of 160º degrees, saturation: 0.09, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #8D9F99 is Cyan = 0.11, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.38.
Color convert
RGB | 141 | 159 | 153 | - |
CMYK | 0.11 | 0 | 0.04 | 0.38 |
HSL | 160º | 0.09% | 0.59% | - |
HSV(B) | 160º | 0.11% | 0.62% | - |
XYZ | 29.13 | 32.76 | 34.92 | - |
YUV | 152.93 | 128.04 | 119.49 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 141 | 159 | 153 | 0.11 | 0 | 0.04 | 0.38 | 160 | 0.09 | 0.59 |
Hex | 8D | 9F | 99 | B | 0 | 4 | 26 | A0 | 9 | 3B |
Octal | 215 | 237 | 231 | 13 | 0 | 4 | 46 | 240 | 11 | 73 |
Binary | 10001101 | 10011111 | 10011001 | 1011 | 0 | 100 | 100110 | 10100000 | 1001 | 111011 |
Color Harmonies of #8D9F99
Complementary color
Monochromatic Colors of #8D9F99
Black with #8D9F99
Text Example
Text Example
White with #8D9F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D9F99; }
p { color: rgb(141,159,153); }
H1.HeaderClassName
{
color: #8D9F99;
}
.AnyTagClassName
{
color: #8D9F99;
}
</style>
background-color css
<style>
a { background-color: #8D9F99; }
a { background-color: rgb(141,159,153); }
div.DivClassName
{
background-color: #8D9F99;
}
.BgClassName
{
background-color: #8D9F99;
}
</style>
border-color css
<style>
span { border-color: #8D9F99; }
span { border-color: rgb(141,159,153); }
td.TdClassName
{
border-color: #8D9F99;
}
.TagClassName
{
border-color: #8D9F99;
}
</style>