Html Css Color HEX #7904EA Electric Indigo

📋 copy color: '#7904EA'

red 121 ◦ green 4 ◦ blue 234

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

Shades of Electric Indigo #7904EA

Tints of Electric Indigo #7904EA

RGB

 RED value IS 121 (47.66% from 255) = 33.7%

 GREEN value IS 4 (1.95% from 255) = 1.11%

 BLUE value IS 234 (91.8% from 255) = 65.18%

R = 33.7%
G = 1.11%
B = 65.18%

CMYK

 C value IS 0.48

 M value IS 0.98

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#7904EA (or 0x7904EA) is known color: Electric Indigo. HEX triplet: 79, 04 and EA. RGB value is (121,4,234). Sum of RGB (Red+Green+Blue) = 121+4+234=359 (47% of max value = 765). Red value is 121 (47.66% from 255 or 33.70% from 359); Green value is 4 (1.95% from 255 or 1.11% from 359); Blue value is 234 (91.80% from 255 or 65.18% from 359); Max value from RGB is 234 - color contains mainly: blue. Hex color #7904EA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7904EA is #86FB15. Grayscale: #404040. Windows color (decimal): -8846102 or 15336569. OLE color: 15336569.

HSL color Cylindrical-coordinate representation of color #7904EA: hue angle of 270.52º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7904EA is Cyan = 0.48, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 121 4 234 -
CMYK 0.48 0.98 0 0.08
HSL 270.52º 0.97% 0.47% -
HSV(B) 270.52º 0.98% 0.92% -
XYZ 22.78 10.09 78.59 -
YUV 65.2 223.26 167.8 -
System Red Green Blue C M Y K H S L
Decimal 121 4 234 0.48 0.98 0 0.08 270.52 0.97 0.47
Hex 79 4 EA 30 62 0 8 10F 61 2F
Octal 171 4 352 60 142 0 10 417 141 57
Binary 1111001 100 11101010 110000 1100010 0 1000 100001111 1100001 101111

Color Harmonies of #7904EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7904EA

Black with #7904EA

Text Example


Text Example

White with #7904EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7904EA; }

 p { color: rgb(121,4,234); }

 H1.HeaderClassName
 {
   color: #7904EA;
 }
 .AnyTagClassName
 {
   color: #7904EA;
 }
</style>

background-color css

<style>
 a { background-color: #7904EA; }

 a { background-color: rgb(121,4,234); }

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

border-color css

<style>
 span { border-color: #7904EA; }

 span { border-color: rgb(121,4,234); }

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