#7812EE

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

Shades of Electric Indigo #7812EE

Tints of Electric Indigo #7812EE

Color information

#7812EE (or 0x7812EE) is unknown color: approx Electric Indigo. HEX triplet: 78, 12 and EE. RGB value is (120,18,238). Sum of RGB (Red+Green+Blue) = 120+18+238=376 (49% of max value = 765). Red value is 120 (47.27% from 255 or 31.91% from 376); Green value is 18 (7.42% from 255 or 4.79% from 376); Blue value is 238 (93.36% from 255 or 63.30% from 376); Max value from RGB is 238 - color contains mainly: blue. Hex color #7812EE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7812EE is #87ED11. Grayscale: #484848. Windows color (decimal): -8908050 or 15602296. OLE color: 15602296.

HSL color Cylindrical-coordinate representation of color #7812EE: hue angle of 267.82º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7812EE is Cyan = 0.50, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB12018238-
CMYK0.500.9200.07
HSL267.82º86.61%50.2%-
HSV(B)267.82º92.44%93.33%-
XYZ23.3910.681.7-
YUV73.58220.79161.11-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 31.91%
GREEN value IS 18 (7.42% from 255) = 4.79%
BLUE value IS 238 (93.36% from 255) = 63.30%
R=31.91%
G=4.79%
B=63.30%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal120182380.500.9200.07267.8286.6150.2
Hex7812EE325C0710c5732
Octal17022356621340741412762
Binary11110001001011101110110010101110001111000011001010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7812EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7812EE; }

 p { color: rgb(120,18,238); }

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

<style>
 a { background-color: #7812EE; }

 a { background-color: rgb(120,18,238); }

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

<style>
 span { border-color: #7812EE; }

 span { border-color: rgb(120,18,238); }

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