Shades of Cascade #939F9C
Tints of Cascade #939F9C
RGB
CMYK
RGB Variations
Color information
#939F9C (or 0x939F9C) is known color: Cascade. HEX triplet: 93, 9F and 9C. RGB value is (147,159,156). Sum of RGB (Red+Green+Blue) = 147+159+156=462 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.82% from 462); Green value is 159 (62.5% from 255 or 34.42% from 462); Blue value is 156 (61.33% from 255 or 33.77% from 462); Max value from RGB is 159 - color contains mainly: green. Hex color #939F9C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #939F9C is #6C6063. Grayscale: #9B9B9B. Windows color (decimal): -7102564 or 10264467. OLE color: 10264467.
HSL color Cylindrical-coordinate representation of color #939F9C: hue angle of 165º 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 #939F9C is Cyan = 0.08, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 147 | 159 | 156 | - |
| CMYK | 0.08 | 0 | 0.02 | 0.38 |
| HSL | 165º | 0.06% | 0.6% | - |
| HSV(B) | 165º | 0.08% | 0.62% | - |
| XYZ | 30.43 | 33.4 | 36.3 | - |
| YUV | 155.07 | 128.52 | 122.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 159 | 156 | 0.08 | 0 | 0.02 | 0.38 | 165 | 0.06 | 0.6 |
| Hex | 93 | 9F | 9C | 8 | 0 | 2 | 26 | A5 | 6 | 3C |
| Octal | 223 | 237 | 234 | 10 | 0 | 2 | 46 | 245 | 6 | 74 |
| Binary | 10010011 | 10011111 | 10011100 | 1000 | 0 | 10 | 100110 | 10100101 | 110 | 111100 |
Color Harmonies of #939F9C
Complementary color
Monochromatic Colors of #939F9C
Black with #939F9C
Text Example
Text Example
White with #939F9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #939F9C; }
p { color: rgb(147,159,156); }
H1.HeaderClassName
{
color: #939F9C;
}
.AnyTagClassName
{
color: #939F9C;
}
</style>
background-color css
<style>
a { background-color: #939F9C; }
a { background-color: rgb(147,159,156); }
div.DivClassName
{
background-color: #939F9C;
}
.BgClassName
{
background-color: #939F9C;
}
</style>
border-color css
<style>
span { border-color: #939F9C; }
span { border-color: rgb(147,159,156); }
td.TdClassName
{
border-color: #939F9C;
}
.TagClassName
{
border-color: #939F9C;
}
</style>