Shades of Cascade #829F99
Tints of Cascade #829F99
RGB
CMYK
RGB Variations
Color information
#829F99 (or 0x829F99) is known color: Cascade. HEX triplet: 82, 9F and 99. RGB value is (130,159,153). Sum of RGB (Red+Green+Blue) = 130+159+153=442 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.41% from 442); Green value is 159 (62.5% from 255 or 35.97% from 442); Blue value is 153 (60.16% from 255 or 34.62% from 442); Max value from RGB is 159 - color contains mainly: green. Hex color #829F99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #829F99 is #7D6066. Grayscale: #959595. Windows color (decimal): -8216679 or 10067842. OLE color: 10067842.
HSL color Cylindrical-coordinate representation of color #829F99: hue angle of 167.59º 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 #829F99 is Cyan = 0.18, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 130 | 159 | 153 | - |
| CMYK | 0.18 | 0 | 0.04 | 0.38 |
| HSL | 167.59º | 0.13% | 0.57% | - |
| HSV(B) | 167.59º | 0.18% | 0.62% | - |
| XYZ | 27.35 | 31.84 | 34.84 | - |
| YUV | 149.65 | 129.89 | 113.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 159 | 153 | 0.18 | 0 | 0.04 | 0.38 | 167.59 | 0.13 | 0.57 |
| Hex | 82 | 9F | 99 | 12 | 0 | 4 | 26 | A8 | D | 39 |
| Octal | 202 | 237 | 231 | 22 | 0 | 4 | 46 | 250 | 15 | 71 |
| Binary | 10000010 | 10011111 | 10011001 | 10010 | 0 | 100 | 100110 | 10101000 | 1101 | 111001 |
Color Harmonies of #829F99
Complementary color
Monochromatic Colors of #829F99
Black with #829F99
Text Example
Text Example
White with #829F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #829F99; }
p { color: rgb(130,159,153); }
H1.HeaderClassName
{
color: #829F99;
}
.AnyTagClassName
{
color: #829F99;
}
</style>
background-color css
<style>
a { background-color: #829F99; }
a { background-color: rgb(130,159,153); }
div.DivClassName
{
background-color: #829F99;
}
.BgClassName
{
background-color: #829F99;
}
</style>
border-color css
<style>
span { border-color: #829F99; }
span { border-color: rgb(130,159,153); }
td.TdClassName
{
border-color: #829F99;
}
.TagClassName
{
border-color: #829F99;
}
</style>