Html Css Color HEX #7E10FE Electric Indigo

📋 copy color: '#7E10FE'

red 126 ◦ green 16 ◦ blue 254

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

Shades of Electric Indigo #7E10FE

Tints of Electric Indigo #7E10FE

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.04%

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

R = 31.82%
G = 4.04%
B = 64.14%

CMYK

 C value IS 0.50

 M value IS 0.94

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#7E10FE (or 0x7E10FE) is known color: Electric Indigo. HEX triplet: 7E, 10 and FE. RGB value is (126,16,254). Sum of RGB (Red+Green+Blue) = 126+16+254=396 (52% of max value = 765). Red value is 126 (49.61% from 255 or 31.82% from 396); Green value is 16 (6.64% from 255 or 4.04% from 396); Blue value is 254 (99.61% from 255 or 64.14% from 396); Max value from RGB is 254 - color contains mainly: blue. Hex color #7E10FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7E10FE is #81EF01. Grayscale: #4B4B4B. Windows color (decimal): -8515330 or 16650366. OLE color: 16650366.

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

Color convert

RGB 126 16 254 -
CMYK 0.50 0.94 0 0.00
HSL 267.73º 0.99% 0.53% -
HSV(B) 267.73º 0.94% 1% -
XYZ 26.68 11.96 94.67 -
YUV 76.02 228.44 163.65 -
System Red Green Blue C M Y K H S L
Decimal 126 16 254 0.50 0.94 0 0.00 267.73 0.99 0.53
Hex 7E 10 FE 32 5E 0 0 10C 63 35
Octal 176 20 376 62 136 0 0 414 143 65
Binary 1111110 10000 11111110 110010 1011110 0 0 100001100 1100011 110101

Color Harmonies of #7E10FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E10FE

Black with #7E10FE

Text Example


Text Example

White with #7E10FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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