Html Css Color HEX #7900ED Electric Indigo

📋 copy color: '#7900ED'

red 121 ◦ green 0 ◦ blue 237

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

Shades of Electric Indigo #7900ED

Tints of Electric Indigo #7900ED

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 237 (92.97% from 255) = 66.2%

R = 33.8%
G = 0%
B = 66.2%

CMYK

 C value IS 0.49

 M value IS 1

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7900ED (or 0x7900ED) is known color: Electric Indigo. HEX triplet: 79, 00 and ED. RGB value is (121,0,237). Sum of RGB (Red+Green+Blue) = 121+0+237=358 (47% of max value = 765). Red value is 121 (47.66% from 255 or 33.80% from 358); Green value is 0 (0.39% from 255 or 0% from 358); Blue value is 237 (92.97% from 255 or 66.20% from 358); Max value from RGB is 237 - color contains mainly: blue. Hex color #7900ED is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7900ED is #86FF12. Grayscale: #3E3E3E. Windows color (decimal): -8847123 or 15532153. OLE color: 15532153.

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

Color convert

RGB 121 0 237 -
CMYK 0.49 1 0 0.07
HSL 270.63º 1% 0.46% -
HSV(B) 270.63º 1% 0.93% -
XYZ 23.17 10.18 80.86 -
YUV 63.2 226.09 169.23 -
System Red Green Blue C M Y K H S L
Decimal 121 0 237 0.49 1 0 0.07 270.63 1 0.46
Hex 79 0 ED 31 64 0 7 10F 64 2E
Octal 171 0 355 61 144 0 7 417 144 56
Binary 1111001 0 11101101 110001 1100100 0 111 100001111 1100100 101110

Color Harmonies of #7900ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7900ED

Black with #7900ED

Text Example


Text Example

White with #7900ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7900ED; }

 p { color: rgb(121,0,237); }

 H1.HeaderClassName
 {
   color: #7900ED;
 }
 .AnyTagClassName
 {
   color: #7900ED;
 }
</style>

background-color css

<style>
 a { background-color: #7900ED; }

 a { background-color: rgb(121,0,237); }

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

border-color css

<style>
 span { border-color: #7900ED; }

 span { border-color: rgb(121,0,237); }

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