Shades of Deluge #7B6DAC
Tints of Deluge #7B6DAC
RGB
CMYK
RGB Variations
Color information
#7B6DAC (or 0x7B6DAC) is known color: Deluge. HEX triplet: 7B, 6D and AC. RGB value is (123,109,172). Sum of RGB (Red+Green+Blue) = 123+109+172=404 (53% of max value = 765). Red value is 123 (48.44% from 255 or 30.45% from 404); Green value is 109 (42.97% from 255 or 26.98% from 404); Blue value is 172 (67.58% from 255 or 42.57% from 404); Max value from RGB is 172 - color contains mainly: blue. Hex color #7B6DAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B6DAC is #849253. Grayscale: #787878. Windows color (decimal): -8688212 or 11300219. OLE color: 11300219.
HSL color Cylindrical-coordinate representation of color #7B6DAC: hue angle of 253.33º 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 #7B6DAC is Cyan = 0.28, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 123 | 109 | 172 | - |
| CMYK | 0.28 | 0.37 | 0 | 0.33 |
| HSL | 253.33º | 0.28% | 0.55% | - |
| HSV(B) | 253.33º | 0.37% | 0.67% | - |
| XYZ | 21.08 | 18.13 | 41.42 | - |
| YUV | 120.37 | 157.14 | 129.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 109 | 172 | 0.28 | 0.37 | 0 | 0.33 | 253.33 | 0.28 | 0.55 |
| Hex | 7B | 6D | AC | 1C | 25 | 0 | 21 | FD | 1C | 37 |
| Octal | 173 | 155 | 254 | 34 | 45 | 0 | 41 | 375 | 34 | 67 |
| Binary | 1111011 | 1101101 | 10101100 | 11100 | 100101 | 0 | 100001 | 11111101 | 11100 | 110111 |
Color Harmonies of #7B6DAC
Complementary color
Monochromatic Colors of #7B6DAC
Black with #7B6DAC
Text Example
Text Example
White with #7B6DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B6DAC; }
p { color: rgb(123,109,172); }
H1.HeaderClassName
{
color: #7B6DAC;
}
.AnyTagClassName
{
color: #7B6DAC;
}
</style>
background-color css
<style>
a { background-color: #7B6DAC; }
a { background-color: rgb(123,109,172); }
div.DivClassName
{
background-color: #7B6DAC;
}
.BgClassName
{
background-color: #7B6DAC;
}
</style>
border-color css
<style>
span { border-color: #7B6DAC; }
span { border-color: rgb(123,109,172); }
td.TdClassName
{
border-color: #7B6DAC;
}
.TagClassName
{
border-color: #7B6DAC;
}
</style>