Html Css Color HEX #780EFE Electric Indigo

📋 copy color: '#780EFE'

red 120 ◦ green 14 ◦ blue 254

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

Shades of Electric Indigo #780EFE

Tints of Electric Indigo #780EFE

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.61%

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

R = 30.93%
G = 3.61%
B = 65.46%

CMYK

 C value IS 0.53

 M value IS 0.94

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#780EFE (or 0x780EFE) is known color: Electric Indigo. HEX triplet: 78, 0E and FE. RGB value is (120,14,254). Sum of RGB (Red+Green+Blue) = 120+14+254=388 (51% of max value = 765). Red value is 120 (47.27% from 255 or 30.93% from 388); Green value is 14 (5.86% from 255 or 3.61% from 388); Blue value is 254 (99.61% from 255 or 65.46% from 388); Max value from RGB is 254 - color contains mainly: blue. Hex color #780EFE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #780EFE is #87F101. Grayscale: #484848. Windows color (decimal): -8909058 or 16649848. OLE color: 16649848.

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

Color convert

RGB 120 14 254 -
CMYK 0.53 0.94 0 0.00
HSL 266.5º 0.99% 0.53% -
HSV(B) 266.5º 0.94% 1% -
XYZ 25.79 11.46 94.62 -
YUV 73.05 230.12 161.49 -
System Red Green Blue C M Y K H S L
Decimal 120 14 254 0.53 0.94 0 0.00 266.5 0.99 0.53
Hex 78 E FE 35 5E 0 0 10A 63 35
Octal 170 16 376 65 136 0 0 412 143 65
Binary 1111000 1110 11111110 110101 1011110 0 0 100001010 1100011 110101

Color Harmonies of #780EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780EFE

Black with #780EFE

Text Example


Text Example

White with #780EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #780EFE; }

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

 H1.HeaderClassName
 {
   color: #780EFE;
 }
 .AnyTagClassName
 {
   color: #780EFE;
 }
</style>

background-color css

<style>
 a { background-color: #780EFE; }

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

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

border-color css

<style>
 span { border-color: #780EFE; }

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

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