Shades of Deluge #817AAE
Tints of Deluge #817AAE
RGB
CMYK
RGB Variations
Color information
#817AAE (or 0x817AAE) is known color: Deluge. HEX triplet: 81, 7A and AE. RGB value is (129,122,174). Sum of RGB (Red+Green+Blue) = 129+122+174=425 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30.35% from 425); Green value is 122 (48.05% from 255 or 28.71% from 425); Blue value is 174 (68.36% from 255 or 40.94% from 425); Max value from RGB is 174 - color contains mainly: blue. Hex color #817AAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #817AAE is #7E8551. Grayscale: #818181. Windows color (decimal): -8291666 or 11434625. OLE color: 11434625.
HSL color Cylindrical-coordinate representation of color #817AAE: hue angle of 248.08º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #817AAE is Cyan = 0.26, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 129 | 122 | 174 | - |
| CMYK | 0.26 | 0.30 | 0 | 0.32 |
| HSL | 248.08º | 0.24% | 0.58% | - |
| HSV(B) | 248.08º | 0.3% | 0.68% | - |
| XYZ | 23.65 | 21.64 | 42.98 | - |
| YUV | 130.02 | 152.82 | 127.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 122 | 174 | 0.26 | 0.30 | 0 | 0.32 | 248.08 | 0.24 | 0.58 |
| Hex | 81 | 7A | AE | 1A | 1E | 0 | 20 | F8 | 18 | 3A |
| Octal | 201 | 172 | 256 | 32 | 36 | 0 | 40 | 370 | 30 | 72 |
| Binary | 10000001 | 1111010 | 10101110 | 11010 | 11110 | 0 | 100000 | 11111000 | 11000 | 111010 |
Color Harmonies of #817AAE
Complementary color
Monochromatic Colors of #817AAE
Black with #817AAE
Text Example
Text Example
White with #817AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #817AAE; }
p { color: rgb(129,122,174); }
H1.HeaderClassName
{
color: #817AAE;
}
.AnyTagClassName
{
color: #817AAE;
}
</style>
background-color css
<style>
a { background-color: #817AAE; }
a { background-color: rgb(129,122,174); }
div.DivClassName
{
background-color: #817AAE;
}
.BgClassName
{
background-color: #817AAE;
}
</style>
border-color css
<style>
span { border-color: #817AAE; }
span { border-color: rgb(129,122,174); }
td.TdClassName
{
border-color: #817AAE;
}
.TagClassName
{
border-color: #817AAE;
}
</style>