Shades of Cascade #929E9B
Tints of Cascade #929E9B
RGB
CMYK
RGB Variations
Color information
#929E9B (or 0x929E9B) is known color: Cascade. HEX triplet: 92, 9E and 9B. RGB value is (146,158,155). Sum of RGB (Red+Green+Blue) = 146+158+155=459 (60% of max value = 765). Red value is 146 (57.42% from 255 or 31.81% from 459); Green value is 158 (62.11% from 255 or 34.42% from 459); Blue value is 155 (60.94% from 255 or 33.77% from 459); Max value from RGB is 158 - color contains mainly: green. Hex color #929E9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #929E9B is #6D6164. Grayscale: #9A9A9A. Windows color (decimal): -7168357 or 10198674. OLE color: 10198674.
HSL color Cylindrical-coordinate representation of color #929E9B: hue angle of 165º degrees, saturation: 0.06, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #929E9B is Cyan = 0.08, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 146 | 158 | 155 | - |
| CMYK | 0.08 | 0 | 0.02 | 0.38 |
| HSL | 165º | 0.06% | 0.6% | - |
| HSV(B) | 165º | 0.08% | 0.62% | - |
| XYZ | 30 | 32.93 | 35.79 | - |
| YUV | 154.07 | 128.52 | 122.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 158 | 155 | 0.08 | 0 | 0.02 | 0.38 | 165 | 0.06 | 0.6 |
| Hex | 92 | 9E | 9B | 8 | 0 | 2 | 26 | A5 | 6 | 3C |
| Octal | 222 | 236 | 233 | 10 | 0 | 2 | 46 | 245 | 6 | 74 |
| Binary | 10010010 | 10011110 | 10011011 | 1000 | 0 | 10 | 100110 | 10100101 | 110 | 111100 |
Color Harmonies of #929E9B
Complementary color
Monochromatic Colors of #929E9B
Black with #929E9B
Text Example
Text Example
White with #929E9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #929E9B; }
p { color: rgb(146,158,155); }
H1.HeaderClassName
{
color: #929E9B;
}
.AnyTagClassName
{
color: #929E9B;
}
</style>
background-color css
<style>
a { background-color: #929E9B; }
a { background-color: rgb(146,158,155); }
div.DivClassName
{
background-color: #929E9B;
}
.BgClassName
{
background-color: #929E9B;
}
</style>
border-color css
<style>
span { border-color: #929E9B; }
span { border-color: rgb(146,158,155); }
td.TdClassName
{
border-color: #929E9B;
}
.TagClassName
{
border-color: #929E9B;
}
</style>