Shades of Cascade #839F98
Tints of Cascade #839F98
RGB
CMYK
RGB Variations
Color information
#839F98 (or 0x839F98) is known color: Cascade. HEX triplet: 83, 9F and 98. RGB value is (131,159,152). Sum of RGB (Red+Green+Blue) = 131+159+152=442 (58% of max value = 765). Red value is 131 (51.56% from 255 or 29.64% from 442); Green value is 159 (62.5% from 255 or 35.97% from 442); Blue value is 152 (59.77% from 255 or 34.39% from 442); Max value from RGB is 159 - color contains mainly: green. Hex color #839F98 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #839F98 is #7C6067. Grayscale: #959595. Windows color (decimal): -8151144 or 10002307. OLE color: 10002307.
HSL color Cylindrical-coordinate representation of color #839F98: hue angle of 165º 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 #839F98 is Cyan = 0.18, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 131 | 159 | 152 | - |
| CMYK | 0.18 | 0 | 0.04 | 0.38 |
| HSL | 165º | 0.13% | 0.57% | - |
| HSV(B) | 165º | 0.18% | 0.62% | - |
| XYZ | 27.43 | 31.89 | 34.42 | - |
| YUV | 149.83 | 129.22 | 114.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 159 | 152 | 0.18 | 0 | 0.04 | 0.38 | 165 | 0.13 | 0.57 |
| Hex | 83 | 9F | 98 | 12 | 0 | 4 | 26 | A5 | D | 39 |
| Octal | 203 | 237 | 230 | 22 | 0 | 4 | 46 | 245 | 15 | 71 |
| Binary | 10000011 | 10011111 | 10011000 | 10010 | 0 | 100 | 100110 | 10100101 | 1101 | 111001 |
Color Harmonies of #839F98
Complementary color
Monochromatic Colors of #839F98
Black with #839F98
Text Example
Text Example
White with #839F98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #839F98; }
p { color: rgb(131,159,152); }
H1.HeaderClassName
{
color: #839F98;
}
.AnyTagClassName
{
color: #839F98;
}
</style>
background-color css
<style>
a { background-color: #839F98; }
a { background-color: rgb(131,159,152); }
div.DivClassName
{
background-color: #839F98;
}
.BgClassName
{
background-color: #839F98;
}
</style>
border-color css
<style>
span { border-color: #839F98; }
span { border-color: rgb(131,159,152); }
td.TdClassName
{
border-color: #839F98;
}
.TagClassName
{
border-color: #839F98;
}
</style>