Shades of Cascade #919E9B
Tints of Cascade #919E9B
RGB
CMYK
RGB Variations
Color information
#919E9B (or 0x919E9B) is known color: Cascade. HEX triplet: 91, 9E and 9B. RGB value is (145,158,155). Sum of RGB (Red+Green+Blue) = 145+158+155=458 (60% of max value = 765). Red value is 145 (57.03% from 255 or 31.66% from 458); Green value is 158 (62.11% from 255 or 34.50% from 458); Blue value is 155 (60.94% from 255 or 33.84% from 458); Max value from RGB is 158 - color contains mainly: green. Hex color #919E9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #919E9B is #6E6164. Grayscale: #999999. Windows color (decimal): -7233893 or 10198673. OLE color: 10198673.
HSL color Cylindrical-coordinate representation of color #919E9B: hue angle of 166.15º degrees, saturation: 0.06, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #919E9B is Cyan = 0.08, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 145 | 158 | 155 | - |
| CMYK | 0.08 | 0 | 0.02 | 0.38 |
| HSL | 166.15º | 0.06% | 0.59% | - |
| HSV(B) | 166.15º | 0.08% | 0.62% | - |
| XYZ | 29.82 | 32.84 | 35.78 | - |
| YUV | 153.77 | 128.69 | 121.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 158 | 155 | 0.08 | 0 | 0.02 | 0.38 | 166.15 | 0.06 | 0.59 |
| Hex | 91 | 9E | 9B | 8 | 0 | 2 | 26 | A6 | 6 | 3B |
| Octal | 221 | 236 | 233 | 10 | 0 | 2 | 46 | 246 | 6 | 73 |
| Binary | 10010001 | 10011110 | 10011011 | 1000 | 0 | 10 | 100110 | 10100110 | 110 | 111011 |
Color Harmonies of #919E9B
Complementary color
Monochromatic Colors of #919E9B
Black with #919E9B
Text Example
Text Example
White with #919E9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #919E9B; }
p { color: rgb(145,158,155); }
H1.HeaderClassName
{
color: #919E9B;
}
.AnyTagClassName
{
color: #919E9B;
}
</style>
background-color css
<style>
a { background-color: #919E9B; }
a { background-color: rgb(145,158,155); }
div.DivClassName
{
background-color: #919E9B;
}
.BgClassName
{
background-color: #919E9B;
}
</style>
border-color css
<style>
span { border-color: #919E9B; }
span { border-color: rgb(145,158,155); }
td.TdClassName
{
border-color: #919E9B;
}
.TagClassName
{
border-color: #919E9B;
}
</style>