Shades of Deluge #7D6BAB
Tints of Deluge #7D6BAB
RGB
CMYK
RGB Variations
Color information
#7D6BAB (or 0x7D6BAB) is known color: Deluge. HEX triplet: 7D, 6B and AB. RGB value is (125,107,171). Sum of RGB (Red+Green+Blue) = 125+107+171=403 (53% of max value = 765). Red value is 125 (49.22% from 255 or 31.02% from 403); Green value is 107 (42.19% from 255 or 26.55% from 403); Blue value is 171 (67.19% from 255 or 42.43% from 403); Max value from RGB is 171 - color contains mainly: blue. Hex color #7D6BAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D6BAB is #829454. Grayscale: #777777. Windows color (decimal): -8557653 or 11234173. OLE color: 11234173.
HSL color Cylindrical-coordinate representation of color #7D6BAB: hue angle of 256.88º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7D6BAB is Cyan = 0.27, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 125 | 107 | 171 | - |
| CMYK | 0.27 | 0.37 | 0 | 0.33 |
| HSL | 256.88º | 0.28% | 0.55% | - |
| HSV(B) | 256.88º | 0.37% | 0.67% | - |
| XYZ | 21.07 | 17.82 | 40.86 | - |
| YUV | 119.68 | 156.96 | 131.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 107 | 171 | 0.27 | 0.37 | 0 | 0.33 | 256.88 | 0.28 | 0.55 |
| Hex | 7D | 6B | AB | 1B | 25 | 0 | 21 | 101 | 1C | 37 |
| Octal | 175 | 153 | 253 | 33 | 45 | 0 | 41 | 401 | 34 | 67 |
| Binary | 1111101 | 1101011 | 10101011 | 11011 | 100101 | 0 | 100001 | 100000001 | 11100 | 110111 |
Color Harmonies of #7D6BAB
Complementary color
Monochromatic Colors of #7D6BAB
Black with #7D6BAB
Text Example
Text Example
White with #7D6BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D6BAB; }
p { color: rgb(125,107,171); }
H1.HeaderClassName
{
color: #7D6BAB;
}
.AnyTagClassName
{
color: #7D6BAB;
}
</style>
background-color css
<style>
a { background-color: #7D6BAB; }
a { background-color: rgb(125,107,171); }
div.DivClassName
{
background-color: #7D6BAB;
}
.BgClassName
{
background-color: #7D6BAB;
}
</style>
border-color css
<style>
span { border-color: #7D6BAB; }
span { border-color: rgb(125,107,171); }
td.TdClassName
{
border-color: #7D6BAB;
}
.TagClassName
{
border-color: #7D6BAB;
}
</style>