Shades of Cascade #94A29D
Tints of Cascade #94A29D
RGB
CMYK
RGB Variations
Color information
#94A29D (or 0x94A29D) is known color: Cascade. HEX triplet: 94, A2 and 9D. RGB value is (148,162,157). Sum of RGB (Red+Green+Blue) = 148+162+157=467 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.69% from 467); Green value is 162 (63.67% from 255 or 34.69% from 467); Blue value is 157 (61.72% from 255 or 33.62% from 467); Max value from RGB is 162 - color contains mainly: green. Hex color #94A29D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94A29D is #6B5D62. Grayscale: #9D9D9D. Windows color (decimal): -7036259 or 10330772. OLE color: 10330772.
HSL color Cylindrical-coordinate representation of color #94A29D: hue angle of 158.57º degrees, saturation: 0.07, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #94A29D is Cyan = 0.09, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 148 | 162 | 157 | - |
| CMYK | 0.09 | 0 | 0.03 | 0.36 |
| HSL | 158.57º | 0.07% | 0.61% | - |
| HSV(B) | 158.57º | 0.09% | 0.64% | - |
| XYZ | 31.22 | 34.57 | 36.93 | - |
| YUV | 157.24 | 127.86 | 121.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 162 | 157 | 0.09 | 0 | 0.03 | 0.36 | 158.57 | 0.07 | 0.61 |
| Hex | 94 | A2 | 9D | 9 | 0 | 3 | 24 | 9F | 7 | 3D |
| Octal | 224 | 242 | 235 | 11 | 0 | 3 | 44 | 237 | 7 | 75 |
| Binary | 10010100 | 10100010 | 10011101 | 1001 | 0 | 11 | 100100 | 10011111 | 111 | 111101 |
Color Harmonies of #94A29D
Complementary color
Monochromatic Colors of #94A29D
Black with #94A29D
Text Example
Text Example
White with #94A29D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94A29D; }
p { color: rgb(148,162,157); }
H1.HeaderClassName
{
color: #94A29D;
}
.AnyTagClassName
{
color: #94A29D;
}
</style>
background-color css
<style>
a { background-color: #94A29D; }
a { background-color: rgb(148,162,157); }
div.DivClassName
{
background-color: #94A29D;
}
.BgClassName
{
background-color: #94A29D;
}
</style>
border-color css
<style>
span { border-color: #94A29D; }
span { border-color: rgb(148,162,157); }
td.TdClassName
{
border-color: #94A29D;
}
.TagClassName
{
border-color: #94A29D;
}
</style>