#7C0FF8

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

Shades of Electric Indigo #7C0FF8

Tints of Electric Indigo #7C0FF8

Color information

#7C0FF8 (or 0x7C0FF8) is unknown color: approx Electric Indigo. HEX triplet: 7C, 0F and F8. RGB value is (124,15,248). Sum of RGB (Red+Green+Blue) = 124+15+248=387 (51% of max value = 765). Red value is 124 (48.83% from 255 or 32.04% from 387); Green value is 15 (6.25% from 255 or 3.88% from 387); Blue value is 248 (97.27% from 255 or 64.08% from 387); Max value from RGB is 248 - color contains mainly: blue. Hex color #7C0FF8 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7C0FF8 is #83F007. Grayscale: #494949. Windows color (decimal): -8646664 or 16256892. OLE color: 16256892.

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

Color convert

RGB12415248-
CMYK0.50.9400.03
HSL268.07º94.33%51.57%-
HSV(B)268.07º93.95%97.25%-
XYZ25.4311.489.67-
YUV74.15226.11163.55-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 32.04%
GREEN value IS 15 (6.25% from 255) = 3.88%
BLUE value IS 248 (97.27% from 255) = 64.08%
R=32.04%
G=3.88%
B=64.08%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal124152480.50.9400.03268.0794.3351.57
Hex7CFF8325E0310c5e34
Octal17417370621360341413664
Binary111110011111111100011001010111100111000011001011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C0FF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,15,248); }

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

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

 a { background-color: rgb(124,15,248); }

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

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

 span { border-color: rgb(124,15,248); }

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