Shades of Deluge #817AAC
Tints of Deluge #817AAC
RGB
CMYK
RGB Variations
Color information
#817AAC (or 0x817AAC) is known color: Deluge. HEX triplet: 81, 7A and AC. RGB value is (129,122,172). Sum of RGB (Red+Green+Blue) = 129+122+172=423 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30.50% from 423); Green value is 122 (48.05% from 255 or 28.84% from 423); Blue value is 172 (67.58% from 255 or 40.66% from 423); Max value from RGB is 172 - color contains mainly: blue. Hex color #817AAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #817AAC is #7E8553. Grayscale: #818181. Windows color (decimal): -8291668 or 11303553. OLE color: 11303553.
HSL color Cylindrical-coordinate representation of color #817AAC: hue angle of 248.4º degrees, saturation: 0.23, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #817AAC is Cyan = 0.25, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 129 | 122 | 172 | - |
| CMYK | 0.25 | 0.29 | 0 | 0.33 |
| HSL | 248.4º | 0.23% | 0.58% | - |
| HSV(B) | 248.4º | 0.29% | 0.67% | - |
| XYZ | 23.46 | 21.56 | 41.96 | - |
| YUV | 129.79 | 151.82 | 127.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 122 | 172 | 0.25 | 0.29 | 0 | 0.33 | 248.4 | 0.23 | 0.58 |
| Hex | 81 | 7A | AC | 19 | 1D | 0 | 21 | F8 | 17 | 3A |
| Octal | 201 | 172 | 254 | 31 | 35 | 0 | 41 | 370 | 27 | 72 |
| Binary | 10000001 | 1111010 | 10101100 | 11001 | 11101 | 0 | 100001 | 11111000 | 10111 | 111010 |
Color Harmonies of #817AAC
Complementary color
Monochromatic Colors of #817AAC
Black with #817AAC
Text Example
Text Example
White with #817AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #817AAC; }
p { color: rgb(129,122,172); }
H1.HeaderClassName
{
color: #817AAC;
}
.AnyTagClassName
{
color: #817AAC;
}
</style>
background-color css
<style>
a { background-color: #817AAC; }
a { background-color: rgb(129,122,172); }
div.DivClassName
{
background-color: #817AAC;
}
.BgClassName
{
background-color: #817AAC;
}
</style>
border-color css
<style>
span { border-color: #817AAC; }
span { border-color: rgb(129,122,172); }
td.TdClassName
{
border-color: #817AAC;
}
.TagClassName
{
border-color: #817AAC;
}
</style>