Shades of Deluge #817EA2
Tints of Deluge #817EA2
RGB
CMYK
RGB Variations
Color information
#817EA2 (or 0x817EA2) is known color: Deluge. HEX triplet: 81, 7E and A2. RGB value is (129,126,162). Sum of RGB (Red+Green+Blue) = 129+126+162=417 (55% of max value = 765). Red value is 129 (50.78% from 255 or 30.94% from 417); Green value is 126 (49.61% from 255 or 30.22% from 417); Blue value is 162 (63.67% from 255 or 38.85% from 417); Max value from RGB is 162 - color contains mainly: blue. Hex color #817EA2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #817EA2 is #7E815D. Grayscale: #828282. Windows color (decimal): -8290654 or 10649217. OLE color: 10649217.
HSL color Cylindrical-coordinate representation of color #817EA2: hue angle of 245º degrees, saturation: 0.16, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #817EA2 is Cyan = 0.20, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 129 | 126 | 162 | - |
| CMYK | 0.20 | 0.22 | 0 | 0.36 |
| HSL | 245º | 0.16% | 0.56% | - |
| HSV(B) | 245º | 0.22% | 0.64% | - |
| XYZ | 23.04 | 22.2 | 37.25 | - |
| YUV | 131 | 145.49 | 126.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 126 | 162 | 0.20 | 0.22 | 0 | 0.36 | 245 | 0.16 | 0.56 |
| Hex | 81 | 7E | A2 | 14 | 16 | 0 | 24 | F5 | 10 | 38 |
| Octal | 201 | 176 | 242 | 24 | 26 | 0 | 44 | 365 | 20 | 70 |
| Binary | 10000001 | 1111110 | 10100010 | 10100 | 10110 | 0 | 100100 | 11110101 | 10000 | 111000 |
Color Harmonies of #817EA2
Complementary color
Monochromatic Colors of #817EA2
Black with #817EA2
Text Example
Text Example
White with #817EA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #817EA2; }
p { color: rgb(129,126,162); }
H1.HeaderClassName
{
color: #817EA2;
}
.AnyTagClassName
{
color: #817EA2;
}
</style>
background-color css
<style>
a { background-color: #817EA2; }
a { background-color: rgb(129,126,162); }
div.DivClassName
{
background-color: #817EA2;
}
.BgClassName
{
background-color: #817EA2;
}
</style>
border-color css
<style>
span { border-color: #817EA2; }
span { border-color: rgb(129,126,162); }
td.TdClassName
{
border-color: #817EA2;
}
.TagClassName
{
border-color: #817EA2;
}
</style>