Shades of Electric Indigo #7905FF
Tints of Electric Indigo #7905FF
RGB
CMYK
RGB Variations
Color information
#7905FF (or 0x7905FF) is known color: Electric Indigo. HEX triplet: 79, 05 and FF. RGB value is (121,5,255). Sum of RGB (Red+Green+Blue) = 121+5+255=381 (50% of max value = 765). Red value is 121 (47.66% from 255 or 31.76% from 381); Green value is 5 (2.34% from 255 or 1.31% from 381); Blue value is 255 (100% from 255 or 66.93% from 381); Max value from RGB is 255 - color contains mainly: blue. Hex color #7905FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7905FF is #86FA00. Grayscale: #434343. Windows color (decimal): -8845825 or 16713081. OLE color: 16713081.
HSL color Cylindrical-coordinate representation of color #7905FF: hue angle of 267.84º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7905FF is Cyan = 0.53, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 121 | 5 | 255 | - |
| CMYK | 0.53 | 0.98 | 0 | 0 |
| HSL | 267.84º | 1% | 0.51% | - |
| HSV(B) | 267.84º | 0.98% | 1% | - |
| XYZ | 25.99 | 11.39 | 95.44 | - |
| YUV | 68.18 | 233.43 | 165.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 5 | 255 | 0.53 | 0.98 | 0 | 0 | 267.84 | 1 | 0.51 |
| Hex | 79 | 5 | FF | 35 | 62 | 0 | 0 | 10C | 64 | 33 |
| Octal | 171 | 5 | 377 | 65 | 142 | 0 | 0 | 414 | 144 | 63 |
| Binary | 1111001 | 101 | 11111111 | 110101 | 1100010 | 0 | 0 | 100001100 | 1100100 | 110011 |
Color Harmonies of #7905FF
Complementary color
Monochromatic Colors of #7905FF
Black with #7905FF
Text Example
Text Example
White with #7905FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7905FF; }
p { color: rgb(121,5,255); }
H1.HeaderClassName
{
color: #7905FF;
}
.AnyTagClassName
{
color: #7905FF;
}
</style>
background-color css
<style>
a { background-color: #7905FF; }
a { background-color: rgb(121,5,255); }
div.DivClassName
{
background-color: #7905FF;
}
.BgClassName
{
background-color: #7905FF;
}
</style>
border-color css
<style>
span { border-color: #7905FF; }
span { border-color: rgb(121,5,255); }
td.TdClassName
{
border-color: #7905FF;
}
.TagClassName
{
border-color: #7905FF;
}
</style>