Shades of Cascade #839F99
Tints of Cascade #839F99
RGB
CMYK
RGB Variations
Color information
#839F99 (or 0x839F99) is known color: Cascade. HEX triplet: 83, 9F and 99. RGB value is (131,159,153). Sum of RGB (Red+Green+Blue) = 131+159+153=443 (58% of max value = 765). Red value is 131 (51.56% from 255 or 29.57% from 443); Green value is 159 (62.5% from 255 or 35.89% from 443); Blue value is 153 (60.16% from 255 or 34.54% from 443); Max value from RGB is 159 - color contains mainly: green. Hex color #839F99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #839F99 is #7C6066. Grayscale: #959595. Windows color (decimal): -8151143 or 10067843. OLE color: 10067843.
HSL color Cylindrical-coordinate representation of color #839F99: hue angle of 167.14º 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 #839F99 is Cyan = 0.18, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 131 | 159 | 153 | - |
| CMYK | 0.18 | 0 | 0.04 | 0.38 |
| HSL | 167.14º | 0.13% | 0.57% | - |
| HSV(B) | 167.14º | 0.18% | 0.62% | - |
| XYZ | 27.51 | 31.92 | 34.85 | - |
| YUV | 149.94 | 129.72 | 114.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 159 | 153 | 0.18 | 0 | 0.04 | 0.38 | 167.14 | 0.13 | 0.57 |
| Hex | 83 | 9F | 99 | 12 | 0 | 4 | 26 | A7 | D | 39 |
| Octal | 203 | 237 | 231 | 22 | 0 | 4 | 46 | 247 | 15 | 71 |
| Binary | 10000011 | 10011111 | 10011001 | 10010 | 0 | 100 | 100110 | 10100111 | 1101 | 111001 |
Color Harmonies of #839F99
Complementary color
Monochromatic Colors of #839F99
Black with #839F99
Text Example
Text Example
White with #839F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #839F99; }
p { color: rgb(131,159,153); }
H1.HeaderClassName
{
color: #839F99;
}
.AnyTagClassName
{
color: #839F99;
}
</style>
background-color css
<style>
a { background-color: #839F99; }
a { background-color: rgb(131,159,153); }
div.DivClassName
{
background-color: #839F99;
}
.BgClassName
{
background-color: #839F99;
}
</style>
border-color css
<style>
span { border-color: #839F99; }
span { border-color: rgb(131,159,153); }
td.TdClassName
{
border-color: #839F99;
}
.TagClassName
{
border-color: #839F99;
}
</style>