Html Css Color HEX #7814FE Electric Indigo

📋 copy color: '#7814FE'

red 120 ◦ green 20 ◦ blue 254

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

Shades of Electric Indigo #7814FE

Tints of Electric Indigo #7814FE

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.08%

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

R = 30.46%
G = 5.08%
B = 64.47%

CMYK

 C value IS 0.53

 M value IS 0.92

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#7814FE (or 0x7814FE) is known color: Electric Indigo. HEX triplet: 78, 14 and FE. RGB value is (120,20,254). Sum of RGB (Red+Green+Blue) = 120+20+254=394 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.46% from 394); Green value is 20 (8.20% from 255 or 5.08% from 394); Blue value is 254 (99.61% from 255 or 64.47% from 394); Max value from RGB is 254 - color contains mainly: blue. Hex color #7814FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7814FE is #87EB01. Grayscale: #4B4B4B. Windows color (decimal): -8907522 or 16651384. OLE color: 16651384.

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

Color convert

RGB 120 20 254 -
CMYK 0.53 0.92 0 0.00
HSL 265.64º 0.99% 0.54% -
HSV(B) 265.64º 0.92% 1% -
XYZ 25.89 11.65 94.65 -
YUV 76.58 228.13 158.97 -
System Red Green Blue C M Y K H S L
Decimal 120 20 254 0.53 0.92 0 0.00 265.64 0.99 0.54
Hex 78 14 FE 35 5C 0 0 10A 63 36
Octal 170 24 376 65 134 0 0 412 143 66
Binary 1111000 10100 11111110 110101 1011100 0 0 100001010 1100011 110110

Color Harmonies of #7814FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7814FE

Black with #7814FE

Text Example


Text Example

White with #7814FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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