#7801FE

Color #7801FE Electric Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Electric Indigo #7801FE

Tints of Electric Indigo #7801FE

Color information

#7801FE (or 0x7801FE) is unknown color: approx Electric Indigo. HEX triplet: 78, 01 and FE. RGB value is (120,1,254). Sum of RGB (Red+Green+Blue) = 120+1+254=375 (49% of max value = 765). Red value is 120 (47.27% from 255 or 32% from 375); Green value is 1 (0.78% from 255 or 0.27% from 375); Blue value is 254 (99.61% from 255 or 67.73% from 375); Max value from RGB is 254 - color contains mainly: blue. Hex color #7801FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7801FE is #87FE01. Grayscale: #404040. Windows color (decimal): -8912386 or 16646520. OLE color: 16646520.

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

Color convert

RGB1201254-
CMYK0.531.0000.00
HSL268.22º99.22%50%-
HSV(B)268.22º99.61%99.61%-
XYZ25.6511.1794.57-
YUV65.42234.42166.93-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 32%
GREEN value IS 1 (0.78% from 255) = 0.27%
BLUE value IS 254 (99.61% from 255) = 67.73%
R=32%
G=0.27%
B=67.73%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 1.00
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal12012540.531.0000.00268.2299.2250
Hex781FE35640010c6332
Octal1701376651440041414362
Binary11110001111111101101011100100001000011001100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7801FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #7801FE;
 }
 .AnyTagClassName
 {
   color: #7801FE;
 }
</style>
background-color css

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

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

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

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

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

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