Shades of Deluge #817AAD
Tints of Deluge #817AAD
RGB
CMYK
RGB Variations
Color information
#817AAD (or 0x817AAD) is known color: Deluge. HEX triplet: 81, 7A and AD. RGB value is (129,122,173). Sum of RGB (Red+Green+Blue) = 129+122+173=424 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30.42% from 424); Green value is 122 (48.05% from 255 or 28.77% from 424); Blue value is 173 (67.97% from 255 or 40.80% from 424); Max value from RGB is 173 - color contains mainly: blue. Hex color #817AAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #817AAD is #7E8552. Grayscale: #818181. Windows color (decimal): -8291667 or 11369089. OLE color: 11369089.
HSL color Cylindrical-coordinate representation of color #817AAD: hue angle of 248.24º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #817AAD is Cyan = 0.25, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 129 | 122 | 173 | - |
| CMYK | 0.25 | 0.29 | 0 | 0.32 |
| HSL | 248.24º | 0.24% | 0.58% | - |
| HSV(B) | 248.24º | 0.29% | 0.68% | - |
| XYZ | 23.56 | 21.6 | 42.46 | - |
| YUV | 129.91 | 152.32 | 127.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 122 | 173 | 0.25 | 0.29 | 0 | 0.32 | 248.24 | 0.24 | 0.58 |
| Hex | 81 | 7A | AD | 19 | 1D | 0 | 20 | F8 | 18 | 3A |
| Octal | 201 | 172 | 255 | 31 | 35 | 0 | 40 | 370 | 30 | 72 |
| Binary | 10000001 | 1111010 | 10101101 | 11001 | 11101 | 0 | 100000 | 11111000 | 11000 | 111010 |
Color Harmonies of #817AAD
Complementary color
Monochromatic Colors of #817AAD
Black with #817AAD
Text Example
Text Example
White with #817AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #817AAD; }
p { color: rgb(129,122,173); }
H1.HeaderClassName
{
color: #817AAD;
}
.AnyTagClassName
{
color: #817AAD;
}
</style>
background-color css
<style>
a { background-color: #817AAD; }
a { background-color: rgb(129,122,173); }
div.DivClassName
{
background-color: #817AAD;
}
.BgClassName
{
background-color: #817AAD;
}
</style>
border-color css
<style>
span { border-color: #817AAD; }
span { border-color: rgb(129,122,173); }
td.TdClassName
{
border-color: #817AAD;
}
.TagClassName
{
border-color: #817AAD;
}
</style>