Shades of Deluge #7B5EAC
Tints of Deluge #7B5EAC
RGB
CMYK
RGB Variations
Color information
#7B5EAC (or 0x7B5EAC) is known color: Deluge. HEX triplet: 7B, 5E and AC. RGB value is (123,94,172). Sum of RGB (Red+Green+Blue) = 123+94+172=389 (51% of max value = 765). Red value is 123 (48.44% from 255 or 31.62% from 389); Green value is 94 (37.11% from 255 or 24.16% from 389); Blue value is 172 (67.58% from 255 or 44.22% from 389); Max value from RGB is 172 - color contains mainly: blue. Hex color #7B5EAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B5EAC is #84A153. Grayscale: #6F6F6F. Windows color (decimal): -8692052 or 11296379. OLE color: 11296379.
HSL color Cylindrical-coordinate representation of color #7B5EAC: hue angle of 262.31º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7B5EAC is Cyan = 0.28, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 123 | 94 | 172 | - |
| CMYK | 0.28 | 0.45 | 0 | 0.33 |
| HSL | 262.31º | 0.32% | 0.52% | - |
| HSV(B) | 262.31º | 0.45% | 0.67% | - |
| XYZ | 19.62 | 15.19 | 40.93 | - |
| YUV | 111.56 | 162.11 | 136.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 94 | 172 | 0.28 | 0.45 | 0 | 0.33 | 262.31 | 0.32 | 0.52 |
| Hex | 7B | 5E | AC | 1C | 2D | 0 | 21 | 106 | 20 | 34 |
| Octal | 173 | 136 | 254 | 34 | 55 | 0 | 41 | 406 | 40 | 64 |
| Binary | 1111011 | 1011110 | 10101100 | 11100 | 101101 | 0 | 100001 | 100000110 | 100000 | 110100 |
Color Harmonies of #7B5EAC
Complementary color
Monochromatic Colors of #7B5EAC
Black with #7B5EAC
Text Example
Text Example
White with #7B5EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B5EAC; }
p { color: rgb(123,94,172); }
H1.HeaderClassName
{
color: #7B5EAC;
}
.AnyTagClassName
{
color: #7B5EAC;
}
</style>
background-color css
<style>
a { background-color: #7B5EAC; }
a { background-color: rgb(123,94,172); }
div.DivClassName
{
background-color: #7B5EAC;
}
.BgClassName
{
background-color: #7B5EAC;
}
</style>
border-color css
<style>
span { border-color: #7B5EAC; }
span { border-color: rgb(123,94,172); }
td.TdClassName
{
border-color: #7B5EAC;
}
.TagClassName
{
border-color: #7B5EAC;
}
</style>