Shades of Cascade #939E9C
Tints of Cascade #939E9C
RGB
CMYK
RGB Variations
Color information
#939E9C (or 0x939E9C) is known color: Cascade. HEX triplet: 93, 9E and 9C. RGB value is (147,158,156). Sum of RGB (Red+Green+Blue) = 147+158+156=461 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.89% from 461); Green value is 158 (62.11% from 255 or 34.27% from 461); Blue value is 156 (61.33% from 255 or 33.84% from 461); Max value from RGB is 158 - color contains mainly: green. Hex color #939E9C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #939E9C is #6C6163. Grayscale: #9A9A9A. Windows color (decimal): -7102820 or 10264211. OLE color: 10264211.
HSL color Cylindrical-coordinate representation of color #939E9C: hue angle of 169.09º degrees, saturation: 0.05, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #939E9C is Cyan = 0.07, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 147 | 158 | 156 | - |
| CMYK | 0.07 | 0 | 0.01 | 0.38 |
| HSL | 169.09º | 0.05% | 0.6% | - |
| HSV(B) | 169.09º | 0.07% | 0.62% | - |
| XYZ | 30.26 | 33.06 | 36.24 | - |
| YUV | 154.48 | 128.86 | 122.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 158 | 156 | 0.07 | 0 | 0.01 | 0.38 | 169.09 | 0.05 | 0.6 |
| Hex | 93 | 9E | 9C | 7 | 0 | 1 | 26 | A9 | 5 | 3C |
| Octal | 223 | 236 | 234 | 7 | 0 | 1 | 46 | 251 | 5 | 74 |
| Binary | 10010011 | 10011110 | 10011100 | 111 | 0 | 1 | 100110 | 10101001 | 101 | 111100 |
Color Harmonies of #939E9C
Complementary color
Monochromatic Colors of #939E9C
Black with #939E9C
Text Example
Text Example
White with #939E9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #939E9C; }
p { color: rgb(147,158,156); }
H1.HeaderClassName
{
color: #939E9C;
}
.AnyTagClassName
{
color: #939E9C;
}
</style>
background-color css
<style>
a { background-color: #939E9C; }
a { background-color: rgb(147,158,156); }
div.DivClassName
{
background-color: #939E9C;
}
.BgClassName
{
background-color: #939E9C;
}
</style>
border-color css
<style>
span { border-color: #939E9C; }
span { border-color: rgb(147,158,156); }
td.TdClassName
{
border-color: #939E9C;
}
.TagClassName
{
border-color: #939E9C;
}
</style>