Shades of Deluge #7A6CB3
Tints of Deluge #7A6CB3
RGB
CMYK
RGB Variations
Color information
#7A6CB3 (or 0x7A6CB3) is known color: Deluge. HEX triplet: 7A, 6C and B3. RGB value is (122,108,179). Sum of RGB (Red+Green+Blue) = 122+108+179=409 (54% of max value = 765). Red value is 122 (48.05% from 255 or 29.83% from 409); Green value is 108 (42.58% from 255 or 26.41% from 409); Blue value is 179 (70.31% from 255 or 43.77% from 409); Max value from RGB is 179 - color contains mainly: blue. Hex color #7A6CB3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A6CB3 is #85934C. Grayscale: #787878. Windows color (decimal): -8753997 or 11758714. OLE color: 11758714.
HSL color Cylindrical-coordinate representation of color #7A6CB3: hue angle of 251.83º degrees, saturation: 0.32, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7A6CB3 is Cyan = 0.32, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 122 | 108 | 179 | - |
| CMYK | 0.32 | 0.40 | 0 | 0.30 |
| HSL | 251.83º | 0.32% | 0.56% | - |
| HSV(B) | 251.83º | 0.4% | 0.7% | - |
| XYZ | 21.53 | 18.12 | 45.01 | - |
| YUV | 120.28 | 161.14 | 129.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 108 | 179 | 0.32 | 0.40 | 0 | 0.30 | 251.83 | 0.32 | 0.56 |
| Hex | 7A | 6C | B3 | 20 | 28 | 0 | 1E | FC | 20 | 38 |
| Octal | 172 | 154 | 263 | 40 | 50 | 0 | 36 | 374 | 40 | 70 |
| Binary | 1111010 | 1101100 | 10110011 | 100000 | 101000 | 0 | 11110 | 11111100 | 100000 | 111000 |
Color Harmonies of #7A6CB3
Complementary color
Monochromatic Colors of #7A6CB3
Black with #7A6CB3
Text Example
Text Example
White with #7A6CB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A6CB3; }
p { color: rgb(122,108,179); }
H1.HeaderClassName
{
color: #7A6CB3;
}
.AnyTagClassName
{
color: #7A6CB3;
}
</style>
background-color css
<style>
a { background-color: #7A6CB3; }
a { background-color: rgb(122,108,179); }
div.DivClassName
{
background-color: #7A6CB3;
}
.BgClassName
{
background-color: #7A6CB3;
}
</style>
border-color css
<style>
span { border-color: #7A6CB3; }
span { border-color: rgb(122,108,179); }
td.TdClassName
{
border-color: #7A6CB3;
}
.TagClassName
{
border-color: #7A6CB3;
}
</style>