Html Css Color HEX #7811FE Electric Indigo

📋 copy color: '#7811FE'

red 120 ◦ green 17 ◦ blue 254

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

Shades of Electric Indigo #7811FE

Tints of Electric Indigo #7811FE

RGB

 RED value IS 120 (47.27% from 255) = 30.69%

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

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

R = 30.69%
G = 4.35%
B = 64.96%

CMYK

 C value IS 0.53

 M value IS 0.93

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#7811FE (or 0x7811FE) is known color: Electric Indigo. HEX triplet: 78, 11 and FE. RGB value is (120,17,254). Sum of RGB (Red+Green+Blue) = 120+17+254=391 (51% of max value = 765). Red value is 120 (47.27% from 255 or 30.69% from 391); Green value is 17 (7.03% from 255 or 4.35% 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 #7811FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7811FE is #87EE01. Grayscale: #494949. Windows color (decimal): -8908290 or 16650616. OLE color: 16650616.

HSL color Cylindrical-coordinate representation of color #7811FE: hue angle of 266.08º 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 #7811FE is Cyan = 0.53, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 120 17 254 -
CMYK 0.53 0.93 0 0.00
HSL 266.08º 0.99% 0.53% -
HSV(B) 266.08º 0.93% 1% -
XYZ 25.84 11.55 94.63 -
YUV 74.82 229.12 160.23 -
System Red Green Blue C M Y K H S L
Decimal 120 17 254 0.53 0.93 0 0.00 266.08 0.99 0.53
Hex 78 11 FE 35 5D 0 0 10A 63 35
Octal 170 21 376 65 135 0 0 412 143 65
Binary 1111000 10001 11111110 110101 1011101 0 0 100001010 1100011 110101

Color Harmonies of #7811FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7811FE

Black with #7811FE

Text Example


Text Example

White with #7811FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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