Shades of Cascade #939F9B
Tints of Cascade #939F9B
RGB
CMYK
RGB Variations
Color information
#939F9B (or 0x939F9B) is known color: Cascade. HEX triplet: 93, 9F and 9B. RGB value is (147,159,155). Sum of RGB (Red+Green+Blue) = 147+159+155=461 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.89% from 461); Green value is 159 (62.5% from 255 or 34.49% from 461); Blue value is 155 (60.94% from 255 or 33.62% from 461); Max value from RGB is 159 - color contains mainly: green. Hex color #939F9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #939F9B is #6C6064. Grayscale: #9A9A9A. Windows color (decimal): -7102565 or 10198931. OLE color: 10198931.
HSL color Cylindrical-coordinate representation of color #939F9B: hue angle of 160º 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 #939F9B is Cyan = 0.08, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 147 | 159 | 155 | - |
| CMYK | 0.08 | 0 | 0.03 | 0.38 |
| HSL | 160º | 0.06% | 0.6% | - |
| HSV(B) | 160º | 0.08% | 0.62% | - |
| XYZ | 30.35 | 33.37 | 35.85 | - |
| YUV | 154.96 | 128.02 | 122.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 159 | 155 | 0.08 | 0 | 0.03 | 0.38 | 160 | 0.06 | 0.6 |
| Hex | 93 | 9F | 9B | 8 | 0 | 3 | 26 | A0 | 6 | 3C |
| Octal | 223 | 237 | 233 | 10 | 0 | 3 | 46 | 240 | 6 | 74 |
| Binary | 10010011 | 10011111 | 10011011 | 1000 | 0 | 11 | 100110 | 10100000 | 110 | 111100 |
Color Harmonies of #939F9B
Complementary color
Monochromatic Colors of #939F9B
Black with #939F9B
Text Example
Text Example
White with #939F9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #939F9B; }
p { color: rgb(147,159,155); }
H1.HeaderClassName
{
color: #939F9B;
}
.AnyTagClassName
{
color: #939F9B;
}
</style>
background-color css
<style>
a { background-color: #939F9B; }
a { background-color: rgb(147,159,155); }
div.DivClassName
{
background-color: #939F9B;
}
.BgClassName
{
background-color: #939F9B;
}
</style>
border-color css
<style>
span { border-color: #939F9B; }
span { border-color: rgb(147,159,155); }
td.TdClassName
{
border-color: #939F9B;
}
.TagClassName
{
border-color: #939F9B;
}
</style>