Shades of Cascade #8CAA9D
Tints of Cascade #8CAA9D
RGB
CMYK
RGB Variations
Color information
#8CAA9D (or 0x8CAA9D) is known color: Cascade. HEX triplet: 8C, AA and 9D. RGB value is (140,170,157). Sum of RGB (Red+Green+Blue) = 140+170+157=467 (61% of max value = 765). Red value is 140 (55.08% from 255 or 29.98% from 467); Green value is 170 (66.80% from 255 or 36.40% from 467); Blue value is 157 (61.72% from 255 or 33.62% from 467); Max value from RGB is 170 - color contains mainly: green. Hex color #8CAA9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8CAA9D is #735562. Grayscale: #9F9F9F. Windows color (decimal): -7558499 or 10332812. OLE color: 10332812.
HSL color Cylindrical-coordinate representation of color #8CAA9D: hue angle of 154º degrees, saturation: 0.15, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #8CAA9D is Cyan = 0.18, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 140 | 170 | 157 | - |
| CMYK | 0.18 | 0 | 0.08 | 0.33 |
| HSL | 154º | 0.15% | 0.61% | - |
| HSV(B) | 154º | 0.18% | 0.67% | - |
| XYZ | 31.28 | 36.76 | 37.35 | - |
| YUV | 159.55 | 126.56 | 114.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 170 | 157 | 0.18 | 0 | 0.08 | 0.33 | 154 | 0.15 | 0.61 |
| Hex | 8C | AA | 9D | 12 | 0 | 8 | 21 | 9A | F | 3D |
| Octal | 214 | 252 | 235 | 22 | 0 | 10 | 41 | 232 | 17 | 75 |
| Binary | 10001100 | 10101010 | 10011101 | 10010 | 0 | 1000 | 100001 | 10011010 | 1111 | 111101 |
Color Harmonies of #8CAA9D
Complementary color
Monochromatic Colors of #8CAA9D
Black with #8CAA9D
Text Example
Text Example
White with #8CAA9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CAA9D; }
p { color: rgb(140,170,157); }
H1.HeaderClassName
{
color: #8CAA9D;
}
.AnyTagClassName
{
color: #8CAA9D;
}
</style>
background-color css
<style>
a { background-color: #8CAA9D; }
a { background-color: rgb(140,170,157); }
div.DivClassName
{
background-color: #8CAA9D;
}
.BgClassName
{
background-color: #8CAA9D;
}
</style>
border-color css
<style>
span { border-color: #8CAA9D; }
span { border-color: rgb(140,170,157); }
td.TdClassName
{
border-color: #8CAA9D;
}
.TagClassName
{
border-color: #8CAA9D;
}
</style>