Html Css Color HEX #7908EA Electric Indigo

📋 copy color: '#7908EA'

red 121 ◦ green 8 ◦ blue 234

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

Shades of Electric Indigo #7908EA

Tints of Electric Indigo #7908EA

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.2%

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

R = 33.33%
G = 2.2%
B = 64.46%

CMYK

 C value IS 0.48

 M value IS 0.97

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#7908EA (or 0x7908EA) is known color: Electric Indigo. HEX triplet: 79, 08 and EA. RGB value is (121,8,234). Sum of RGB (Red+Green+Blue) = 121+8+234=363 (48% of max value = 765). Red value is 121 (47.66% from 255 or 33.33% from 363); Green value is 8 (3.52% from 255 or 2.20% from 363); Blue value is 234 (91.80% from 255 or 64.46% from 363); Max value from RGB is 234 - color contains mainly: blue. Hex color #7908EA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7908EA is #86F715. Grayscale: #424242. Windows color (decimal): -8845078 or 15337593. OLE color: 15337593.

HSL color Cylindrical-coordinate representation of color #7908EA: hue angle of 270º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7908EA is Cyan = 0.48, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 121 8 234 -
CMYK 0.48 0.97 0 0.08
HSL 270º 0.93% 0.47% -
HSV(B) 270º 0.97% 0.92% -
XYZ 22.82 10.18 78.6 -
YUV 67.55 221.94 166.12 -
System Red Green Blue C M Y K H S L
Decimal 121 8 234 0.48 0.97 0 0.08 270 0.93 0.47
Hex 79 8 EA 30 61 0 8 10E 5D 2F
Octal 171 10 352 60 141 0 10 416 135 57
Binary 1111001 1000 11101010 110000 1100001 0 1000 100001110 1011101 101111

Color Harmonies of #7908EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7908EA

Black with #7908EA

Text Example


Text Example

White with #7908EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(121,8,234); }

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

background-color css

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

 a { background-color: rgb(121,8,234); }

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

border-color css

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

 span { border-color: rgb(121,8,234); }

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