#7C08E9

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

Shades of Electric Indigo #7C08E9

Tints of Electric Indigo #7C08E9

Color information

#7C08E9 (or 0x7C08E9) is unknown color: approx Electric Indigo. HEX triplet: 7C, 08 and E9. RGB value is (124,8,233). Sum of RGB (Red+Green+Blue) = 124+8+233=365 (48% of max value = 765). Red value is 124 (48.83% from 255 or 33.97% from 365); Green value is 8 (3.52% from 255 or 2.19% from 365); Blue value is 233 (91.41% from 255 or 63.84% from 365); Max value from RGB is 233 - color contains mainly: blue. Hex color #7C08E9 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7C08E9 is #83F716. Grayscale: #434343. Windows color (decimal): -8648471 or 15272060. OLE color: 15272060.

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

Color convert

RGB1248233-
CMYK0.470.9700.09
HSL270.93º93.36%47.25%-
HSV(B)270.93º96.57%91.37%-
XYZ23.1110.3477.87-
YUV68.33220.93167.7-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 33.97%
GREEN value IS 8 (3.52% from 255) = 2.19%
BLUE value IS 233 (91.41% from 255) = 63.84%
R=33.97%
G=2.19%
B=63.84%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal12482330.470.9700.09270.9393.3647.25
Hex7C8E92F610910f5d2f
Octal174103515714101141713557
Binary11111001000111010011011111100001010011000011111011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C08E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,8,233); }

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

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

 a { background-color: rgb(124,8,233); }

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

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

 span { border-color: rgb(124,8,233); }

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