Shades of Cascade #919E99
Tints of Cascade #919E99
RGB
CMYK
RGB Variations
Color information
#919E99 (or 0x919E99) is known color: Cascade. HEX triplet: 91, 9E and 99. RGB value is (145,158,153). Sum of RGB (Red+Green+Blue) = 145+158+153=456 (60% of max value = 765). Red value is 145 (57.03% from 255 or 31.80% from 456); Green value is 158 (62.11% from 255 or 34.65% from 456); Blue value is 153 (60.16% from 255 or 33.55% from 456); Max value from RGB is 158 - color contains mainly: green. Hex color #919E99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #919E99 is #6E6166. Grayscale: #999999. Windows color (decimal): -7233895 or 10067601. OLE color: 10067601.
HSL color Cylindrical-coordinate representation of color #919E99: hue angle of 156.92º 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 #919E99 is Cyan = 0.08, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 145 | 158 | 153 | - |
| CMYK | 0.08 | 0 | 0.03 | 0.38 |
| HSL | 156.92º | 0.06% | 0.59% | - |
| HSV(B) | 156.92º | 0.08% | 0.62% | - |
| XYZ | 29.65 | 32.77 | 34.9 | - |
| YUV | 153.54 | 127.69 | 121.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 158 | 153 | 0.08 | 0 | 0.03 | 0.38 | 156.92 | 0.06 | 0.59 |
| Hex | 91 | 9E | 99 | 8 | 0 | 3 | 26 | 9D | 6 | 3B |
| Octal | 221 | 236 | 231 | 10 | 0 | 3 | 46 | 235 | 6 | 73 |
| Binary | 10010001 | 10011110 | 10011001 | 1000 | 0 | 11 | 100110 | 10011101 | 110 | 111011 |
Color Harmonies of #919E99
Complementary color
Monochromatic Colors of #919E99
Black with #919E99
Text Example
Text Example
White with #919E99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #919E99; }
p { color: rgb(145,158,153); }
H1.HeaderClassName
{
color: #919E99;
}
.AnyTagClassName
{
color: #919E99;
}
</style>
background-color css
<style>
a { background-color: #919E99; }
a { background-color: rgb(145,158,153); }
div.DivClassName
{
background-color: #919E99;
}
.BgClassName
{
background-color: #919E99;
}
</style>
border-color css
<style>
span { border-color: #919E99; }
span { border-color: rgb(145,158,153); }
td.TdClassName
{
border-color: #919E99;
}
.TagClassName
{
border-color: #919E99;
}
</style>