Html Css Color HEX #7910FE Electric Indigo

📋 copy color: '#7910FE'

red 121 ◦ green 16 ◦ blue 254

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

Shades of Electric Indigo #7910FE

Tints of Electric Indigo #7910FE

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.09%

 BLUE value IS 254 (99.61% from 255) = 64.96%

R = 30.95%
G = 4.09%
B = 64.96%

CMYK

 C value IS 0.52

 M value IS 0.94

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#7910FE (or 0x7910FE) is known color: Electric Indigo. HEX triplet: 79, 10 and FE. RGB value is (121,16,254). Sum of RGB (Red+Green+Blue) = 121+16+254=391 (51% of max value = 765). Red value is 121 (47.66% from 255 or 30.95% from 391); Green value is 16 (6.64% from 255 or 4.09% from 391); Blue value is 254 (99.61% from 255 or 64.96% from 391); Max value from RGB is 254 - color contains mainly: blue. Hex color #7910FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7910FE is #86EF01. Grayscale: #494949. Windows color (decimal): -8843010 or 16650361. OLE color: 16650361.

HSL color Cylindrical-coordinate representation of color #7910FE: hue angle of 266.47º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7910FE is Cyan = 0.52, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 121 16 254 -
CMYK 0.52 0.94 0 0.00
HSL 266.47º 0.99% 0.53% -
HSV(B) 266.47º 0.94% 1% -
XYZ 25.96 11.59 94.64 -
YUV 74.53 229.29 161.15 -
System Red Green Blue C M Y K H S L
Decimal 121 16 254 0.52 0.94 0 0.00 266.47 0.99 0.53
Hex 79 10 FE 34 5E 0 0 10A 63 35
Octal 171 20 376 64 136 0 0 412 143 65
Binary 1111001 10000 11111110 110100 1011110 0 0 100001010 1100011 110101

Color Harmonies of #7910FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7910FE

Black with #7910FE

Text Example


Text Example

White with #7910FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7910FE; }

 p { color: rgb(121,16,254); }

 H1.HeaderClassName
 {
   color: #7910FE;
 }
 .AnyTagClassName
 {
   color: #7910FE;
 }
</style>

background-color css

<style>
 a { background-color: #7910FE; }

 a { background-color: rgb(121,16,254); }

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

border-color css

<style>
 span { border-color: #7910FE; }

 span { border-color: rgb(121,16,254); }

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