#7902E9

Color #7902E9 Electric Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Electric Indigo #7902E9

Tints of Electric Indigo #7902E9

Color information

#7902E9 (or 0x7902E9) is unknown color: approx Electric Indigo. HEX triplet: 79, 02 and E9. RGB value is (121,2,233). Sum of RGB (Red+Green+Blue) = 121+2+233=356 (47% of max value = 765). Red value is 121 (47.66% from 255 or 33.99% from 356); Green value is 2 (1.17% from 255 or 0.56% from 356); Blue value is 233 (91.41% from 255 or 65.45% from 356); Max value from RGB is 233 - color contains mainly: blue. Hex color #7902E9 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7902E9 is #86FD16. Grayscale: #3F3F3F. Windows color (decimal): -8846615 or 15270521. OLE color: 15270521.

HSL color Cylindrical-coordinate representation of color #7902E9: hue angle of 270.91º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7902E9 is Cyan = 0.48, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB1212233-
CMYK0.480.9900.09
HSL270.91º98.3%46.08%-
HSV(B)270.91º99.14%91.37%-
XYZ22.619.9977.83-
YUV63.92223.42168.72-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 121 (47.66% from 255) = 33.99%
GREEN value IS 2 (1.17% from 255) = 0.56%
BLUE value IS 233 (91.41% from 255) = 65.45%
R=33.99%
G=0.56%
B=65.45%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal12122330.480.9900.09270.9198.346.08
Hex792E930630910f622e
Octal17123516014301141714256
Binary111100110111010011100001100011010011000011111100010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7902E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7902E9; }

 p { color: rgb(121,2,233); }

 H1.HeaderClassName
 {
   color: #7902E9;
 }
 .AnyTagClassName
 {
   color: #7902E9;
 }
</style>
background-color css

<style>
 a { background-color: #7902E9; }

 a { background-color: rgb(121,2,233); }

 div.DivClassName
 {
   background-color: #7902E9;
 }
 .BgClassName
 {
   background-color: #7902E9;
 }
</style>
border-color css

<style>
 span { border-color: #7902E9; }

 span { border-color: rgb(121,2,233); }

 td.TdClassName
 {
   border-color: #7902E9;
 }
 .TagClassName
 {
   border-color: #7902E9;
 }
</style>