#7E07EB

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

Shades of Electric Indigo #7E07EB

Tints of Electric Indigo #7E07EB

Color information

#7E07EB (or 0x7E07EB) is unknown color: approx Electric Indigo. HEX triplet: 7E, 07 and EB. RGB value is (126,7,235). Sum of RGB (Red+Green+Blue) = 126+7+235=368 (48% of max value = 765). Red value is 126 (49.61% from 255 or 34.24% from 368); Green value is 7 (3.12% from 255 or 1.90% from 368); Blue value is 235 (92.19% from 255 or 63.86% from 368); Max value from RGB is 235 - color contains mainly: blue. Hex color #7E07EB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7E07EB is #81F814. Grayscale: #434343. Windows color (decimal): -8517653 or 15402878. OLE color: 15402878.

HSL color Cylindrical-coordinate representation of color #7E07EB: hue angle of 271.32º 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 #7E07EB is Cyan = 0.46, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB1267235-
CMYK0.460.9700.08
HSL271.32º94.21%47.45%-
HSV(B)271.32º97.02%92.16%-
XYZ23.6810.5979.39-
YUV68.57221.92168.96-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 34.24%
GREEN value IS 7 (3.12% from 255) = 1.90%
BLUE value IS 235 (92.19% from 255) = 63.86%
R=34.24%
G=1.90%
B=63.86%

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
Decimal12672350.460.9700.08271.3294.2147.45
Hex7E7EB2E610810f5e2f
Octal17673535614101041713657
Binary1111110111111010111011101100001010001000011111011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E07EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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