#7506fe

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

Shades of Electric Indigo #7506FE

Tints of Electric Indigo #7506FE

Color information

#7506FE (or 0x7506FE) is unknown color: approx Electric Indigo. HEX triplet: 75, 06 and FE. RGB value is (117,6,254). Sum of RGB (Red+Green+Blue) = 117+6+254=377 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.03% from 377); Green value is 6 (2.73% from 255 or 1.59% from 377); Blue value is 254 (99.61% from 255 or 67.37% from 377); Max value from RGB is 254 - color contains mainly: blue. Hex color #7506FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7506FE is #8AF901. Grayscale: #424242. Windows color (decimal): -9107714 or 16647797. OLE color: 16647797.

HSL color Cylindrical-coordinate representation of color #7506FE: hue angle of 266.85º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7506FE is Cyan = 0.54, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB1176254-
CMYK0.540.9800.00
HSL266.85º99.2%50.98%-
HSV(B)266.85º97.64%99.61%-
XYZ25.2911.0794.57-
YUV67.46233.27163.33-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 31.03%
GREEN value IS 6 (2.73% from 255) = 1.59%
BLUE value IS 254 (99.61% from 255) = 67.37%
R=31.03%
G=1.59%
B=67.37%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal11762540.540.9800.00266.8599.250.98
Hex756FE36620010b6333
Octal1656376661420041314363
Binary1110101110111111101101101100010001000010111100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7506fe

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7506fe; }

 p { color: rgb(117,6,254); }

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

<style>
 a { background-color: #7506fe; }

 a { background-color: rgb(117,6,254); }

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

<style>
 span { border-color: #7506fe; }

 span { border-color: rgb(117,6,254); }

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