Shades of Cascade #919A98
Tints of Cascade #919A98
RGB
CMYK
RGB Variations
Color information
#919A98 (or 0x919A98) is known color: Cascade. HEX triplet: 91, 9A and 98. RGB value is (145,154,152). Sum of RGB (Red+Green+Blue) = 145+154+152=451 (59% of max value = 765). Red value is 145 (57.03% from 255 or 32.15% from 451); Green value is 154 (60.55% from 255 or 34.15% from 451); Blue value is 152 (59.77% from 255 or 33.70% from 451); Max value from RGB is 154 - color contains mainly: green. Hex color #919A98 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #919A98 is #6E6567. Grayscale: #979797. Windows color (decimal): -7234920 or 10001041. OLE color: 10001041.
HSL color Cylindrical-coordinate representation of color #919A98: hue angle of 166.67º degrees, saturation: 0.04, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #919A98 is Cyan = 0.06, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 145 | 154 | 152 | - |
| CMYK | 0.06 | 0 | 0.01 | 0.40 |
| HSL | 166.67º | 0.04% | 0.59% | - |
| HSV(B) | 166.67º | 0.06% | 0.6% | - |
| XYZ | 28.9 | 31.4 | 34.24 | - |
| YUV | 151.08 | 128.52 | 123.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 154 | 152 | 0.06 | 0 | 0.01 | 0.40 | 166.67 | 0.04 | 0.59 |
| Hex | 91 | 9A | 98 | 6 | 0 | 1 | 28 | A7 | 4 | 3B |
| Octal | 221 | 232 | 230 | 6 | 0 | 1 | 50 | 247 | 4 | 73 |
| Binary | 10010001 | 10011010 | 10011000 | 110 | 0 | 1 | 101000 | 10100111 | 100 | 111011 |
Color Harmonies of #919A98
Complementary color
Monochromatic Colors of #919A98
Black with #919A98
Text Example
Text Example
White with #919A98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #919A98; }
p { color: rgb(145,154,152); }
H1.HeaderClassName
{
color: #919A98;
}
.AnyTagClassName
{
color: #919A98;
}
</style>
background-color css
<style>
a { background-color: #919A98; }
a { background-color: rgb(145,154,152); }
div.DivClassName
{
background-color: #919A98;
}
.BgClassName
{
background-color: #919A98;
}
</style>
border-color css
<style>
span { border-color: #919A98; }
span { border-color: rgb(145,154,152); }
td.TdClassName
{
border-color: #919A98;
}
.TagClassName
{
border-color: #919A98;
}
</style>