Shades of Cascade #939D99
Tints of Cascade #939D99
RGB
CMYK
RGB Variations
Color information
#939D99 (or 0x939D99) is known color: Cascade. HEX triplet: 93, 9D and 99. RGB value is (147,157,153). Sum of RGB (Red+Green+Blue) = 147+157+153=457 (60% of max value = 765). Red value is 147 (57.81% from 255 or 32.17% from 457); Green value is 157 (61.72% from 255 or 34.35% from 457); Blue value is 153 (60.16% from 255 or 33.48% from 457); Max value from RGB is 157 - color contains mainly: green. Hex color #939D99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #939D99 is #6C6266. Grayscale: #999999. Windows color (decimal): -7103079 or 10067347. OLE color: 10067347.
HSL color Cylindrical-coordinate representation of color #939D99: hue angle of 156º degrees, saturation: 0.05, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #939D99 is Cyan = 0.06, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 147 | 157 | 153 | - |
| CMYK | 0.06 | 0 | 0.03 | 0.38 |
| HSL | 156º | 0.05% | 0.6% | - |
| HSV(B) | 156º | 0.06% | 0.62% | - |
| XYZ | 29.84 | 32.62 | 34.86 | - |
| YUV | 153.55 | 127.69 | 123.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 157 | 153 | 0.06 | 0 | 0.03 | 0.38 | 156 | 0.05 | 0.6 |
| Hex | 93 | 9D | 99 | 6 | 0 | 3 | 26 | 9C | 5 | 3C |
| Octal | 223 | 235 | 231 | 6 | 0 | 3 | 46 | 234 | 5 | 74 |
| Binary | 10010011 | 10011101 | 10011001 | 110 | 0 | 11 | 100110 | 10011100 | 101 | 111100 |
Color Harmonies of #939D99
Complementary color
Monochromatic Colors of #939D99
Black with #939D99
Text Example
Text Example
White with #939D99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #939D99; }
p { color: rgb(147,157,153); }
H1.HeaderClassName
{
color: #939D99;
}
.AnyTagClassName
{
color: #939D99;
}
</style>
background-color css
<style>
a { background-color: #939D99; }
a { background-color: rgb(147,157,153); }
div.DivClassName
{
background-color: #939D99;
}
.BgClassName
{
background-color: #939D99;
}
</style>
border-color css
<style>
span { border-color: #939D99; }
span { border-color: rgb(147,157,153); }
td.TdClassName
{
border-color: #939D99;
}
.TagClassName
{
border-color: #939D99;
}
</style>