Shades of Cascade #939F9A
Tints of Cascade #939F9A
RGB
CMYK
RGB Variations
Color information
#939F9A (or 0x939F9A) is known color: Cascade. HEX triplet: 93, 9F and 9A. RGB value is (147,159,154). Sum of RGB (Red+Green+Blue) = 147+159+154=460 (60% of max value = 765). Red value is 147 (57.81% from 255 or 31.96% from 460); Green value is 159 (62.5% from 255 or 34.57% from 460); Blue value is 154 (60.55% from 255 or 33.48% from 460); Max value from RGB is 159 - color contains mainly: green. Hex color #939F9A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #939F9A is #6C6065. Grayscale: #9A9A9A. Windows color (decimal): -7102566 or 10133395. OLE color: 10133395.
HSL color Cylindrical-coordinate representation of color #939F9A: hue angle of 155º 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 #939F9A is Cyan = 0.08, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 147 | 159 | 154 | - |
| CMYK | 0.08 | 0 | 0.03 | 0.38 |
| HSL | 155º | 0.06% | 0.6% | - |
| HSV(B) | 155º | 0.08% | 0.62% | - |
| XYZ | 30.26 | 33.33 | 35.41 | - |
| YUV | 154.84 | 127.52 | 122.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 159 | 154 | 0.08 | 0 | 0.03 | 0.38 | 155 | 0.06 | 0.6 |
| Hex | 93 | 9F | 9A | 8 | 0 | 3 | 26 | 9B | 6 | 3C |
| Octal | 223 | 237 | 232 | 10 | 0 | 3 | 46 | 233 | 6 | 74 |
| Binary | 10010011 | 10011111 | 10011010 | 1000 | 0 | 11 | 100110 | 10011011 | 110 | 111100 |
Color Harmonies of #939F9A
Complementary color
Monochromatic Colors of #939F9A
Black with #939F9A
Text Example
Text Example
White with #939F9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #939F9A; }
p { color: rgb(147,159,154); }
H1.HeaderClassName
{
color: #939F9A;
}
.AnyTagClassName
{
color: #939F9A;
}
</style>
background-color css
<style>
a { background-color: #939F9A; }
a { background-color: rgb(147,159,154); }
div.DivClassName
{
background-color: #939F9A;
}
.BgClassName
{
background-color: #939F9A;
}
</style>
border-color css
<style>
span { border-color: #939F9A; }
span { border-color: rgb(147,159,154); }
td.TdClassName
{
border-color: #939F9A;
}
.TagClassName
{
border-color: #939F9A;
}
</style>