Shades of Deluge #7B73A4
Tints of Deluge #7B73A4
RGB
CMYK
RGB Variations
Color information
#7B73A4 (or 0x7B73A4) is known color: Deluge. HEX triplet: 7B, 73 and A4. RGB value is (123,115,164). Sum of RGB (Red+Green+Blue) = 123+115+164=402 (53% of max value = 765). Red value is 123 (48.44% from 255 or 30.60% from 402); Green value is 115 (45.31% from 255 or 28.61% from 402); Blue value is 164 (64.45% from 255 or 40.80% from 402); Max value from RGB is 164 - color contains mainly: blue. Hex color #7B73A4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B73A4 is #848C5B. Grayscale: #7A7A7A. Windows color (decimal): -8686684 or 10777467. OLE color: 10777467.
HSL color Cylindrical-coordinate representation of color #7B73A4: hue angle of 249.8º degrees, saturation: 0.21, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7B73A4 is Cyan = 0.25, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 123 | 115 | 164 | - |
| CMYK | 0.25 | 0.30 | 0 | 0.36 |
| HSL | 249.8º | 0.21% | 0.55% | - |
| HSV(B) | 249.8º | 0.3% | 0.64% | - |
| XYZ | 21 | 19.15 | 37.71 | - |
| YUV | 122.98 | 151.15 | 128.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 115 | 164 | 0.25 | 0.30 | 0 | 0.36 | 249.8 | 0.21 | 0.55 |
| Hex | 7B | 73 | A4 | 19 | 1E | 0 | 24 | FA | 15 | 37 |
| Octal | 173 | 163 | 244 | 31 | 36 | 0 | 44 | 372 | 25 | 67 |
| Binary | 1111011 | 1110011 | 10100100 | 11001 | 11110 | 0 | 100100 | 11111010 | 10101 | 110111 |
Color Harmonies of #7B73A4
Complementary color
Monochromatic Colors of #7B73A4
Black with #7B73A4
Text Example
Text Example
White with #7B73A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B73A4; }
p { color: rgb(123,115,164); }
H1.HeaderClassName
{
color: #7B73A4;
}
.AnyTagClassName
{
color: #7B73A4;
}
</style>
background-color css
<style>
a { background-color: #7B73A4; }
a { background-color: rgb(123,115,164); }
div.DivClassName
{
background-color: #7B73A4;
}
.BgClassName
{
background-color: #7B73A4;
}
</style>
border-color css
<style>
span { border-color: #7B73A4; }
span { border-color: rgb(123,115,164); }
td.TdClassName
{
border-color: #7B73A4;
}
.TagClassName
{
border-color: #7B73A4;
}
</style>