Shades of Cascade #919F99
Tints of Cascade #919F99
RGB
CMYK
RGB Variations
Color information
#919F99 (or 0x919F99) is known color: Cascade. HEX triplet: 91, 9F and 99. RGB value is (145,159,153). Sum of RGB (Red+Green+Blue) = 145+159+153=457 (60% of max value = 765). Red value is 145 (57.03% from 255 or 31.73% from 457); Green value is 159 (62.5% from 255 or 34.79% from 457); Blue value is 153 (60.16% from 255 or 33.48% from 457); Max value from RGB is 159 - color contains mainly: green. Hex color #919F99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #919F99 is #6E6066. Grayscale: #9A9A9A. Windows color (decimal): -7233639 or 10067857. OLE color: 10067857.
HSL color Cylindrical-coordinate representation of color #919F99: hue angle of 154.29º degrees, saturation: 0.07, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #919F99 is Cyan = 0.09, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 145 | 159 | 153 | - |
| CMYK | 0.09 | 0 | 0.04 | 0.38 |
| HSL | 154.29º | 0.07% | 0.6% | - |
| HSV(B) | 154.29º | 0.09% | 0.62% | - |
| XYZ | 29.82 | 33.12 | 34.96 | - |
| YUV | 154.13 | 127.36 | 121.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 159 | 153 | 0.09 | 0 | 0.04 | 0.38 | 154.29 | 0.07 | 0.6 |
| Hex | 91 | 9F | 99 | 9 | 0 | 4 | 26 | 9A | 7 | 3C |
| Octal | 221 | 237 | 231 | 11 | 0 | 4 | 46 | 232 | 7 | 74 |
| Binary | 10010001 | 10011111 | 10011001 | 1001 | 0 | 100 | 100110 | 10011010 | 111 | 111100 |
Color Harmonies of #919F99
Complementary color
Monochromatic Colors of #919F99
Black with #919F99
Text Example
Text Example
White with #919F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #919F99; }
p { color: rgb(145,159,153); }
H1.HeaderClassName
{
color: #919F99;
}
.AnyTagClassName
{
color: #919F99;
}
</style>
background-color css
<style>
a { background-color: #919F99; }
a { background-color: rgb(145,159,153); }
div.DivClassName
{
background-color: #919F99;
}
.BgClassName
{
background-color: #919F99;
}
</style>
border-color css
<style>
span { border-color: #919F99; }
span { border-color: rgb(145,159,153); }
td.TdClassName
{
border-color: #919F99;
}
.TagClassName
{
border-color: #919F99;
}
</style>