Html Css Color HEX #7902EB Electric Indigo

📋 copy color: '#7902EB'

red 121 ◦ green 2 ◦ blue 235

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

Shades of Electric Indigo #7902EB

Tints of Electric Indigo #7902EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 65.64%

R = 33.8%
G = 0.56%
B = 65.64%

CMYK

 C value IS 0.49

 M value IS 0.99

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#7902EB (or 0x7902EB) is known color: Electric Indigo. HEX triplet: 79, 02 and EB. RGB value is (121,2,235). Sum of RGB (Red+Green+Blue) = 121+2+235=358 (47% of max value = 765). Red value is 121 (47.66% from 255 or 33.80% from 358); Green value is 2 (1.17% from 255 or 0.56% from 358); Blue value is 235 (92.19% from 255 or 65.64% from 358); Max value from RGB is 235 - color contains mainly: blue. Hex color #7902EB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7902EB is #86FD14. Grayscale: #3F3F3F. Windows color (decimal): -8846613 or 15401593. OLE color: 15401593.

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

Color convert

RGB 121 2 235 -
CMYK 0.49 0.99 0 0.08
HSL 270.64º 0.98% 0.46% -
HSV(B) 270.64º 0.99% 0.92% -
XYZ 22.9 10.11 79.34 -
YUV 64.14 224.42 168.55 -
System Red Green Blue C M Y K H S L
Decimal 121 2 235 0.49 0.99 0 0.08 270.64 0.98 0.46
Hex 79 2 EB 31 63 0 8 10F 62 2E
Octal 171 2 353 61 143 0 10 417 142 56
Binary 1111001 10 11101011 110001 1100011 0 1000 100001111 1100010 101110

Color Harmonies of #7902EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7902EB

Black with #7902EB

Text Example


Text Example

White with #7902EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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