Shades of Cascade #8C9E9A
Tints of Cascade #8C9E9A
RGB
CMYK
RGB Variations
Color information
#8C9E9A (or 0x8C9E9A) is known color: Cascade. HEX triplet: 8C, 9E and 9A. RGB value is (140,158,154). Sum of RGB (Red+Green+Blue) = 140+158+154=452 (59% of max value = 765). Red value is 140 (55.08% from 255 or 30.97% from 452); Green value is 158 (62.11% from 255 or 34.96% from 452); Blue value is 154 (60.55% from 255 or 34.07% from 452); Max value from RGB is 158 - color contains mainly: green. Hex color #8C9E9A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C9E9A is #736165. Grayscale: #989898. Windows color (decimal): -7561574 or 10133132. OLE color: 10133132.
HSL color Cylindrical-coordinate representation of color #8C9E9A: hue angle of 166.67º degrees, saturation: 0.08, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #8C9E9A is Cyan = 0.11, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 140 | 158 | 154 | - |
| CMYK | 0.11 | 0 | 0.03 | 0.38 |
| HSL | 166.67º | 0.08% | 0.58% | - |
| HSV(B) | 166.67º | 0.11% | 0.62% | - |
| XYZ | 28.87 | 32.36 | 35.3 | - |
| YUV | 152.16 | 129.04 | 119.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 158 | 154 | 0.11 | 0 | 0.03 | 0.38 | 166.67 | 0.08 | 0.58 |
| Hex | 8C | 9E | 9A | B | 0 | 3 | 26 | A7 | 8 | 3A |
| Octal | 214 | 236 | 232 | 13 | 0 | 3 | 46 | 247 | 10 | 72 |
| Binary | 10001100 | 10011110 | 10011010 | 1011 | 0 | 11 | 100110 | 10100111 | 1000 | 111010 |
Color Harmonies of #8C9E9A
Complementary color
Monochromatic Colors of #8C9E9A
Black with #8C9E9A
Text Example
Text Example
White with #8C9E9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C9E9A; }
p { color: rgb(140,158,154); }
H1.HeaderClassName
{
color: #8C9E9A;
}
.AnyTagClassName
{
color: #8C9E9A;
}
</style>
background-color css
<style>
a { background-color: #8C9E9A; }
a { background-color: rgb(140,158,154); }
div.DivClassName
{
background-color: #8C9E9A;
}
.BgClassName
{
background-color: #8C9E9A;
}
</style>
border-color css
<style>
span { border-color: #8C9E9A; }
span { border-color: rgb(140,158,154); }
td.TdClassName
{
border-color: #8C9E9A;
}
.TagClassName
{
border-color: #8C9E9A;
}
</style>