Html Css Color HEX #7E0BFE Electric Indigo

📋 copy color: '#7E0BFE'

red 126 ◦ green 11 ◦ blue 254

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

Shades of Electric Indigo #7E0BFE

Tints of Electric Indigo #7E0BFE

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.81%

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

R = 32.23%
G = 2.81%
B = 64.96%

CMYK

 C value IS 0.50

 M value IS 0.96

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#7E0BFE (or 0x7E0BFE) is known color: Electric Indigo. HEX triplet: 7E, 0B and FE. RGB value is (126,11,254). Sum of RGB (Red+Green+Blue) = 126+11+254=391 (51% of max value = 765). Red value is 126 (49.61% from 255 or 32.23% from 391); Green value is 11 (4.69% from 255 or 2.81% from 391); Blue value is 254 (99.61% from 255 or 64.96% from 391); Max value from RGB is 254 - color contains mainly: blue. Hex color #7E0BFE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7E0BFE is #81F401. Grayscale: #484848. Windows color (decimal): -8516610 or 16649086. OLE color: 16649086.

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

Color convert

RGB 126 11 254 -
CMYK 0.50 0.96 0 0.00
HSL 268.4º 0.99% 0.52% -
HSV(B) 268.4º 0.96% 1% -
XYZ 26.61 11.83 94.65 -
YUV 73.09 230.1 165.74 -
System Red Green Blue C M Y K H S L
Decimal 126 11 254 0.50 0.96 0 0.00 268.4 0.99 0.52
Hex 7E B FE 32 60 0 0 10C 63 34
Octal 176 13 376 62 140 0 0 414 143 64
Binary 1111110 1011 11111110 110010 1100000 0 0 100001100 1100011 110100

Color Harmonies of #7E0BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E0BFE

Black with #7E0BFE

Text Example


Text Example

White with #7E0BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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