Html Css Color HEX #7910EF Electric Indigo

📋 copy color: '#7910EF'

red 121 ◦ green 16 ◦ blue 239

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

Shades of Electric Indigo #7910EF

Tints of Electric Indigo #7910EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 63.56%

R = 32.18%
G = 4.26%
B = 63.56%

CMYK

 C value IS 0.49

 M value IS 0.93

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#7910EF (or 0x7910EF) is known color: Electric Indigo. HEX triplet: 79, 10 and EF. RGB value is (121,16,239). Sum of RGB (Red+Green+Blue) = 121+16+239=376 (49% of max value = 765). Red value is 121 (47.66% from 255 or 32.18% from 376); Green value is 16 (6.64% from 255 or 4.26% from 376); Blue value is 239 (93.75% from 255 or 63.56% from 376); Max value from RGB is 239 - color contains mainly: blue. Hex color #7910EF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7910EF is #86EF10. Grayscale: #484848. Windows color (decimal): -8843025 or 15667321. OLE color: 15667321.

HSL color Cylindrical-coordinate representation of color #7910EF: hue angle of 268.25º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7910EF is Cyan = 0.49, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 121 16 239 -
CMYK 0.49 0.93 0 0.06
HSL 268.25º 0.87% 0.5% -
HSV(B) 268.25º 0.93% 0.94% -
XYZ 23.65 10.67 82.47 -
YUV 72.82 221.79 162.37 -
System Red Green Blue C M Y K H S L
Decimal 121 16 239 0.49 0.93 0 0.06 268.25 0.87 0.5
Hex 79 10 EF 31 5D 0 6 10C 57 32
Octal 171 20 357 61 135 0 6 414 127 62
Binary 1111001 10000 11101111 110001 1011101 0 110 100001100 1010111 110010

Color Harmonies of #7910EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7910EF

Black with #7910EF

Text Example


Text Example

White with #7910EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7910EF; }

 p { color: rgb(121,16,239); }

 H1.HeaderClassName
 {
   color: #7910EF;
 }
 .AnyTagClassName
 {
   color: #7910EF;
 }
</style>

background-color css

<style>
 a { background-color: #7910EF; }

 a { background-color: rgb(121,16,239); }

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

border-color css

<style>
 span { border-color: #7910EF; }

 span { border-color: rgb(121,16,239); }

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