Html Css Color HEX #7911FE Electric Indigo

📋 copy color: '#7911FE'

red 121 ◦ green 17 ◦ blue 254

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

Shades of Electric Indigo #7911FE

Tints of Electric Indigo #7911FE

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.34%

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

R = 30.87%
G = 4.34%
B = 64.8%

CMYK

 C value IS 0.52

 M value IS 0.93

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#7911FE (or 0x7911FE) is known color: Electric Indigo. HEX triplet: 79, 11 and FE. RGB value is (121,17,254). Sum of RGB (Red+Green+Blue) = 121+17+254=392 (51% of max value = 765). Red value is 121 (47.66% from 255 or 30.87% from 392); Green value is 17 (7.03% from 255 or 4.34% from 392); Blue value is 254 (99.61% from 255 or 64.80% from 392); Max value from RGB is 254 - color contains mainly: blue. Hex color #7911FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7911FE is #86EE01. Grayscale: #4A4A4A. Windows color (decimal): -8842754 or 16650617. OLE color: 16650617.

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

Color convert

RGB 121 17 254 -
CMYK 0.52 0.93 0 0.00
HSL 266.33º 0.99% 0.53% -
HSV(B) 266.33º 0.93% 1% -
XYZ 25.98 11.62 94.64 -
YUV 75.11 228.96 160.73 -
System Red Green Blue C M Y K H S L
Decimal 121 17 254 0.52 0.93 0 0.00 266.33 0.99 0.53
Hex 79 11 FE 34 5D 0 0 10A 63 35
Octal 171 21 376 64 135 0 0 412 143 65
Binary 1111001 10001 11111110 110100 1011101 0 0 100001010 1100011 110101

Color Harmonies of #7911FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7911FE

Black with #7911FE

Text Example


Text Example

White with #7911FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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