Shades of Electric Indigo #7A08FF
Tints of Electric Indigo #7A08FF
RGB
CMYK
RGB Variations
Color information
#7A08FF (or 0x7A08FF) is known color: Electric Indigo. HEX triplet: 7A, 08 and FF. RGB value is (122,8,255). Sum of RGB (Red+Green+Blue) = 122+8+255=385 (50% of max value = 765). Red value is 122 (48.05% from 255 or 31.69% from 385); Green value is 8 (3.52% from 255 or 2.08% from 385); Blue value is 255 (100% from 255 or 66.23% from 385); Max value from RGB is 255 - color contains mainly: blue. Hex color #7A08FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7A08FF is #85F700. Grayscale: #454545. Windows color (decimal): -8779521 or 16713850. OLE color: 16713850.
HSL color Cylindrical-coordinate representation of color #7A08FF: hue angle of 267.69º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7A08FF is Cyan = 0.52, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 122 | 8 | 255 | - |
| CMYK | 0.52 | 0.97 | 0 | 0 |
| HSL | 267.69º | 1% | 0.52% | - |
| HSV(B) | 267.69º | 0.97% | 1% | - |
| XYZ | 26.16 | 11.53 | 95.45 | - |
| YUV | 70.24 | 232.27 | 164.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 8 | 255 | 0.52 | 0.97 | 0 | 0 | 267.69 | 1 | 0.52 |
| Hex | 7A | 8 | FF | 34 | 61 | 0 | 0 | 10C | 64 | 34 |
| Octal | 172 | 10 | 377 | 64 | 141 | 0 | 0 | 414 | 144 | 64 |
| Binary | 1111010 | 1000 | 11111111 | 110100 | 1100001 | 0 | 0 | 100001100 | 1100100 | 110100 |
Color Harmonies of #7A08FF
Complementary color
Monochromatic Colors of #7A08FF
Black with #7A08FF
Text Example
Text Example
White with #7A08FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A08FF; }
p { color: rgb(122,8,255); }
H1.HeaderClassName
{
color: #7A08FF;
}
.AnyTagClassName
{
color: #7A08FF;
}
</style>
background-color css
<style>
a { background-color: #7A08FF; }
a { background-color: rgb(122,8,255); }
div.DivClassName
{
background-color: #7A08FF;
}
.BgClassName
{
background-color: #7A08FF;
}
</style>
border-color css
<style>
span { border-color: #7A08FF; }
span { border-color: rgb(122,8,255); }
td.TdClassName
{
border-color: #7A08FF;
}
.TagClassName
{
border-color: #7A08FF;
}
</style>