Shades of Cascade #939997
Tints of Cascade #939997
RGB
CMYK
RGB Variations
Color information
#939997 (or 0x939997) is known color: Cascade. HEX triplet: 93, 99 and 97. RGB value is (147,153,151). Sum of RGB (Red+Green+Blue) = 147+153+151=451 (59% of max value = 765). Red value is 147 (57.81% from 255 or 32.59% from 451); Green value is 153 (60.16% from 255 or 33.92% from 451); Blue value is 151 (59.38% from 255 or 33.48% from 451); Max value from RGB is 153 - color contains mainly: green. Hex color #939997 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #939997 is #6C6668. Grayscale: #969696. Windows color (decimal): -7104105 or 9935251. OLE color: 9935251.
HSL color Cylindrical-coordinate representation of color #939997: hue angle of 160º degrees, saturation: 0.03, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #939997 is Cyan = 0.04, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 147 | 153 | 151 | - |
| CMYK | 0.04 | 0 | 0.01 | 0.4 |
| HSL | 160º | 0.03% | 0.59% | - |
| HSV(B) | 160º | 0.04% | 0.6% | - |
| XYZ | 29.01 | 31.22 | 33.78 | - |
| YUV | 150.98 | 128.01 | 125.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 153 | 151 | 0.04 | 0 | 0.01 | 0.4 | 160 | 0.03 | 0.59 |
| Hex | 93 | 99 | 97 | 4 | 0 | 1 | 28 | A0 | 3 | 3B |
| Octal | 223 | 231 | 227 | 4 | 0 | 1 | 50 | 240 | 3 | 73 |
| Binary | 10010011 | 10011001 | 10010111 | 100 | 0 | 1 | 101000 | 10100000 | 11 | 111011 |
Color Harmonies of #939997
Complementary color
Monochromatic Colors of #939997
Black with #939997
Text Example
Text Example
White with #939997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #939997; }
p { color: rgb(147,153,151); }
H1.HeaderClassName
{
color: #939997;
}
.AnyTagClassName
{
color: #939997;
}
</style>
background-color css
<style>
a { background-color: #939997; }
a { background-color: rgb(147,153,151); }
div.DivClassName
{
background-color: #939997;
}
.BgClassName
{
background-color: #939997;
}
</style>
border-color css
<style>
span { border-color: #939997; }
span { border-color: rgb(147,153,151); }
td.TdClassName
{
border-color: #939997;
}
.TagClassName
{
border-color: #939997;
}
</style>