Shades of Deluge #7C7AAA
Tints of Deluge #7C7AAA
RGB
CMYK
RGB Variations
Color information
#7C7AAA (or 0x7C7AAA) is known color: Deluge. HEX triplet: 7C, 7A and AA. RGB value is (124,122,170). Sum of RGB (Red+Green+Blue) = 124+122+170=416 (55% of max value = 765). Red value is 124 (48.83% from 255 or 29.81% from 416); Green value is 122 (48.05% from 255 or 29.33% from 416); Blue value is 170 (66.80% from 255 or 40.87% from 416); Max value from RGB is 170 - color contains mainly: blue. Hex color #7C7AAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C7AAA is #838555. Grayscale: #7F7F7F. Windows color (decimal): -8619350 or 11172476. OLE color: 11172476.
HSL color Cylindrical-coordinate representation of color #7C7AAA: hue angle of 242.5º degrees, saturation: 0.22, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7C7AAA is Cyan = 0.27, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 124 | 122 | 170 | - |
| CMYK | 0.27 | 0.28 | 0 | 0.33 |
| HSL | 242.5º | 0.22% | 0.57% | - |
| HSV(B) | 242.5º | 0.28% | 0.67% | - |
| XYZ | 22.53 | 21.11 | 40.92 | - |
| YUV | 128.07 | 151.66 | 125.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 122 | 170 | 0.27 | 0.28 | 0 | 0.33 | 242.5 | 0.22 | 0.57 |
| Hex | 7C | 7A | AA | 1B | 1C | 0 | 21 | F2 | 16 | 39 |
| Octal | 174 | 172 | 252 | 33 | 34 | 0 | 41 | 362 | 26 | 71 |
| Binary | 1111100 | 1111010 | 10101010 | 11011 | 11100 | 0 | 100001 | 11110010 | 10110 | 111001 |
Color Harmonies of #7C7AAA
Complementary color
Monochromatic Colors of #7C7AAA
Black with #7C7AAA
Text Example
Text Example
White with #7C7AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C7AAA; }
p { color: rgb(124,122,170); }
H1.HeaderClassName
{
color: #7C7AAA;
}
.AnyTagClassName
{
color: #7C7AAA;
}
</style>
background-color css
<style>
a { background-color: #7C7AAA; }
a { background-color: rgb(124,122,170); }
div.DivClassName
{
background-color: #7C7AAA;
}
.BgClassName
{
background-color: #7C7AAA;
}
</style>
border-color css
<style>
span { border-color: #7C7AAA; }
span { border-color: rgb(124,122,170); }
td.TdClassName
{
border-color: #7C7AAA;
}
.TagClassName
{
border-color: #7C7AAA;
}
</style>