Shades of Electric Indigo #7905FA
Tints of Electric Indigo #7905FA
RGB
CMYK
RGB Variations
Color information
#7905FA (or 0x7905FA) is known color: Electric Indigo. HEX triplet: 79, 05 and FA. RGB value is (121,5,250). Sum of RGB (Red+Green+Blue) = 121+5+250=376 (49% of max value = 765). Red value is 121 (47.66% from 255 or 32.18% from 376); Green value is 5 (2.34% from 255 or 1.33% from 376); Blue value is 250 (98.05% from 255 or 66.49% from 376); Max value from RGB is 250 - color contains mainly: blue. Hex color #7905FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7905FA is #86FA05. Grayscale: #424242. Windows color (decimal): -8845830 or 16385401. OLE color: 16385401.
HSL color Cylindrical-coordinate representation of color #7905FA: hue angle of 268.41º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7905FA is Cyan = 0.52, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 121 | 5 | 250 | - |
| CMYK | 0.52 | 0.98 | 0 | 0.02 |
| HSL | 268.41º | 0.96% | 0.5% | - |
| HSV(B) | 268.41º | 0.98% | 0.98% | - |
| XYZ | 25.19 | 11.08 | 91.25 | - |
| YUV | 67.61 | 230.93 | 166.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 5 | 250 | 0.52 | 0.98 | 0 | 0.02 | 268.41 | 0.96 | 0.5 |
| Hex | 79 | 5 | FA | 34 | 62 | 0 | 2 | 10C | 60 | 32 |
| Octal | 171 | 5 | 372 | 64 | 142 | 0 | 2 | 414 | 140 | 62 |
| Binary | 1111001 | 101 | 11111010 | 110100 | 1100010 | 0 | 10 | 100001100 | 1100000 | 110010 |
Color Harmonies of #7905FA
Complementary color
Monochromatic Colors of #7905FA
Black with #7905FA
Text Example
Text Example
White with #7905FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7905FA; }
p { color: rgb(121,5,250); }
H1.HeaderClassName
{
color: #7905FA;
}
.AnyTagClassName
{
color: #7905FA;
}
</style>
background-color css
<style>
a { background-color: #7905FA; }
a { background-color: rgb(121,5,250); }
div.DivClassName
{
background-color: #7905FA;
}
.BgClassName
{
background-color: #7905FA;
}
</style>
border-color css
<style>
span { border-color: #7905FA; }
span { border-color: rgb(121,5,250); }
td.TdClassName
{
border-color: #7905FA;
}
.TagClassName
{
border-color: #7905FA;
}
</style>