Shades of Deluge #7B6CA2
Tints of Deluge #7B6CA2
RGB
CMYK
RGB Variations
Color information
#7B6CA2 (or 0x7B6CA2) is known color: Deluge. HEX triplet: 7B, 6C and A2. RGB value is (123,108,162). Sum of RGB (Red+Green+Blue) = 123+108+162=393 (52% of max value = 765). Red value is 123 (48.44% from 255 or 31.30% from 393); Green value is 108 (42.58% from 255 or 27.48% from 393); Blue value is 162 (63.67% from 255 or 41.22% from 393); Max value from RGB is 162 - color contains mainly: blue. Hex color #7B6CA2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B6CA2 is #84935D. Grayscale: #767676. Windows color (decimal): -8688478 or 10644603. OLE color: 10644603.
HSL color Cylindrical-coordinate representation of color #7B6CA2: hue angle of 256.67º degrees, saturation: 0.22, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7B6CA2 is Cyan = 0.24, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 123 | 108 | 162 | - |
| CMYK | 0.24 | 0.33 | 0 | 0.36 |
| HSL | 256.67º | 0.23% | 0.53% | - |
| HSV(B) | 256.67º | 0.33% | 0.64% | - |
| XYZ | 20.05 | 17.54 | 36.51 | - |
| YUV | 118.64 | 152.47 | 131.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 108 | 162 | 0.24 | 0.33 | 0 | 0.36 | 256.67 | 0.23 | 0.53 |
| Hex | 7B | 6C | A2 | 18 | 21 | 0 | 24 | 101 | 16 | 35 |
| Octal | 173 | 154 | 242 | 30 | 41 | 0 | 44 | 401 | 26 | 65 |
| Binary | 1111011 | 1101100 | 10100010 | 11000 | 100001 | 0 | 100100 | 100000001 | 10110 | 110101 |
Color Harmonies of #7B6CA2
Complementary color
Monochromatic Colors of #7B6CA2
Black with #7B6CA2
Text Example
Text Example
White with #7B6CA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B6CA2; }
p { color: rgb(123,108,162); }
H1.HeaderClassName
{
color: #7B6CA2;
}
.AnyTagClassName
{
color: #7B6CA2;
}
</style>
background-color css
<style>
a { background-color: #7B6CA2; }
a { background-color: rgb(123,108,162); }
div.DivClassName
{
background-color: #7B6CA2;
}
.BgClassName
{
background-color: #7B6CA2;
}
</style>
border-color css
<style>
span { border-color: #7B6CA2; }
span { border-color: rgb(123,108,162); }
td.TdClassName
{
border-color: #7B6CA2;
}
.TagClassName
{
border-color: #7B6CA2;
}
</style>