Shades of Cascade #94A09E
Tints of Cascade #94A09E
RGB
CMYK
RGB Variations
Color information
#94A09E (or 0x94A09E) is known color: Cascade. HEX triplet: 94, A0 and 9E. RGB value is (148,160,158). Sum of RGB (Red+Green+Blue) = 148+160+158=466 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.76% from 466); Green value is 160 (62.89% from 255 or 34.33% from 466); Blue value is 158 (62.11% from 255 or 33.91% from 466); Max value from RGB is 160 - color contains mainly: green. Hex color #94A09E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94A09E is #6B5F61. Grayscale: #9C9C9C. Windows color (decimal): -7036770 or 10395796. OLE color: 10395796.
HSL color Cylindrical-coordinate representation of color #94A09E: hue angle of 170º degrees, saturation: 0.06, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #94A09E is Cyan = 0.07, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 148 | 160 | 158 | - |
| CMYK | 0.07 | 0 | 0.01 | 0.37 |
| HSL | 170º | 0.06% | 0.6% | - |
| HSV(B) | 170º | 0.07% | 0.63% | - |
| XYZ | 30.96 | 33.91 | 37.26 | - |
| YUV | 156.18 | 129.02 | 122.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 160 | 158 | 0.07 | 0 | 0.01 | 0.37 | 170 | 0.06 | 0.6 |
| Hex | 94 | A0 | 9E | 7 | 0 | 1 | 25 | AA | 6 | 3C |
| Octal | 224 | 240 | 236 | 7 | 0 | 1 | 45 | 252 | 6 | 74 |
| Binary | 10010100 | 10100000 | 10011110 | 111 | 0 | 1 | 100101 | 10101010 | 110 | 111100 |
Color Harmonies of #94A09E
Complementary color
Monochromatic Colors of #94A09E
Black with #94A09E
Text Example
Text Example
White with #94A09E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94A09E; }
p { color: rgb(148,160,158); }
H1.HeaderClassName
{
color: #94A09E;
}
.AnyTagClassName
{
color: #94A09E;
}
</style>
background-color css
<style>
a { background-color: #94A09E; }
a { background-color: rgb(148,160,158); }
div.DivClassName
{
background-color: #94A09E;
}
.BgClassName
{
background-color: #94A09E;
}
</style>
border-color css
<style>
span { border-color: #94A09E; }
span { border-color: rgb(148,160,158); }
td.TdClassName
{
border-color: #94A09E;
}
.TagClassName
{
border-color: #94A09E;
}
</style>