Html Css Color HEX #7902EF Electric Indigo

📋 copy color: '#7902EF'

red 121 ◦ green 2 ◦ blue 239

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

Shades of Electric Indigo #7902EF

Tints of Electric Indigo #7902EF

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.55%

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

R = 33.43%
G = 0.55%
B = 66.02%

CMYK

 C value IS 0.49

 M value IS 0.99

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#7902EF (or 0x7902EF) is known color: Electric Indigo. HEX triplet: 79, 02 and EF. RGB value is (121,2,239). Sum of RGB (Red+Green+Blue) = 121+2+239=362 (47% of max value = 765). Red value is 121 (47.66% from 255 or 33.43% from 362); Green value is 2 (1.17% from 255 or 0.55% from 362); Blue value is 239 (93.75% from 255 or 66.02% from 362); Max value from RGB is 239 - color contains mainly: blue. Hex color #7902EF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7902EF is #86FD10. Grayscale: #3F3F3F. Windows color (decimal): -8846609 or 15663737. OLE color: 15663737.

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

Color convert

RGB 121 2 239 -
CMYK 0.49 0.99 0 0.06
HSL 270.13º 0.98% 0.47% -
HSV(B) 270.13º 0.99% 0.94% -
XYZ 23.49 10.34 82.42 -
YUV 64.6 226.42 168.23 -
System Red Green Blue C M Y K H S L
Decimal 121 2 239 0.49 0.99 0 0.06 270.13 0.98 0.47
Hex 79 2 EF 31 63 0 6 10E 62 2F
Octal 171 2 357 61 143 0 6 416 142 57
Binary 1111001 10 11101111 110001 1100011 0 110 100001110 1100010 101111

Color Harmonies of #7902EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7902EF

Black with #7902EF

Text Example


Text Example

White with #7902EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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