Html Css Color HEX #7804EA Electric Indigo

📋 copy color: '#7804EA'

red 120 ◦ green 4 ◦ blue 234

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

Shades of Electric Indigo #7804EA

Tints of Electric Indigo #7804EA

RGB

 RED value IS 120 (47.27% from 255) = 33.52%

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

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

R = 33.52%
G = 1.12%
B = 65.36%

CMYK

 C value IS 0.49

 M value IS 0.98

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#7804EA (or 0x7804EA) is known color: Electric Indigo. HEX triplet: 78, 04 and EA. RGB value is (120,4,234). Sum of RGB (Red+Green+Blue) = 120+4+234=358 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.52% from 358); Green value is 4 (1.95% from 255 or 1.12% from 358); Blue value is 234 (91.80% from 255 or 65.36% from 358); Max value from RGB is 234 - color contains mainly: blue. Hex color #7804EA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7804EA is #87FB15. Grayscale: #404040. Windows color (decimal): -8911638 or 15336568. OLE color: 15336568.

HSL color Cylindrical-coordinate representation of color #7804EA: hue angle of 270.26º 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 #7804EA is Cyan = 0.49, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 120 4 234 -
CMYK 0.49 0.98 0 0.08
HSL 270.26º 0.97% 0.47% -
HSV(B) 270.26º 0.98% 0.92% -
XYZ 22.64 10.02 78.58 -
YUV 64.9 223.43 167.3 -
System Red Green Blue C M Y K H S L
Decimal 120 4 234 0.49 0.98 0 0.08 270.26 0.97 0.47
Hex 78 4 EA 31 62 0 8 10E 61 2F
Octal 170 4 352 61 142 0 10 416 141 57
Binary 1111000 100 11101010 110001 1100010 0 1000 100001110 1100001 101111

Color Harmonies of #7804EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7804EA

Black with #7804EA

Text Example


Text Example

White with #7804EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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