#7801F8

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

Shades of Electric Indigo #7801F8

Tints of Electric Indigo #7801F8

Color information

#7801F8 (or 0x7801F8) is unknown color: approx Electric Indigo. HEX triplet: 78, 01 and F8. RGB value is (120,1,248). Sum of RGB (Red+Green+Blue) = 120+1+248=369 (48% of max value = 765). Red value is 120 (47.27% from 255 or 32.52% from 369); Green value is 1 (0.78% from 255 or 0.27% from 369); Blue value is 248 (97.27% from 255 or 67.21% from 369); Max value from RGB is 248 - color contains mainly: blue. Hex color #7801F8 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7801F8 is #87FE07. Grayscale: #3F3F3F. Windows color (decimal): -8912392 or 16253304. OLE color: 16253304.

HSL color Cylindrical-coordinate representation of color #7801F8: hue angle of 268.91º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7801F8 is Cyan = 0.52, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB1201248-
CMYK0.521.0000.03
HSL268.91º99.2%48.82%-
HSV(B)268.91º99.6%97.25%-
XYZ24.710.7989.59-
YUV64.74231.42167.42-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 32.52%
GREEN value IS 1 (0.78% from 255) = 0.27%
BLUE value IS 248 (97.27% from 255) = 67.21%
R=32.52%
G=0.27%
B=67.21%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 1.00
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal12012480.521.0000.03268.9199.248.82
Hex781F834640310d6331
Octal1701370641440341514361
Binary111100011111100011010011001000111000011011100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7801F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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