Shades of Cascade #849F9A
Tints of Cascade #849F9A
RGB
CMYK
RGB Variations
Color information
#849F9A (or 0x849F9A) is known color: Cascade. HEX triplet: 84, 9F and 9A. RGB value is (132,159,154). Sum of RGB (Red+Green+Blue) = 132+159+154=445 (58% of max value = 765). Red value is 132 (51.95% from 255 or 29.66% from 445); Green value is 159 (62.5% from 255 or 35.73% from 445); Blue value is 154 (60.55% from 255 or 34.61% from 445); Max value from RGB is 159 - color contains mainly: green. Hex color #849F9A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #849F9A is #7B6065. Grayscale: #969696. Windows color (decimal): -8085606 or 10133380. OLE color: 10133380.
HSL color Cylindrical-coordinate representation of color #849F9A: hue angle of 168.89º degrees, saturation: 0.12, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #849F9A is Cyan = 0.17, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 132 | 159 | 154 | - |
| CMYK | 0.17 | 0 | 0.03 | 0.38 |
| HSL | 168.89º | 0.12% | 0.57% | - |
| HSV(B) | 168.89º | 0.17% | 0.62% | - |
| XYZ | 27.75 | 32.03 | 35.29 | - |
| YUV | 150.36 | 130.05 | 114.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 159 | 154 | 0.17 | 0 | 0.03 | 0.38 | 168.89 | 0.12 | 0.57 |
| Hex | 84 | 9F | 9A | 11 | 0 | 3 | 26 | A9 | C | 39 |
| Octal | 204 | 237 | 232 | 21 | 0 | 3 | 46 | 251 | 14 | 71 |
| Binary | 10000100 | 10011111 | 10011010 | 10001 | 0 | 11 | 100110 | 10101001 | 1100 | 111001 |
Color Harmonies of #849F9A
Complementary color
Monochromatic Colors of #849F9A
Black with #849F9A
Text Example
Text Example
White with #849F9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #849F9A; }
p { color: rgb(132,159,154); }
H1.HeaderClassName
{
color: #849F9A;
}
.AnyTagClassName
{
color: #849F9A;
}
</style>
background-color css
<style>
a { background-color: #849F9A; }
a { background-color: rgb(132,159,154); }
div.DivClassName
{
background-color: #849F9A;
}
.BgClassName
{
background-color: #849F9A;
}
</style>
border-color css
<style>
span { border-color: #849F9A; }
span { border-color: rgb(132,159,154); }
td.TdClassName
{
border-color: #849F9A;
}
.TagClassName
{
border-color: #849F9A;
}
</style>