Shades of Cascade #839F97
Tints of Cascade #839F97
RGB
CMYK
RGB Variations
Color information
#839F97 (or 0x839F97) is known color: Cascade. HEX triplet: 83, 9F and 97. RGB value is (131,159,151). Sum of RGB (Red+Green+Blue) = 131+159+151=441 (58% of max value = 765). Red value is 131 (51.56% from 255 or 29.71% from 441); Green value is 159 (62.5% from 255 or 36.05% from 441); Blue value is 151 (59.38% from 255 or 34.24% from 441); Max value from RGB is 159 - color contains mainly: green. Hex color #839F97 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #839F97 is #7C6068. Grayscale: #959595. Windows color (decimal): -8151145 or 9936771. OLE color: 9936771.
HSL color Cylindrical-coordinate representation of color #839F97: hue angle of 162.86º degrees, saturation: 0.13, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #839F97 is Cyan = 0.18, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 131 | 159 | 151 | - |
| CMYK | 0.18 | 0 | 0.05 | 0.38 |
| HSL | 162.86º | 0.13% | 0.57% | - |
| HSV(B) | 162.86º | 0.18% | 0.62% | - |
| XYZ | 27.34 | 31.86 | 33.99 | - |
| YUV | 149.72 | 128.72 | 114.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 159 | 151 | 0.18 | 0 | 0.05 | 0.38 | 162.86 | 0.13 | 0.57 |
| Hex | 83 | 9F | 97 | 12 | 0 | 5 | 26 | A3 | D | 39 |
| Octal | 203 | 237 | 227 | 22 | 0 | 5 | 46 | 243 | 15 | 71 |
| Binary | 10000011 | 10011111 | 10010111 | 10010 | 0 | 101 | 100110 | 10100011 | 1101 | 111001 |
Color Harmonies of #839F97
Complementary color
Monochromatic Colors of #839F97
Black with #839F97
Text Example
Text Example
White with #839F97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #839F97; }
p { color: rgb(131,159,151); }
H1.HeaderClassName
{
color: #839F97;
}
.AnyTagClassName
{
color: #839F97;
}
</style>
background-color css
<style>
a { background-color: #839F97; }
a { background-color: rgb(131,159,151); }
div.DivClassName
{
background-color: #839F97;
}
.BgClassName
{
background-color: #839F97;
}
</style>
border-color css
<style>
span { border-color: #839F97; }
span { border-color: rgb(131,159,151); }
td.TdClassName
{
border-color: #839F97;
}
.TagClassName
{
border-color: #839F97;
}
</style>