Shades of Cascade #8D9F9A
Tints of Cascade #8D9F9A
RGB
CMYK
RGB Variations
Color information
#8D9F9A (or 0x8D9F9A) is known color: Cascade. HEX triplet: 8D, 9F and 9A. RGB value is (141,159,154). Sum of RGB (Red+Green+Blue) = 141+159+154=454 (60% of max value = 765). Red value is 141 (55.47% from 255 or 31.06% from 454); Green value is 159 (62.5% from 255 or 35.02% from 454); Blue value is 154 (60.55% from 255 or 33.92% from 454); Max value from RGB is 159 - color contains mainly: green. Hex color #8D9F9A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D9F9A is #726065. Grayscale: #999999. Windows color (decimal): -7495782 or 10133389. OLE color: 10133389.
HSL color Cylindrical-coordinate representation of color #8D9F9A: hue angle of 163.33º 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 #8D9F9A is Cyan = 0.11, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.38.
Color convert
RGB | 141 | 159 | 154 | - |
CMYK | 0.11 | 0 | 0.03 | 0.38 |
HSL | 163.33º | 0.09% | 0.59% | - |
HSV(B) | 163.33º | 0.11% | 0.62% | - |
XYZ | 29.22 | 32.79 | 35.36 | - |
YUV | 153.05 | 128.54 | 119.41 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 141 | 159 | 154 | 0.11 | 0 | 0.03 | 0.38 | 163.33 | 0.09 | 0.59 |
Hex | 8D | 9F | 9A | B | 0 | 3 | 26 | A3 | 9 | 3B |
Octal | 215 | 237 | 232 | 13 | 0 | 3 | 46 | 243 | 11 | 73 |
Binary | 10001101 | 10011111 | 10011010 | 1011 | 0 | 11 | 100110 | 10100011 | 1001 | 111011 |
Color Harmonies of #8D9F9A
Complementary color
Monochromatic Colors of #8D9F9A
Black with #8D9F9A
Text Example
Text Example
White with #8D9F9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D9F9A; }
p { color: rgb(141,159,154); }
H1.HeaderClassName
{
color: #8D9F9A;
}
.AnyTagClassName
{
color: #8D9F9A;
}
</style>
background-color css
<style>
a { background-color: #8D9F9A; }
a { background-color: rgb(141,159,154); }
div.DivClassName
{
background-color: #8D9F9A;
}
.BgClassName
{
background-color: #8D9F9A;
}
</style>
border-color css
<style>
span { border-color: #8D9F9A; }
span { border-color: rgb(141,159,154); }
td.TdClassName
{
border-color: #8D9F9A;
}
.TagClassName
{
border-color: #8D9F9A;
}
</style>