Shades of Cascade #94A09B
Tints of Cascade #94A09B
RGB
CMYK
RGB Variations
Color information
#94A09B (or 0x94A09B) is known color: Cascade. HEX triplet: 94, A0 and 9B. RGB value is (148,160,155). Sum of RGB (Red+Green+Blue) = 148+160+155=463 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.97% from 463); Green value is 160 (62.89% from 255 or 34.56% from 463); Blue value is 155 (60.94% from 255 or 33.48% from 463); Max value from RGB is 160 - color contains mainly: green. Hex color #94A09B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94A09B is #6B5F64. Grayscale: #9B9B9B. Windows color (decimal): -7036773 or 10199188. OLE color: 10199188.
HSL color Cylindrical-coordinate representation of color #94A09B: hue angle of 155º 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 #94A09B is Cyan = 0.07, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 148 | 160 | 155 | - |
| CMYK | 0.07 | 0 | 0.03 | 0.37 |
| HSL | 155º | 0.06% | 0.6% | - |
| HSV(B) | 155º | 0.07% | 0.63% | - |
| XYZ | 30.7 | 33.8 | 35.92 | - |
| YUV | 155.84 | 127.52 | 122.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 160 | 155 | 0.07 | 0 | 0.03 | 0.37 | 155 | 0.06 | 0.6 |
| Hex | 94 | A0 | 9B | 7 | 0 | 3 | 25 | 9B | 6 | 3C |
| Octal | 224 | 240 | 233 | 7 | 0 | 3 | 45 | 233 | 6 | 74 |
| Binary | 10010100 | 10100000 | 10011011 | 111 | 0 | 11 | 100101 | 10011011 | 110 | 111100 |
Color Harmonies of #94A09B
Complementary color
Monochromatic Colors of #94A09B
Black with #94A09B
Text Example
Text Example
White with #94A09B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94A09B; }
p { color: rgb(148,160,155); }
H1.HeaderClassName
{
color: #94A09B;
}
.AnyTagClassName
{
color: #94A09B;
}
</style>
background-color css
<style>
a { background-color: #94A09B; }
a { background-color: rgb(148,160,155); }
div.DivClassName
{
background-color: #94A09B;
}
.BgClassName
{
background-color: #94A09B;
}
</style>
border-color css
<style>
span { border-color: #94A09B; }
span { border-color: rgb(148,160,155); }
td.TdClassName
{
border-color: #94A09B;
}
.TagClassName
{
border-color: #94A09B;
}
</style>