Html Css Color HEX #7902EE Electric Indigo

📋 copy color: '#7902EE'

red 121 ◦ green 2 ◦ blue 238

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

Shades of Electric Indigo #7902EE

Tints of Electric Indigo #7902EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 65.93%

R = 33.52%
G = 0.55%
B = 65.93%

CMYK

 C value IS 0.49

 M value IS 0.99

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7902EE (or 0x7902EE) is known color: Electric Indigo. HEX triplet: 79, 02 and EE. RGB value is (121,2,238). Sum of RGB (Red+Green+Blue) = 121+2+238=361 (47% of max value = 765). Red value is 121 (47.66% from 255 or 33.52% from 361); Green value is 2 (1.17% from 255 or 0.55% from 361); Blue value is 238 (93.36% from 255 or 65.93% from 361); Max value from RGB is 238 - color contains mainly: blue. Hex color #7902EE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7902EE is #86FD11. Grayscale: #3F3F3F. Windows color (decimal): -8846610 or 15598201. OLE color: 15598201.

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

Color convert

RGB 121 2 238 -
CMYK 0.49 0.99 0 0.07
HSL 270.25º 0.98% 0.47% -
HSV(B) 270.25º 0.99% 0.93% -
XYZ 23.34 10.28 81.64 -
YUV 64.49 225.92 168.31 -
System Red Green Blue C M Y K H S L
Decimal 121 2 238 0.49 0.99 0 0.07 270.25 0.98 0.47
Hex 79 2 EE 31 63 0 7 10E 62 2F
Octal 171 2 356 61 143 0 7 416 142 57
Binary 1111001 10 11101110 110001 1100011 0 111 100001110 1100010 101111

Color Harmonies of #7902EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7902EE

Black with #7902EE

Text Example


Text Example

White with #7902EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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