Shades of Electric Indigo #7A08E7
Tints of Electric Indigo #7A08E7
RGB
CMYK
RGB Variations
Color information
#7A08E7 (or 0x7A08E7) is known color: Electric Indigo. HEX triplet: 7A, 08 and E7. RGB value is (122,8,231). Sum of RGB (Red+Green+Blue) = 122+8+231=361 (47% of max value = 765). Red value is 122 (48.05% from 255 or 33.80% from 361); Green value is 8 (3.52% from 255 or 2.22% from 361); Blue value is 231 (90.62% from 255 or 63.99% from 361); Max value from RGB is 231 - color contains mainly: blue. Hex color #7A08E7 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7A08E7 is #85F718. Grayscale: #424242. Windows color (decimal): -8779545 or 15140986. OLE color: 15140986.
HSL color Cylindrical-coordinate representation of color #7A08E7: hue angle of 270.67º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7A08E7 is Cyan = 0.47, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 122 | 8 | 231 | - |
| CMYK | 0.47 | 0.97 | 0 | 0.09 |
| HSL | 270.67º | 0.93% | 0.47% | - |
| HSV(B) | 270.67º | 0.97% | 0.91% | - |
| XYZ | 22.54 | 10.08 | 76.36 | - |
| YUV | 67.51 | 220.27 | 166.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 8 | 231 | 0.47 | 0.97 | 0 | 0.09 | 270.67 | 0.93 | 0.47 |
| Hex | 7A | 8 | E7 | 2F | 61 | 0 | 9 | 10F | 5D | 2F |
| Octal | 172 | 10 | 347 | 57 | 141 | 0 | 11 | 417 | 135 | 57 |
| Binary | 1111010 | 1000 | 11100111 | 101111 | 1100001 | 0 | 1001 | 100001111 | 1011101 | 101111 |
Color Harmonies of #7A08E7
Complementary color
Monochromatic Colors of #7A08E7
Black with #7A08E7
Text Example
Text Example
White with #7A08E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A08E7; }
p { color: rgb(122,8,231); }
H1.HeaderClassName
{
color: #7A08E7;
}
.AnyTagClassName
{
color: #7A08E7;
}
</style>
background-color css
<style>
a { background-color: #7A08E7; }
a { background-color: rgb(122,8,231); }
div.DivClassName
{
background-color: #7A08E7;
}
.BgClassName
{
background-color: #7A08E7;
}
</style>
border-color css
<style>
span { border-color: #7A08E7; }
span { border-color: rgb(122,8,231); }
td.TdClassName
{
border-color: #7A08E7;
}
.TagClassName
{
border-color: #7A08E7;
}
</style>