Shades of Cascade #939F9D
Tints of Cascade #939F9D
RGB
CMYK
RGB Variations
Color information
#939F9D (or 0x939F9D) is known color: Cascade. HEX triplet: 93, 9F and 9D. RGB value is (147,159,157). Sum of RGB (Red+Green+Blue) = 147+159+157=463 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.75% from 463); Green value is 159 (62.5% from 255 or 34.34% from 463); Blue value is 157 (61.72% from 255 or 33.91% from 463); Max value from RGB is 159 - color contains mainly: green. Hex color #939F9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #939F9D is #6C6062. Grayscale: #9B9B9B. Windows color (decimal): -7102563 or 10330003. OLE color: 10330003.
HSL color Cylindrical-coordinate representation of color #939F9D: hue angle of 170º degrees, saturation: 0.06, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #939F9D is Cyan = 0.08, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 147 | 159 | 157 | - |
| CMYK | 0.08 | 0 | 0.01 | 0.38 |
| HSL | 170º | 0.06% | 0.6% | - |
| HSV(B) | 170º | 0.08% | 0.62% | - |
| XYZ | 30.52 | 33.43 | 36.74 | - |
| YUV | 155.18 | 129.02 | 122.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 159 | 157 | 0.08 | 0 | 0.01 | 0.38 | 170 | 0.06 | 0.6 |
| Hex | 93 | 9F | 9D | 8 | 0 | 1 | 26 | AA | 6 | 3C |
| Octal | 223 | 237 | 235 | 10 | 0 | 1 | 46 | 252 | 6 | 74 |
| Binary | 10010011 | 10011111 | 10011101 | 1000 | 0 | 1 | 100110 | 10101010 | 110 | 111100 |
Color Harmonies of #939F9D
Complementary color
Monochromatic Colors of #939F9D
Black with #939F9D
Text Example
Text Example
White with #939F9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #939F9D; }
p { color: rgb(147,159,157); }
H1.HeaderClassName
{
color: #939F9D;
}
.AnyTagClassName
{
color: #939F9D;
}
</style>
background-color css
<style>
a { background-color: #939F9D; }
a { background-color: rgb(147,159,157); }
div.DivClassName
{
background-color: #939F9D;
}
.BgClassName
{
background-color: #939F9D;
}
</style>
border-color css
<style>
span { border-color: #939F9D; }
span { border-color: rgb(147,159,157); }
td.TdClassName
{
border-color: #939F9D;
}
.TagClassName
{
border-color: #939F9D;
}
</style>