Shades of Cascade #8FA9A5
Tints of Cascade #8FA9A5
RGB
CMYK
RGB Variations
Color information
#8FA9A5 (or 0x8FA9A5) is known color: Cascade. HEX triplet: 8F, A9 and A5. RGB value is (143,169,165). Sum of RGB (Red+Green+Blue) = 143+169+165=477 (63% of max value = 765). Red value is 143 (56.25% from 255 or 29.98% from 477); Green value is 169 (66.41% from 255 or 35.43% from 477); Blue value is 165 (64.84% from 255 or 34.59% from 477); Max value from RGB is 169 - color contains mainly: green. Hex color #8FA9A5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8FA9A5 is #70565A. Grayscale: #A0A0A0. Windows color (decimal): -7362139 or 10856847. OLE color: 10856847.
HSL color Cylindrical-coordinate representation of color #8FA9A5: hue angle of 170.77º degrees, saturation: 0.13, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #8FA9A5 is Cyan = 0.15, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 143 | 169 | 165 | - |
| CMYK | 0.15 | 0 | 0.02 | 0.34 |
| HSL | 170.77º | 0.13% | 0.61% | - |
| HSV(B) | 170.77º | 0.15% | 0.66% | - |
| XYZ | 32.31 | 36.93 | 41.02 | - |
| YUV | 160.77 | 130.39 | 115.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 169 | 165 | 0.15 | 0 | 0.02 | 0.34 | 170.77 | 0.13 | 0.61 |
| Hex | 8F | A9 | A5 | F | 0 | 2 | 22 | AB | D | 3D |
| Octal | 217 | 251 | 245 | 17 | 0 | 2 | 42 | 253 | 15 | 75 |
| Binary | 10001111 | 10101001 | 10100101 | 1111 | 0 | 10 | 100010 | 10101011 | 1101 | 111101 |
Color Harmonies of #8FA9A5
Complementary color
Monochromatic Colors of #8FA9A5
Black with #8FA9A5
Text Example
Text Example
White with #8FA9A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FA9A5; }
p { color: rgb(143,169,165); }
H1.HeaderClassName
{
color: #8FA9A5;
}
.AnyTagClassName
{
color: #8FA9A5;
}
</style>
background-color css
<style>
a { background-color: #8FA9A5; }
a { background-color: rgb(143,169,165); }
div.DivClassName
{
background-color: #8FA9A5;
}
.BgClassName
{
background-color: #8FA9A5;
}
</style>
border-color css
<style>
span { border-color: #8FA9A5; }
span { border-color: rgb(143,169,165); }
td.TdClassName
{
border-color: #8FA9A5;
}
.TagClassName
{
border-color: #8FA9A5;
}
</style>