Shades of Cascade #8FA9A2
Tints of Cascade #8FA9A2
RGB
CMYK
RGB Variations
Color information
#8FA9A2 (or 0x8FA9A2) is known color: Cascade. HEX triplet: 8F, A9 and A2. RGB value is (143,169,162). Sum of RGB (Red+Green+Blue) = 143+169+162=474 (62% of max value = 765). Red value is 143 (56.25% from 255 or 30.17% from 474); Green value is 169 (66.41% from 255 or 35.65% from 474); Blue value is 162 (63.67% from 255 or 34.18% from 474); Max value from RGB is 169 - color contains mainly: green. Hex color #8FA9A2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8FA9A2 is #70565D. Grayscale: #A0A0A0. Windows color (decimal): -7362142 or 10660239. OLE color: 10660239.
HSL color Cylindrical-coordinate representation of color #8FA9A2: hue angle of 163.85º 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 #8FA9A2 is Cyan = 0.15, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 143 | 169 | 162 | - |
| CMYK | 0.15 | 0 | 0.04 | 0.34 |
| HSL | 163.85º | 0.13% | 0.61% | - |
| HSV(B) | 163.85º | 0.15% | 0.66% | - |
| XYZ | 32.04 | 36.82 | 39.6 | - |
| YUV | 160.43 | 128.89 | 115.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 169 | 162 | 0.15 | 0 | 0.04 | 0.34 | 163.85 | 0.13 | 0.61 |
| Hex | 8F | A9 | A2 | F | 0 | 4 | 22 | A4 | D | 3D |
| Octal | 217 | 251 | 242 | 17 | 0 | 4 | 42 | 244 | 15 | 75 |
| Binary | 10001111 | 10101001 | 10100010 | 1111 | 0 | 100 | 100010 | 10100100 | 1101 | 111101 |
Color Harmonies of #8FA9A2
Complementary color
Monochromatic Colors of #8FA9A2
Black with #8FA9A2
Text Example
Text Example
White with #8FA9A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FA9A2; }
p { color: rgb(143,169,162); }
H1.HeaderClassName
{
color: #8FA9A2;
}
.AnyTagClassName
{
color: #8FA9A2;
}
</style>
background-color css
<style>
a { background-color: #8FA9A2; }
a { background-color: rgb(143,169,162); }
div.DivClassName
{
background-color: #8FA9A2;
}
.BgClassName
{
background-color: #8FA9A2;
}
</style>
border-color css
<style>
span { border-color: #8FA9A2; }
span { border-color: rgb(143,169,162); }
td.TdClassName
{
border-color: #8FA9A2;
}
.TagClassName
{
border-color: #8FA9A2;
}
</style>