Shades of Cascade #819F98
Tints of Cascade #819F98
RGB
CMYK
RGB Variations
Color information
#819F98 (or 0x819F98) is known color: Cascade. HEX triplet: 81, 9F and 98. RGB value is (129,159,152). Sum of RGB (Red+Green+Blue) = 129+159+152=440 (58% of max value = 765). Red value is 129 (50.78% from 255 or 29.32% from 440); Green value is 159 (62.5% from 255 or 36.14% from 440); Blue value is 152 (59.77% from 255 or 34.55% from 440); Max value from RGB is 159 - color contains mainly: green. Hex color #819F98 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #819F98 is #7E6067. Grayscale: #959595. Windows color (decimal): -8282216 or 10002305. OLE color: 10002305.
HSL color Cylindrical-coordinate representation of color #819F98: hue angle of 166º degrees, saturation: 0.14, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #819F98 is Cyan = 0.19, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 129 | 159 | 152 | - |
| CMYK | 0.19 | 0 | 0.04 | 0.38 |
| HSL | 166º | 0.14% | 0.56% | - |
| HSV(B) | 166º | 0.19% | 0.62% | - |
| XYZ | 27.12 | 31.73 | 34.4 | - |
| YUV | 149.23 | 129.56 | 113.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 159 | 152 | 0.19 | 0 | 0.04 | 0.38 | 166 | 0.14 | 0.56 |
| Hex | 81 | 9F | 98 | 13 | 0 | 4 | 26 | A6 | E | 38 |
| Octal | 201 | 237 | 230 | 23 | 0 | 4 | 46 | 246 | 16 | 70 |
| Binary | 10000001 | 10011111 | 10011000 | 10011 | 0 | 100 | 100110 | 10100110 | 1110 | 111000 |
Color Harmonies of #819F98
Complementary color
Monochromatic Colors of #819F98
Black with #819F98
Text Example
Text Example
White with #819F98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #819F98; }
p { color: rgb(129,159,152); }
H1.HeaderClassName
{
color: #819F98;
}
.AnyTagClassName
{
color: #819F98;
}
</style>
background-color css
<style>
a { background-color: #819F98; }
a { background-color: rgb(129,159,152); }
div.DivClassName
{
background-color: #819F98;
}
.BgClassName
{
background-color: #819F98;
}
</style>
border-color css
<style>
span { border-color: #819F98; }
span { border-color: rgb(129,159,152); }
td.TdClassName
{
border-color: #819F98;
}
.TagClassName
{
border-color: #819F98;
}
</style>