Shades of Deluge #7C7AAD
Tints of Deluge #7C7AAD
RGB
CMYK
RGB Variations
Color information
#7C7AAD (or 0x7C7AAD) is known color: Deluge. HEX triplet: 7C, 7A and AD. RGB value is (124,122,173). Sum of RGB (Red+Green+Blue) = 124+122+173=419 (55% of max value = 765). Red value is 124 (48.83% from 255 or 29.59% from 419); Green value is 122 (48.05% from 255 or 29.12% from 419); Blue value is 173 (67.97% from 255 or 41.29% from 419); Max value from RGB is 173 - color contains mainly: blue. Hex color #7C7AAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C7AAD is #838552. Grayscale: #808080. Windows color (decimal): -8619347 or 11369084. OLE color: 11369084.
HSL color Cylindrical-coordinate representation of color #7C7AAD: hue angle of 242.35º 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 #7C7AAD is Cyan = 0.28, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 124 | 122 | 173 | - |
| CMYK | 0.28 | 0.29 | 0 | 0.32 |
| HSL | 242.35º | 0.24% | 0.58% | - |
| HSV(B) | 242.35º | 0.29% | 0.68% | - |
| XYZ | 22.81 | 21.22 | 42.43 | - |
| YUV | 128.41 | 153.16 | 124.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 122 | 173 | 0.28 | 0.29 | 0 | 0.32 | 242.35 | 0.24 | 0.58 |
| Hex | 7C | 7A | AD | 1C | 1D | 0 | 20 | F2 | 18 | 3A |
| Octal | 174 | 172 | 255 | 34 | 35 | 0 | 40 | 362 | 30 | 72 |
| Binary | 1111100 | 1111010 | 10101101 | 11100 | 11101 | 0 | 100000 | 11110010 | 11000 | 111010 |
Color Harmonies of #7C7AAD
Complementary color
Monochromatic Colors of #7C7AAD
Black with #7C7AAD
Text Example
Text Example
White with #7C7AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C7AAD; }
p { color: rgb(124,122,173); }
H1.HeaderClassName
{
color: #7C7AAD;
}
.AnyTagClassName
{
color: #7C7AAD;
}
</style>
background-color css
<style>
a { background-color: #7C7AAD; }
a { background-color: rgb(124,122,173); }
div.DivClassName
{
background-color: #7C7AAD;
}
.BgClassName
{
background-color: #7C7AAD;
}
</style>
border-color css
<style>
span { border-color: #7C7AAD; }
span { border-color: rgb(124,122,173); }
td.TdClassName
{
border-color: #7C7AAD;
}
.TagClassName
{
border-color: #7C7AAD;
}
</style>