Shades of Deluge #7C72A9
Tints of Deluge #7C72A9
RGB
CMYK
RGB Variations
Color information
#7C72A9 (or 0x7C72A9) is known color: Deluge. HEX triplet: 7C, 72 and A9. RGB value is (124,114,169). Sum of RGB (Red+Green+Blue) = 124+114+169=407 (53% of max value = 765). Red value is 124 (48.83% from 255 or 30.47% from 407); Green value is 114 (44.92% from 255 or 28.01% from 407); Blue value is 169 (66.41% from 255 or 41.52% from 407); Max value from RGB is 169 - color contains mainly: blue. Hex color #7C72A9 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C72A9 is #838D56. Grayscale: #7B7B7B. Windows color (decimal): -8621399 or 11104892. OLE color: 11104892.
HSL color Cylindrical-coordinate representation of color #7C72A9: hue angle of 250.91º degrees, saturation: 0.24, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7C72A9 is Cyan = 0.27, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 124 | 114 | 169 | - |
| CMYK | 0.27 | 0.33 | 0 | 0.34 |
| HSL | 250.91º | 0.24% | 0.55% | - |
| HSV(B) | 250.91º | 0.33% | 0.66% | - |
| XYZ | 21.49 | 19.18 | 40.11 | - |
| YUV | 123.26 | 153.81 | 128.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 114 | 169 | 0.27 | 0.33 | 0 | 0.34 | 250.91 | 0.24 | 0.55 |
| Hex | 7C | 72 | A9 | 1B | 21 | 0 | 22 | FB | 18 | 37 |
| Octal | 174 | 162 | 251 | 33 | 41 | 0 | 42 | 373 | 30 | 67 |
| Binary | 1111100 | 1110010 | 10101001 | 11011 | 100001 | 0 | 100010 | 11111011 | 11000 | 110111 |
Color Harmonies of #7C72A9
Complementary color
Monochromatic Colors of #7C72A9
Black with #7C72A9
Text Example
Text Example
White with #7C72A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C72A9; }
p { color: rgb(124,114,169); }
H1.HeaderClassName
{
color: #7C72A9;
}
.AnyTagClassName
{
color: #7C72A9;
}
</style>
background-color css
<style>
a { background-color: #7C72A9; }
a { background-color: rgb(124,114,169); }
div.DivClassName
{
background-color: #7C72A9;
}
.BgClassName
{
background-color: #7C72A9;
}
</style>
border-color css
<style>
span { border-color: #7C72A9; }
span { border-color: rgb(124,114,169); }
td.TdClassName
{
border-color: #7C72A9;
}
.TagClassName
{
border-color: #7C72A9;
}
</style>