Html Css Color HEX #7905ED Electric Indigo

📋 copy color: '#7905ED'

red 121 ◦ green 5 ◦ blue 237

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

Shades of Electric Indigo #7905ED

Tints of Electric Indigo #7905ED

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.38%

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

R = 33.33%
G = 1.38%
B = 65.29%

CMYK

 C value IS 0.49

 M value IS 0.98

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7905ED (or 0x7905ED) is known color: Electric Indigo. HEX triplet: 79, 05 and ED. RGB value is (121,5,237). Sum of RGB (Red+Green+Blue) = 121+5+237=363 (48% of max value = 765). Red value is 121 (47.66% from 255 or 33.33% from 363); Green value is 5 (2.34% from 255 or 1.38% from 363); Blue value is 237 (92.97% from 255 or 65.29% from 363); Max value from RGB is 237 - color contains mainly: blue. Hex color #7905ED is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7905ED is #86FA12. Grayscale: #414141. Windows color (decimal): -8845843 or 15533433. OLE color: 15533433.

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

Color convert

RGB 121 5 237 -
CMYK 0.49 0.98 0 0.07
HSL 270º 0.96% 0.47% -
HSV(B) 270º 0.98% 0.93% -
XYZ 23.23 10.29 80.88 -
YUV 66.13 224.43 167.14 -
System Red Green Blue C M Y K H S L
Decimal 121 5 237 0.49 0.98 0 0.07 270 0.96 0.47
Hex 79 5 ED 31 62 0 7 10E 60 2F
Octal 171 5 355 61 142 0 7 416 140 57
Binary 1111001 101 11101101 110001 1100010 0 111 100001110 1100000 101111

Color Harmonies of #7905ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7905ED

Black with #7905ED

Text Example


Text Example

White with #7905ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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