Shades of Cascade #949F9D
Tints of Cascade #949F9D
RGB
CMYK
RGB Variations
Color information
#949F9D (or 0x949F9D) is known color: Cascade. HEX triplet: 94, 9F and 9D. RGB value is (148,159,157). Sum of RGB (Red+Green+Blue) = 148+159+157=464 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.90% from 464); Green value is 159 (62.5% from 255 or 34.27% from 464); Blue value is 157 (61.72% from 255 or 33.84% from 464); Max value from RGB is 159 - color contains mainly: green. Hex color #949F9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #949F9D is #6B6062. Grayscale: #9B9B9B. Windows color (decimal): -7037027 or 10330004. OLE color: 10330004.
HSL color Cylindrical-coordinate representation of color #949F9D: hue angle of 169.09º 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 #949F9D is Cyan = 0.07, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 148 | 159 | 157 | - |
| CMYK | 0.07 | 0 | 0.01 | 0.38 |
| HSL | 169.09º | 0.05% | 0.6% | - |
| HSV(B) | 169.09º | 0.07% | 0.62% | - |
| XYZ | 30.7 | 33.53 | 36.75 | - |
| YUV | 155.48 | 128.86 | 122.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 159 | 157 | 0.07 | 0 | 0.01 | 0.38 | 169.09 | 0.05 | 0.6 |
| Hex | 94 | 9F | 9D | 7 | 0 | 1 | 26 | A9 | 5 | 3C |
| Octal | 224 | 237 | 235 | 7 | 0 | 1 | 46 | 251 | 5 | 74 |
| Binary | 10010100 | 10011111 | 10011101 | 111 | 0 | 1 | 100110 | 10101001 | 101 | 111100 |
Color Harmonies of #949F9D
Complementary color
Monochromatic Colors of #949F9D
Black with #949F9D
Text Example
Text Example
White with #949F9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #949F9D; }
p { color: rgb(148,159,157); }
H1.HeaderClassName
{
color: #949F9D;
}
.AnyTagClassName
{
color: #949F9D;
}
</style>
background-color css
<style>
a { background-color: #949F9D; }
a { background-color: rgb(148,159,157); }
div.DivClassName
{
background-color: #949F9D;
}
.BgClassName
{
background-color: #949F9D;
}
</style>
border-color css
<style>
span { border-color: #949F9D; }
span { border-color: rgb(148,159,157); }
td.TdClassName
{
border-color: #949F9D;
}
.TagClassName
{
border-color: #949F9D;
}
</style>