#7E07EA

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

Shades of Electric Indigo #7E07EA

Tints of Electric Indigo #7E07EA

Color information

#7E07EA (or 0x7E07EA) is unknown color: approx Electric Indigo. HEX triplet: 7E, 07 and EA. RGB value is (126,7,234). Sum of RGB (Red+Green+Blue) = 126+7+234=367 (48% of max value = 765). Red value is 126 (49.61% from 255 or 34.33% from 367); Green value is 7 (3.12% from 255 or 1.91% from 367); Blue value is 234 (91.80% from 255 or 63.76% from 367); Max value from RGB is 234 - color contains mainly: blue. Hex color #7E07EA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7E07EA is #81F815. Grayscale: #434343. Windows color (decimal): -8517654 or 15337342. OLE color: 15337342.

HSL color Cylindrical-coordinate representation of color #7E07EA: hue angle of 271.45º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7E07EA is Cyan = 0.46, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB1267234-
CMYK0.460.9700.08
HSL271.45º94.19%47.25%-
HSV(B)271.45º97.01%91.76%-
XYZ23.5310.5378.63-
YUV68.46221.42169.04-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 34.33%
GREEN value IS 7 (3.12% from 255) = 1.91%
BLUE value IS 234 (91.80% from 255) = 63.76%
R=34.33%
G=1.91%
B=63.76%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal12672340.460.9700.08271.4594.1947.25
Hex7E7EA2E610810f5e2f
Octal17673525614101041713657
Binary1111110111111010101011101100001010001000011111011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E07EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7E07EA; }

 p { color: rgb(126,7,234); }

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

<style>
 a { background-color: #7E07EA; }

 a { background-color: rgb(126,7,234); }

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

<style>
 span { border-color: #7E07EA; }

 span { border-color: rgb(126,7,234); }

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