Shades of Deluge #7A66A4
Tints of Deluge #7A66A4
RGB
CMYK
RGB Variations
Color information
#7A66A4 (or 0x7A66A4) is known color: Deluge. HEX triplet: 7A, 66 and A4. RGB value is (122,102,164). Sum of RGB (Red+Green+Blue) = 122+102+164=388 (51% of max value = 765). Red value is 122 (48.05% from 255 or 31.44% from 388); Green value is 102 (40.23% from 255 or 26.29% from 388); Blue value is 164 (64.45% from 255 or 42.27% from 388); Max value from RGB is 164 - color contains mainly: blue. Hex color #7A66A4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A66A4 is #85995B. Grayscale: #727272. Windows color (decimal): -8755548 or 10774138. OLE color: 10774138.
HSL color Cylindrical-coordinate representation of color #7A66A4: hue angle of 259.35º degrees, saturation: 0.25, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7A66A4 is Cyan = 0.26, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 122 | 102 | 164 | - |
| CMYK | 0.26 | 0.38 | 0 | 0.36 |
| HSL | 259.35º | 0.25% | 0.52% | - |
| HSV(B) | 259.35º | 0.38% | 0.64% | - |
| XYZ | 19.48 | 16.32 | 37.25 | - |
| YUV | 115.05 | 155.63 | 132.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 102 | 164 | 0.26 | 0.38 | 0 | 0.36 | 259.35 | 0.25 | 0.52 |
| Hex | 7A | 66 | A4 | 1A | 26 | 0 | 24 | 103 | 19 | 34 |
| Octal | 172 | 146 | 244 | 32 | 46 | 0 | 44 | 403 | 31 | 64 |
| Binary | 1111010 | 1100110 | 10100100 | 11010 | 100110 | 0 | 100100 | 100000011 | 11001 | 110100 |
Color Harmonies of #7A66A4
Complementary color
Monochromatic Colors of #7A66A4
Black with #7A66A4
Text Example
Text Example
White with #7A66A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A66A4; }
p { color: rgb(122,102,164); }
H1.HeaderClassName
{
color: #7A66A4;
}
.AnyTagClassName
{
color: #7A66A4;
}
</style>
background-color css
<style>
a { background-color: #7A66A4; }
a { background-color: rgb(122,102,164); }
div.DivClassName
{
background-color: #7A66A4;
}
.BgClassName
{
background-color: #7A66A4;
}
</style>
border-color css
<style>
span { border-color: #7A66A4; }
span { border-color: rgb(122,102,164); }
td.TdClassName
{
border-color: #7A66A4;
}
.TagClassName
{
border-color: #7A66A4;
}
</style>