Shades of Cascade #8CAB9D
Tints of Cascade #8CAB9D
RGB
CMYK
RGB Variations
Color information
#8CAB9D (or 0x8CAB9D) is known color: Cascade. HEX triplet: 8C, AB and 9D. RGB value is (140,171,157). Sum of RGB (Red+Green+Blue) = 140+171+157=468 (61% of max value = 765). Red value is 140 (55.08% from 255 or 29.91% from 468); Green value is 171 (67.19% from 255 or 36.54% from 468); Blue value is 157 (61.72% from 255 or 33.55% from 468); Max value from RGB is 171 - color contains mainly: green. Hex color #8CAB9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8CAB9D is #735462. Grayscale: #A0A0A0. Windows color (decimal): -7558243 or 10333068. OLE color: 10333068.
HSL color Cylindrical-coordinate representation of color #8CAB9D: hue angle of 152.9º degrees, saturation: 0.16, 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 #8CAB9D is Cyan = 0.18, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 140 | 171 | 157 | - |
| CMYK | 0.18 | 0 | 0.08 | 0.33 |
| HSL | 152.9º | 0.16% | 0.61% | - |
| HSV(B) | 152.9º | 0.18% | 0.67% | - |
| XYZ | 31.46 | 37.14 | 37.41 | - |
| YUV | 160.14 | 126.23 | 113.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 171 | 157 | 0.18 | 0 | 0.08 | 0.33 | 152.9 | 0.16 | 0.61 |
| Hex | 8C | AB | 9D | 12 | 0 | 8 | 21 | 99 | 10 | 3D |
| Octal | 214 | 253 | 235 | 22 | 0 | 10 | 41 | 231 | 20 | 75 |
| Binary | 10001100 | 10101011 | 10011101 | 10010 | 0 | 1000 | 100001 | 10011001 | 10000 | 111101 |
Color Harmonies of #8CAB9D
Complementary color
Monochromatic Colors of #8CAB9D
Black with #8CAB9D
Text Example
Text Example
White with #8CAB9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CAB9D; }
p { color: rgb(140,171,157); }
H1.HeaderClassName
{
color: #8CAB9D;
}
.AnyTagClassName
{
color: #8CAB9D;
}
</style>
background-color css
<style>
a { background-color: #8CAB9D; }
a { background-color: rgb(140,171,157); }
div.DivClassName
{
background-color: #8CAB9D;
}
.BgClassName
{
background-color: #8CAB9D;
}
</style>
border-color css
<style>
span { border-color: #8CAB9D; }
span { border-color: rgb(140,171,157); }
td.TdClassName
{
border-color: #8CAB9D;
}
.TagClassName
{
border-color: #8CAB9D;
}
</style>