Shades of Deluge #7A679A
Tints of Deluge #7A679A
RGB
CMYK
RGB Variations
Color information
#7A679A (or 0x7A679A) is known color: Deluge. HEX triplet: 7A, 67 and 9A. RGB value is (122,103,154). Sum of RGB (Red+Green+Blue) = 122+103+154=379 (50% of max value = 765). Red value is 122 (48.05% from 255 or 32.19% from 379); Green value is 103 (40.62% from 255 or 27.18% from 379); Blue value is 154 (60.55% from 255 or 40.63% from 379); Max value from RGB is 154 - color contains mainly: blue. Hex color #7A679A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A679A is #859865. Grayscale: #727272. Windows color (decimal): -8755302 or 10119034. OLE color: 10119034.
HSL color Cylindrical-coordinate representation of color #7A679A: hue angle of 262.35º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7A679A is Cyan = 0.21, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 122 | 103 | 154 | - |
| CMYK | 0.21 | 0.33 | 0 | 0.40 |
| HSL | 262.35º | 0.2% | 0.5% | - |
| HSV(B) | 262.35º | 0.33% | 0.6% | - |
| XYZ | 18.71 | 16.17 | 32.71 | - |
| YUV | 114.5 | 150.29 | 133.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 103 | 154 | 0.21 | 0.33 | 0 | 0.40 | 262.35 | 0.2 | 0.5 |
| Hex | 7A | 67 | 9A | 15 | 21 | 0 | 28 | 106 | 14 | 32 |
| Octal | 172 | 147 | 232 | 25 | 41 | 0 | 50 | 406 | 24 | 62 |
| Binary | 1111010 | 1100111 | 10011010 | 10101 | 100001 | 0 | 101000 | 100000110 | 10100 | 110010 |
Color Harmonies of #7A679A
Complementary color
Monochromatic Colors of #7A679A
Black with #7A679A
Text Example
Text Example
White with #7A679A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A679A; }
p { color: rgb(122,103,154); }
H1.HeaderClassName
{
color: #7A679A;
}
.AnyTagClassName
{
color: #7A679A;
}
</style>
background-color css
<style>
a { background-color: #7A679A; }
a { background-color: rgb(122,103,154); }
div.DivClassName
{
background-color: #7A679A;
}
.BgClassName
{
background-color: #7A679A;
}
</style>
border-color css
<style>
span { border-color: #7A679A; }
span { border-color: rgb(122,103,154); }
td.TdClassName
{
border-color: #7A679A;
}
.TagClassName
{
border-color: #7A679A;
}
</style>