Shades of Deluge #7D6AB0
Tints of Deluge #7D6AB0
RGB
CMYK
RGB Variations
Color information
#7D6AB0 (or 0x7D6AB0) is known color: Deluge. HEX triplet: 7D, 6A and B0. RGB value is (125,106,176). Sum of RGB (Red+Green+Blue) = 125+106+176=407 (53% of max value = 765). Red value is 125 (49.22% from 255 or 30.71% from 407); Green value is 106 (41.80% from 255 or 26.04% from 407); Blue value is 176 (69.14% from 255 or 43.24% from 407); Max value from RGB is 176 - color contains mainly: blue. Hex color #7D6AB0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D6AB0 is #82954F. Grayscale: #777777. Windows color (decimal): -8557904 or 11561597. OLE color: 11561597.
HSL color Cylindrical-coordinate representation of color #7D6AB0: hue angle of 256.29º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7D6AB0 is Cyan = 0.29, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 125 | 106 | 176 | - |
| CMYK | 0.29 | 0.40 | 0 | 0.31 |
| HSL | 256.29º | 0.31% | 0.55% | - |
| HSV(B) | 256.29º | 0.4% | 0.69% | - |
| XYZ | 21.45 | 17.8 | 43.38 | - |
| YUV | 119.66 | 159.79 | 131.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 106 | 176 | 0.29 | 0.40 | 0 | 0.31 | 256.29 | 0.31 | 0.55 |
| Hex | 7D | 6A | B0 | 1D | 28 | 0 | 1F | 100 | 1F | 37 |
| Octal | 175 | 152 | 260 | 35 | 50 | 0 | 37 | 400 | 37 | 67 |
| Binary | 1111101 | 1101010 | 10110000 | 11101 | 101000 | 0 | 11111 | 100000000 | 11111 | 110111 |
Color Harmonies of #7D6AB0
Complementary color
Monochromatic Colors of #7D6AB0
Black with #7D6AB0
Text Example
Text Example
White with #7D6AB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D6AB0; }
p { color: rgb(125,106,176); }
H1.HeaderClassName
{
color: #7D6AB0;
}
.AnyTagClassName
{
color: #7D6AB0;
}
</style>
background-color css
<style>
a { background-color: #7D6AB0; }
a { background-color: rgb(125,106,176); }
div.DivClassName
{
background-color: #7D6AB0;
}
.BgClassName
{
background-color: #7D6AB0;
}
</style>
border-color css
<style>
span { border-color: #7D6AB0; }
span { border-color: rgb(125,106,176); }
td.TdClassName
{
border-color: #7D6AB0;
}
.TagClassName
{
border-color: #7D6AB0;
}
</style>