Shades of Cascade #8FA79D
Tints of Cascade #8FA79D
RGB
CMYK
RGB Variations
Color information
#8FA79D (or 0x8FA79D) is known color: Cascade. HEX triplet: 8F, A7 and 9D. RGB value is (143,167,157). Sum of RGB (Red+Green+Blue) = 143+167+157=467 (61% of max value = 765). Red value is 143 (56.25% from 255 or 30.62% from 467); Green value is 167 (65.62% from 255 or 35.76% from 467); Blue value is 157 (61.72% from 255 or 33.62% from 467); Max value from RGB is 167 - color contains mainly: green. Hex color #8FA79D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8FA79D is #705862. Grayscale: #9E9E9E. Windows color (decimal): -7362659 or 10332047. OLE color: 10332047.
HSL color Cylindrical-coordinate representation of color #8FA79D: hue angle of 155º degrees, saturation: 0.12, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #8FA79D is Cyan = 0.14, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 143 | 167 | 157 | - |
| CMYK | 0.14 | 0 | 0.06 | 0.35 |
| HSL | 155º | 0.12% | 0.61% | - |
| HSV(B) | 155º | 0.14% | 0.65% | - |
| XYZ | 31.23 | 35.91 | 37.18 | - |
| YUV | 158.68 | 127.05 | 116.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 167 | 157 | 0.14 | 0 | 0.06 | 0.35 | 155 | 0.12 | 0.61 |
| Hex | 8F | A7 | 9D | E | 0 | 6 | 23 | 9B | C | 3D |
| Octal | 217 | 247 | 235 | 16 | 0 | 6 | 43 | 233 | 14 | 75 |
| Binary | 10001111 | 10100111 | 10011101 | 1110 | 0 | 110 | 100011 | 10011011 | 1100 | 111101 |
Color Harmonies of #8FA79D
Complementary color
Monochromatic Colors of #8FA79D
Black with #8FA79D
Text Example
Text Example
White with #8FA79D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FA79D; }
p { color: rgb(143,167,157); }
H1.HeaderClassName
{
color: #8FA79D;
}
.AnyTagClassName
{
color: #8FA79D;
}
</style>
background-color css
<style>
a { background-color: #8FA79D; }
a { background-color: rgb(143,167,157); }
div.DivClassName
{
background-color: #8FA79D;
}
.BgClassName
{
background-color: #8FA79D;
}
</style>
border-color css
<style>
span { border-color: #8FA79D; }
span { border-color: rgb(143,167,157); }
td.TdClassName
{
border-color: #8FA79D;
}
.TagClassName
{
border-color: #8FA79D;
}
</style>