Shades of Cascade #8DA5A1
Tints of Cascade #8DA5A1
RGB
CMYK
RGB Variations
Color information
#8DA5A1 (or 0x8DA5A1) is known color: Cascade. HEX triplet: 8D, A5 and A1. RGB value is (141,165,161). Sum of RGB (Red+Green+Blue) = 141+165+161=467 (61% of max value = 765). Red value is 141 (55.47% from 255 or 30.19% from 467); Green value is 165 (64.84% from 255 or 35.33% from 467); Blue value is 161 (63.28% from 255 or 34.48% from 467); Max value from RGB is 165 - color contains mainly: green. Hex color #8DA5A1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8DA5A1 is #725A5E. Grayscale: #9D9D9D. Windows color (decimal): -7494239 or 10593677. OLE color: 10593677.
HSL color Cylindrical-coordinate representation of color #8DA5A1: hue angle of 170º degrees, saturation: 0.12, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #8DA5A1 is Cyan = 0.15, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 141 | 165 | 161 | - |
| CMYK | 0.15 | 0 | 0.02 | 0.35 |
| HSL | 170º | 0.12% | 0.6% | - |
| HSV(B) | 170º | 0.15% | 0.65% | - |
| XYZ | 30.87 | 35.15 | 38.87 | - |
| YUV | 157.37 | 130.05 | 116.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 165 | 161 | 0.15 | 0 | 0.02 | 0.35 | 170 | 0.12 | 0.6 |
| Hex | 8D | A5 | A1 | F | 0 | 2 | 23 | AA | C | 3C |
| Octal | 215 | 245 | 241 | 17 | 0 | 2 | 43 | 252 | 14 | 74 |
| Binary | 10001101 | 10100101 | 10100001 | 1111 | 0 | 10 | 100011 | 10101010 | 1100 | 111100 |
Color Harmonies of #8DA5A1
Complementary color
Monochromatic Colors of #8DA5A1
Black with #8DA5A1
Text Example
Text Example
White with #8DA5A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DA5A1; }
p { color: rgb(141,165,161); }
H1.HeaderClassName
{
color: #8DA5A1;
}
.AnyTagClassName
{
color: #8DA5A1;
}
</style>
background-color css
<style>
a { background-color: #8DA5A1; }
a { background-color: rgb(141,165,161); }
div.DivClassName
{
background-color: #8DA5A1;
}
.BgClassName
{
background-color: #8DA5A1;
}
</style>
border-color css
<style>
span { border-color: #8DA5A1; }
span { border-color: rgb(141,165,161); }
td.TdClassName
{
border-color: #8DA5A1;
}
.TagClassName
{
border-color: #8DA5A1;
}
</style>