Shades of Deluge #7D68A0
Tints of Deluge #7D68A0
RGB
CMYK
RGB Variations
Color information
#7D68A0 (or 0x7D68A0) is known color: Deluge. HEX triplet: 7D, 68 and A0. RGB value is (125,104,160). Sum of RGB (Red+Green+Blue) = 125+104+160=389 (51% of max value = 765). Red value is 125 (49.22% from 255 or 32.13% from 389); Green value is 104 (41.02% from 255 or 26.74% from 389); Blue value is 160 (62.89% from 255 or 41.13% from 389); Max value from RGB is 160 - color contains mainly: blue. Hex color #7D68A0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D68A0 is #82975F. Grayscale: #747474. Windows color (decimal): -8558432 or 10512509. OLE color: 10512509.
HSL color Cylindrical-coordinate representation of color #7D68A0: hue angle of 262.5º degrees, saturation: 0.23, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7D68A0 is Cyan = 0.22, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 125 | 104 | 160 | - |
| CMYK | 0.22 | 0.35 | 0 | 0.37 |
| HSL | 262.5º | 0.23% | 0.52% | - |
| HSV(B) | 262.5º | 0.35% | 0.63% | - |
| XYZ | 19.75 | 16.8 | 35.46 | - |
| YUV | 116.66 | 152.46 | 133.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 104 | 160 | 0.22 | 0.35 | 0 | 0.37 | 262.5 | 0.23 | 0.52 |
| Hex | 7D | 68 | A0 | 16 | 23 | 0 | 25 | 106 | 17 | 34 |
| Octal | 175 | 150 | 240 | 26 | 43 | 0 | 45 | 406 | 27 | 64 |
| Binary | 1111101 | 1101000 | 10100000 | 10110 | 100011 | 0 | 100101 | 100000110 | 10111 | 110100 |
Color Harmonies of #7D68A0
Complementary color
Monochromatic Colors of #7D68A0
Black with #7D68A0
Text Example
Text Example
White with #7D68A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D68A0; }
p { color: rgb(125,104,160); }
H1.HeaderClassName
{
color: #7D68A0;
}
.AnyTagClassName
{
color: #7D68A0;
}
</style>
background-color css
<style>
a { background-color: #7D68A0; }
a { background-color: rgb(125,104,160); }
div.DivClassName
{
background-color: #7D68A0;
}
.BgClassName
{
background-color: #7D68A0;
}
</style>
border-color css
<style>
span { border-color: #7D68A0; }
span { border-color: rgb(125,104,160); }
td.TdClassName
{
border-color: #7D68A0;
}
.TagClassName
{
border-color: #7D68A0;
}
</style>