Shades of Cascade #93A39F
Tints of Cascade #93A39F
RGB
CMYK
RGB Variations
Color information
#93A39F (or 0x93A39F) is known color: Cascade. HEX triplet: 93, A3 and 9F. RGB value is (147,163,159). Sum of RGB (Red+Green+Blue) = 147+163+159=469 (62% of max value = 765). Red value is 147 (57.81% from 255 or 31.34% from 469); Green value is 163 (64.06% from 255 or 34.75% from 469); Blue value is 159 (62.5% from 255 or 33.90% from 469); Max value from RGB is 163 - color contains mainly: green. Hex color #93A39F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93A39F is #6C5C60. Grayscale: #9D9D9D. Windows color (decimal): -7101537 or 10462099. OLE color: 10462099.
HSL color Cylindrical-coordinate representation of color #93A39F: hue angle of 165º degrees, saturation: 0.08, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #93A39F is Cyan = 0.10, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 147 | 163 | 159 | - |
| CMYK | 0.10 | 0 | 0.02 | 0.36 |
| HSL | 165º | 0.08% | 0.61% | - |
| HSV(B) | 165º | 0.1% | 0.64% | - |
| XYZ | 31.39 | 34.9 | 37.88 | - |
| YUV | 157.76 | 128.7 | 120.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 163 | 159 | 0.10 | 0 | 0.02 | 0.36 | 165 | 0.08 | 0.61 |
| Hex | 93 | A3 | 9F | A | 0 | 2 | 24 | A5 | 8 | 3D |
| Octal | 223 | 243 | 237 | 12 | 0 | 2 | 44 | 245 | 10 | 75 |
| Binary | 10010011 | 10100011 | 10011111 | 1010 | 0 | 10 | 100100 | 10100101 | 1000 | 111101 |
Color Harmonies of #93A39F
Complementary color
Monochromatic Colors of #93A39F
Black with #93A39F
Text Example
Text Example
White with #93A39F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93A39F; }
p { color: rgb(147,163,159); }
H1.HeaderClassName
{
color: #93A39F;
}
.AnyTagClassName
{
color: #93A39F;
}
</style>
background-color css
<style>
a { background-color: #93A39F; }
a { background-color: rgb(147,163,159); }
div.DivClassName
{
background-color: #93A39F;
}
.BgClassName
{
background-color: #93A39F;
}
</style>
border-color css
<style>
span { border-color: #93A39F; }
span { border-color: rgb(147,163,159); }
td.TdClassName
{
border-color: #93A39F;
}
.TagClassName
{
border-color: #93A39F;
}
</style>