#750EF8

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

Shades of Electric Indigo #750EF8

Tints of Electric Indigo #750EF8

Color information

#750EF8 (or 0x750EF8) is unknown color: approx Electric Indigo. HEX triplet: 75, 0E and F8. RGB value is (117,14,248). Sum of RGB (Red+Green+Blue) = 117+14+248=379 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.87% from 379); Green value is 14 (5.86% from 255 or 3.69% from 379); Blue value is 248 (97.27% from 255 or 65.44% from 379); Max value from RGB is 248 - color contains mainly: blue. Hex color #750EF8 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #750EF8 is #8AF107. Grayscale: #464646. Windows color (decimal): -9105672 or 16256629. OLE color: 16256629.

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

Color convert

RGB11714248-
CMYK0.530.9400.03
HSL266.41º94.35%51.37%-
HSV(B)266.41º94.35%97.25%-
XYZ24.4410.8789.62-
YUV71.47227.62160.47-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 30.87%
GREEN value IS 14 (5.86% from 255) = 3.69%
BLUE value IS 248 (97.27% from 255) = 65.44%
R=30.87%
G=3.69%
B=65.44%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal117142480.530.9400.03266.4194.3551.37
Hex75EF8355E0310a5e33
Octal16516370651360341213663
Binary111010111101111100011010110111100111000010101011110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750EF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #750EF8; }

 p { color: rgb(117,14,248); }

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

<style>
 a { background-color: #750EF8; }

 a { background-color: rgb(117,14,248); }

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

<style>
 span { border-color: #750EF8; }

 span { border-color: rgb(117,14,248); }

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