#7C00EE

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

Shades of Electric Indigo #7C00EE

Tints of Electric Indigo #7C00EE

Color information

#7C00EE (or 0x7C00EE) is unknown color: approx Electric Indigo. HEX triplet: 7C, 00 and EE. RGB value is (124,0,238). Sum of RGB (Red+Green+Blue) = 124+0+238=362 (47% of max value = 765). Red value is 124 (48.83% from 255 or 34.25% from 362); Green value is 0 (0.39% from 255 or 0% from 362); Blue value is 238 (93.36% from 255 or 65.75% from 362); Max value from RGB is 238 - color contains mainly: blue. Hex color #7C00EE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7C00EE is #83FF11. Grayscale: #3F3F3F. Windows color (decimal): -8650514 or 15597692. OLE color: 15597692.

HSL color Cylindrical-coordinate representation of color #7C00EE: hue angle of 271.26º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7C00EE is Cyan = 0.48, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB1240238-
CMYK0.48100.07
HSL271.26º100%46.67%-
HSV(B)271.26º100%93.33%-
XYZ23.7410.4681.66-
YUV64.21226.08170.65-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 34.25%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 238 (93.36% from 255) = 65.75%
R=34.25%
G=0%
B=65.75%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal12402380.48100.07271.2610046.67
Hex7C0EE30640710f642f
Octal1740356601440741714457
Binary1111100011101110110000110010001111000011111100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C00EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7C00EE; }

 p { color: rgb(124,0,238); }

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

<style>
 a { background-color: #7C00EE; }

 a { background-color: rgb(124,0,238); }

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

<style>
 span { border-color: #7C00EE; }

 span { border-color: rgb(124,0,238); }

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