#7818F8

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

Shades of Electric Indigo #7818F8

Tints of Electric Indigo #7818F8

Color information

#7818F8 (or 0x7818F8) is unknown color: approx Electric Indigo. HEX triplet: 78, 18 and F8. RGB value is (120,24,248). Sum of RGB (Red+Green+Blue) = 120+24+248=392 (51% of max value = 765). Red value is 120 (47.27% from 255 or 30.61% from 392); Green value is 24 (9.77% from 255 or 6.12% from 392); Blue value is 248 (97.27% from 255 or 63.27% from 392); Max value from RGB is 248 - color contains mainly: blue. Hex color #7818F8 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7818F8 is #87E707. Grayscale: #4D4D4D. Windows color (decimal): -8906504 or 16259192. OLE color: 16259192.

HSL color Cylindrical-coordinate representation of color #7818F8: hue angle of 265.71º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7818F8 is Cyan = 0.52, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB12024248-
CMYK0.520.9000.03
HSL265.71º94.12%53.33%-
HSV(B)265.71º90.32%97.25%-
XYZ25.0211.4289.69-
YUV78.24223.8157.79-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 30.61%
GREEN value IS 24 (9.77% from 255) = 6.12%
BLUE value IS 248 (97.27% from 255) = 63.27%
R=30.61%
G=6.12%
B=63.27%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal120242480.520.9000.03265.7194.1253.33
Hex7818F8345A0310a5e35
Octal17030370641320341213665
Binary1111000110001111100011010010110100111000010101011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7818F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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