Html Css Color HEX #7909EC Electric Indigo

📋 copy color: '#7909EC'

red 121 ◦ green 9 ◦ blue 236

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

Shades of Electric Indigo #7909EC

Tints of Electric Indigo #7909EC

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.46%

 BLUE value IS 236 (92.58% from 255) = 64.48%

R = 33.06%
G = 2.46%
B = 64.48%

CMYK

 C value IS 0.49

 M value IS 0.96

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7909EC (or 0x7909EC) is known color: Electric Indigo. HEX triplet: 79, 09 and EC. RGB value is (121,9,236). Sum of RGB (Red+Green+Blue) = 121+9+236=366 (48% of max value = 765). Red value is 121 (47.66% from 255 or 33.06% from 366); Green value is 9 (3.91% from 255 or 2.46% from 366); Blue value is 236 (92.58% from 255 or 64.48% from 366); Max value from RGB is 236 - color contains mainly: blue. Hex color #7909EC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7909EC is #86F613. Grayscale: #434343. Windows color (decimal): -8844820 or 15468921. OLE color: 15468921.

HSL color Cylindrical-coordinate representation of color #7909EC: hue angle of 269.6º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7909EC is Cyan = 0.49, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 121 9 236 -
CMYK 0.49 0.96 0 0.07
HSL 269.6º 0.93% 0.48% -
HSV(B) 269.6º 0.96% 0.93% -
XYZ 23.12 10.32 80.13 -
YUV 68.37 222.61 165.54 -
System Red Green Blue C M Y K H S L
Decimal 121 9 236 0.49 0.96 0 0.07 269.6 0.93 0.48
Hex 79 9 EC 31 60 0 7 10E 5D 30
Octal 171 11 354 61 140 0 7 416 135 60
Binary 1111001 1001 11101100 110001 1100000 0 111 100001110 1011101 110000

Color Harmonies of #7909EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7909EC

Black with #7909EC

Text Example


Text Example

White with #7909EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7909EC; }

 p { color: rgb(121,9,236); }

 H1.HeaderClassName
 {
   color: #7909EC;
 }
 .AnyTagClassName
 {
   color: #7909EC;
 }
</style>

background-color css

<style>
 a { background-color: #7909EC; }

 a { background-color: rgb(121,9,236); }

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

border-color css

<style>
 span { border-color: #7909EC; }

 span { border-color: rgb(121,9,236); }

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