Shades of Cascade #8FA49D
Tints of Cascade #8FA49D
RGB
CMYK
RGB Variations
Color information
#8FA49D (or 0x8FA49D) is known color: Cascade. HEX triplet: 8F, A4 and 9D. RGB value is (143,164,157). Sum of RGB (Red+Green+Blue) = 143+164+157=464 (61% of max value = 765). Red value is 143 (56.25% from 255 or 30.82% from 464); Green value is 164 (64.45% from 255 or 35.34% from 464); Blue value is 157 (61.72% from 255 or 33.84% from 464); Max value from RGB is 164 - color contains mainly: green. Hex color #8FA49D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8FA49D is #705B62. Grayscale: #9C9C9C. Windows color (decimal): -7363427 or 10331279. OLE color: 10331279.
HSL color Cylindrical-coordinate representation of color #8FA49D: hue angle of 160º degrees, saturation: 0.1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #8FA49D is Cyan = 0.13, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 143 | 164 | 157 | - |
| CMYK | 0.13 | 0 | 0.04 | 0.36 |
| HSL | 160º | 0.1% | 0.6% | - |
| HSV(B) | 160º | 0.13% | 0.64% | - |
| XYZ | 30.69 | 34.82 | 37 | - |
| YUV | 156.92 | 128.04 | 118.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 164 | 157 | 0.13 | 0 | 0.04 | 0.36 | 160 | 0.1 | 0.6 |
| Hex | 8F | A4 | 9D | D | 0 | 4 | 24 | A0 | A | 3C |
| Octal | 217 | 244 | 235 | 15 | 0 | 4 | 44 | 240 | 12 | 74 |
| Binary | 10001111 | 10100100 | 10011101 | 1101 | 0 | 100 | 100100 | 10100000 | 1010 | 111100 |
Color Harmonies of #8FA49D
Complementary color
Monochromatic Colors of #8FA49D
Black with #8FA49D
Text Example
Text Example
White with #8FA49D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FA49D; }
p { color: rgb(143,164,157); }
H1.HeaderClassName
{
color: #8FA49D;
}
.AnyTagClassName
{
color: #8FA49D;
}
</style>
background-color css
<style>
a { background-color: #8FA49D; }
a { background-color: rgb(143,164,157); }
div.DivClassName
{
background-color: #8FA49D;
}
.BgClassName
{
background-color: #8FA49D;
}
</style>
border-color css
<style>
span { border-color: #8FA49D; }
span { border-color: rgb(143,164,157); }
td.TdClassName
{
border-color: #8FA49D;
}
.TagClassName
{
border-color: #8FA49D;
}
</style>