Shades of Deluge #7A679E
Tints of Deluge #7A679E
RGB
CMYK
RGB Variations
Color information
#7A679E (or 0x7A679E) is known color: Deluge. HEX triplet: 7A, 67 and 9E. RGB value is (122,103,158). Sum of RGB (Red+Green+Blue) = 122+103+158=383 (50% of max value = 765). Red value is 122 (48.05% from 255 or 31.85% from 383); Green value is 103 (40.62% from 255 or 26.89% from 383); Blue value is 158 (62.11% from 255 or 41.25% from 383); Max value from RGB is 158 - color contains mainly: blue. Hex color #7A679E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A679E is #859861. Grayscale: #727272. Windows color (decimal): -8755298 or 10381178. OLE color: 10381178.
HSL color Cylindrical-coordinate representation of color #7A679E: hue angle of 260.73º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7A679E is Cyan = 0.23, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 122 | 103 | 158 | - |
| CMYK | 0.23 | 0.35 | 0 | 0.38 |
| HSL | 260.73º | 0.22% | 0.51% | - |
| HSV(B) | 260.73º | 0.35% | 0.62% | - |
| XYZ | 19.05 | 16.31 | 34.49 | - |
| YUV | 114.95 | 152.29 | 133.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 103 | 158 | 0.23 | 0.35 | 0 | 0.38 | 260.73 | 0.22 | 0.51 |
| Hex | 7A | 67 | 9E | 17 | 23 | 0 | 26 | 105 | 16 | 33 |
| Octal | 172 | 147 | 236 | 27 | 43 | 0 | 46 | 405 | 26 | 63 |
| Binary | 1111010 | 1100111 | 10011110 | 10111 | 100011 | 0 | 100110 | 100000101 | 10110 | 110011 |
Color Harmonies of #7A679E
Complementary color
Monochromatic Colors of #7A679E
Black with #7A679E
Text Example
Text Example
White with #7A679E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A679E; }
p { color: rgb(122,103,158); }
H1.HeaderClassName
{
color: #7A679E;
}
.AnyTagClassName
{
color: #7A679E;
}
</style>
background-color css
<style>
a { background-color: #7A679E; }
a { background-color: rgb(122,103,158); }
div.DivClassName
{
background-color: #7A679E;
}
.BgClassName
{
background-color: #7A679E;
}
</style>
border-color css
<style>
span { border-color: #7A679E; }
span { border-color: rgb(122,103,158); }
td.TdClassName
{
border-color: #7A679E;
}
.TagClassName
{
border-color: #7A679E;
}
</style>