Shades of Cascade #949F9C
Tints of Cascade #949F9C
RGB
CMYK
RGB Variations
Color information
#949F9C (or 0x949F9C) is known color: Cascade. HEX triplet: 94, 9F and 9C. RGB value is (148,159,156). Sum of RGB (Red+Green+Blue) = 148+159+156=463 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.97% from 463); Green value is 159 (62.5% from 255 or 34.34% from 463); Blue value is 156 (61.33% from 255 or 33.69% from 463); Max value from RGB is 159 - color contains mainly: green. Hex color #949F9C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #949F9C is #6B6063. Grayscale: #9B9B9B. Windows color (decimal): -7037028 or 10264468. OLE color: 10264468.
HSL color Cylindrical-coordinate representation of color #949F9C: hue angle of 163.64º degrees, saturation: 0.05, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #949F9C is Cyan = 0.07, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 148 | 159 | 156 | - |
| CMYK | 0.07 | 0 | 0.02 | 0.38 |
| HSL | 163.64º | 0.05% | 0.6% | - |
| HSV(B) | 163.64º | 0.07% | 0.62% | - |
| XYZ | 30.61 | 33.49 | 36.3 | - |
| YUV | 155.37 | 128.36 | 122.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 159 | 156 | 0.07 | 0 | 0.02 | 0.38 | 163.64 | 0.05 | 0.6 |
| Hex | 94 | 9F | 9C | 7 | 0 | 2 | 26 | A4 | 5 | 3C |
| Octal | 224 | 237 | 234 | 7 | 0 | 2 | 46 | 244 | 5 | 74 |
| Binary | 10010100 | 10011111 | 10011100 | 111 | 0 | 10 | 100110 | 10100100 | 101 | 111100 |
Color Harmonies of #949F9C
Complementary color
Monochromatic Colors of #949F9C
Black with #949F9C
Text Example
Text Example
White with #949F9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #949F9C; }
p { color: rgb(148,159,156); }
H1.HeaderClassName
{
color: #949F9C;
}
.AnyTagClassName
{
color: #949F9C;
}
</style>
background-color css
<style>
a { background-color: #949F9C; }
a { background-color: rgb(148,159,156); }
div.DivClassName
{
background-color: #949F9C;
}
.BgClassName
{
background-color: #949F9C;
}
</style>
border-color css
<style>
span { border-color: #949F9C; }
span { border-color: rgb(148,159,156); }
td.TdClassName
{
border-color: #949F9C;
}
.TagClassName
{
border-color: #949F9C;
}
</style>