Shades of Deluge #7B79AD
Tints of Deluge #7B79AD
RGB
CMYK
RGB Variations
Color information
#7B79AD (or 0x7B79AD) is known color: Deluge. HEX triplet: 7B, 79 and AD. RGB value is (123,121,173). Sum of RGB (Red+Green+Blue) = 123+121+173=417 (55% of max value = 765). Red value is 123 (48.44% from 255 or 29.50% from 417); Green value is 121 (47.66% from 255 or 29.02% from 417); Blue value is 173 (67.97% from 255 or 41.49% from 417); Max value from RGB is 173 - color contains mainly: blue. Hex color #7B79AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B79AD is #848652. Grayscale: #7F7F7F. Windows color (decimal): -8685139 or 11368827. OLE color: 11368827.
HSL color Cylindrical-coordinate representation of color #7B79AD: hue angle of 242.31º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7B79AD is Cyan = 0.29, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 123 | 121 | 173 | - |
| CMYK | 0.29 | 0.30 | 0 | 0.32 |
| HSL | 242.31º | 0.24% | 0.58% | - |
| HSV(B) | 242.31º | 0.3% | 0.68% | - |
| XYZ | 22.55 | 20.9 | 42.38 | - |
| YUV | 127.53 | 153.66 | 124.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 121 | 173 | 0.29 | 0.30 | 0 | 0.32 | 242.31 | 0.24 | 0.58 |
| Hex | 7B | 79 | AD | 1D | 1E | 0 | 20 | F2 | 18 | 3A |
| Octal | 173 | 171 | 255 | 35 | 36 | 0 | 40 | 362 | 30 | 72 |
| Binary | 1111011 | 1111001 | 10101101 | 11101 | 11110 | 0 | 100000 | 11110010 | 11000 | 111010 |
Color Harmonies of #7B79AD
Complementary color
Monochromatic Colors of #7B79AD
Black with #7B79AD
Text Example
Text Example
White with #7B79AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B79AD; }
p { color: rgb(123,121,173); }
H1.HeaderClassName
{
color: #7B79AD;
}
.AnyTagClassName
{
color: #7B79AD;
}
</style>
background-color css
<style>
a { background-color: #7B79AD; }
a { background-color: rgb(123,121,173); }
div.DivClassName
{
background-color: #7B79AD;
}
.BgClassName
{
background-color: #7B79AD;
}
</style>
border-color css
<style>
span { border-color: #7B79AD; }
span { border-color: rgb(123,121,173); }
td.TdClassName
{
border-color: #7B79AD;
}
.TagClassName
{
border-color: #7B79AD;
}
</style>