Html Css Color HEX #7E09E9 Electric Indigo

📋 copy color: '#7E09E9'

red 126 ◦ green 9 ◦ blue 233

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

Shades of Electric Indigo #7E09E9

Tints of Electric Indigo #7E09E9

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.45%

 BLUE value IS 233 (91.41% from 255) = 63.32%

R = 34.24%
G = 2.45%
B = 63.32%

CMYK

 C value IS 0.46

 M value IS 0.96

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#7E09E9 (or 0x7E09E9) is known color: Electric Indigo. HEX triplet: 7E, 09 and E9. RGB value is (126,9,233). Sum of RGB (Red+Green+Blue) = 126+9+233=368 (48% of max value = 765). Red value is 126 (49.61% from 255 or 34.24% from 368); Green value is 9 (3.91% from 255 or 2.45% from 368); Blue value is 233 (91.41% from 255 or 63.32% from 368); Max value from RGB is 233 - color contains mainly: blue. Hex color #7E09E9 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7E09E9 is #81F616. Grayscale: #444444. Windows color (decimal): -8517143 or 15272318. OLE color: 15272318.

HSL color Cylindrical-coordinate representation of color #7E09E9: hue angle of 271.34º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7E09E9 is Cyan = 0.46, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 126 9 233 -
CMYK 0.46 0.96 0 0.09
HSL 271.34º 0.93% 0.47% -
HSV(B) 271.34º 0.96% 0.91% -
XYZ 23.41 10.51 77.89 -
YUV 69.52 220.26 168.29 -
System Red Green Blue C M Y K H S L
Decimal 126 9 233 0.46 0.96 0 0.09 271.34 0.93 0.47
Hex 7E 9 E9 2E 60 0 9 10F 5D 2F
Octal 176 11 351 56 140 0 11 417 135 57
Binary 1111110 1001 11101001 101110 1100000 0 1001 100001111 1011101 101111

Color Harmonies of #7E09E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E09E9

Black with #7E09E9

Text Example


Text Example

White with #7E09E9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,9,233); }

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

background-color css

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

 a { background-color: rgb(126,9,233); }

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

border-color css

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

 span { border-color: rgb(126,9,233); }

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