Html Css Color HEX #7E02F8 Electric Indigo

📋 copy color: '#7E02F8'

red 126 ◦ green 2 ◦ blue 248

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

Shades of Electric Indigo #7E02F8

Tints of Electric Indigo #7E02F8

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.53%

 BLUE value IS 248 (97.27% from 255) = 65.96%

R = 33.51%
G = 0.53%
B = 65.96%

CMYK

 C value IS 0.49

 M value IS 0.99

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#7E02F8 (or 0x7E02F8) is known color: Electric Indigo. HEX triplet: 7E, 02 and F8. RGB value is (126,2,248). Sum of RGB (Red+Green+Blue) = 126+2+248=376 (49% of max value = 765). Red value is 126 (49.61% from 255 or 33.51% from 376); Green value is 2 (1.17% from 255 or 0.53% from 376); Blue value is 248 (97.27% from 255 or 65.96% from 376); Max value from RGB is 248 - color contains mainly: blue. Hex color #7E02F8 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7E02F8 is #81FD07. Grayscale: #424242. Windows color (decimal): -8518920 or 16253566. OLE color: 16253566.

HSL color Cylindrical-coordinate representation of color #7E02F8: hue angle of 270.24º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7E02F8 is Cyan = 0.49, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 126 2 248 -
CMYK 0.49 0.99 0 0.03
HSL 270.24º 0.98% 0.49% -
HSV(B) 270.24º 0.99% 0.97% -
XYZ 25.57 11.26 89.63 -
YUV 67.12 230.08 170 -
System Red Green Blue C M Y K H S L
Decimal 126 2 248 0.49 0.99 0 0.03 270.24 0.98 0.49
Hex 7E 2 F8 31 63 0 3 10E 62 31
Octal 176 2 370 61 143 0 3 416 142 61
Binary 1111110 10 11111000 110001 1100011 0 11 100001110 1100010 110001

Color Harmonies of #7E02F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E02F8

Black with #7E02F8

Text Example


Text Example

White with #7E02F8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,2,248); }

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

background-color css

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

 a { background-color: rgb(126,2,248); }

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

border-color css

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

 span { border-color: rgb(126,2,248); }

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