Shades of Deluge #7B6AA0
Tints of Deluge #7B6AA0
RGB
CMYK
RGB Variations
Color information
#7B6AA0 (or 0x7B6AA0) is known color: Deluge. HEX triplet: 7B, 6A and A0. RGB value is (123,106,160). Sum of RGB (Red+Green+Blue) = 123+106+160=389 (51% of max value = 765). Red value is 123 (48.44% from 255 or 31.62% from 389); Green value is 106 (41.80% from 255 or 27.25% 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 #7B6AA0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B6AA0 is #84955F. Grayscale: #757575. Windows color (decimal): -8688992 or 10513019. OLE color: 10513019.
HSL color Cylindrical-coordinate representation of color #7B6AA0: hue angle of 258.89º degrees, saturation: 0.22, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7B6AA0 is Cyan = 0.23, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 123 | 106 | 160 | - |
| CMYK | 0.23 | 0.34 | 0 | 0.37 |
| HSL | 258.89º | 0.22% | 0.52% | - |
| HSV(B) | 258.89º | 0.34% | 0.63% | - |
| XYZ | 19.67 | 17.06 | 35.51 | - |
| YUV | 117.24 | 152.13 | 132.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 106 | 160 | 0.23 | 0.34 | 0 | 0.37 | 258.89 | 0.22 | 0.52 |
| Hex | 7B | 6A | A0 | 17 | 22 | 0 | 25 | 103 | 16 | 34 |
| Octal | 173 | 152 | 240 | 27 | 42 | 0 | 45 | 403 | 26 | 64 |
| Binary | 1111011 | 1101010 | 10100000 | 10111 | 100010 | 0 | 100101 | 100000011 | 10110 | 110100 |
Color Harmonies of #7B6AA0
Complementary color
Monochromatic Colors of #7B6AA0
Black with #7B6AA0
Text Example
Text Example
White with #7B6AA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B6AA0; }
p { color: rgb(123,106,160); }
H1.HeaderClassName
{
color: #7B6AA0;
}
.AnyTagClassName
{
color: #7B6AA0;
}
</style>
background-color css
<style>
a { background-color: #7B6AA0; }
a { background-color: rgb(123,106,160); }
div.DivClassName
{
background-color: #7B6AA0;
}
.BgClassName
{
background-color: #7B6AA0;
}
</style>
border-color css
<style>
span { border-color: #7B6AA0; }
span { border-color: rgb(123,106,160); }
td.TdClassName
{
border-color: #7B6AA0;
}
.TagClassName
{
border-color: #7B6AA0;
}
</style>