Html Css Color HEX #7E07FE Electric Indigo

📋 copy color: '#7E07FE'

red 126 ◦ green 7 ◦ blue 254

#7E07FE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Electric Indigo #7E07FE

Tints of Electric Indigo #7E07FE

RGB

 RED value IS 126 (49.61% from 255) = 32.56%

 GREEN value IS 7 (3.13% from 255) = 1.81%

 BLUE value IS 254 (99.61% from 255) = 65.63%

R = 32.56%
G = 1.81%
B = 65.63%

CMYK

 C value IS 0.50

 M value IS 0.97

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#7E07FE (or 0x7E07FE) is known color: Electric Indigo. HEX triplet: 7E, 07 and FE. RGB value is (126,7,254). Sum of RGB (Red+Green+Blue) = 126+7+254=387 (51% of max value = 765). Red value is 126 (49.61% from 255 or 32.56% from 387); Green value is 7 (3.12% from 255 or 1.81% from 387); Blue value is 254 (99.61% from 255 or 65.63% from 387); Max value from RGB is 254 - color contains mainly: blue. Hex color #7E07FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7E07FE is #81F801. Grayscale: #454545. Windows color (decimal): -8517634 or 16648062. OLE color: 16648062.

HSL color Cylindrical-coordinate representation of color #7E07FE: hue angle of 268.91º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7E07FE is Cyan = 0.50, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 126 7 254 -
CMYK 0.50 0.97 0 0.00
HSL 268.91º 0.99% 0.51% -
HSV(B) 268.91º 0.97% 1% -
XYZ 26.57 11.74 94.63 -
YUV 70.74 231.42 167.42 -
System Red Green Blue C M Y K H S L
Decimal 126 7 254 0.50 0.97 0 0.00 268.91 0.99 0.51
Hex 7E 7 FE 32 61 0 0 10D 63 33
Octal 176 7 376 62 141 0 0 415 143 63
Binary 1111110 111 11111110 110010 1100001 0 0 100001101 1100011 110011

Color Harmonies of #7E07FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E07FE

Black with #7E07FE

Text Example


Text Example

White with #7E07FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #7E07FE;
 }
 .AnyTagClassName
 {
   color: #7E07FE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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