#7508E9

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

Shades of Electric Indigo #7508E9

Tints of Electric Indigo #7508E9

Color information

#7508E9 (or 0x7508E9) is unknown color: approx Electric Indigo. HEX triplet: 75, 08 and E9. RGB value is (117,8,233). Sum of RGB (Red+Green+Blue) = 117+8+233=358 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.68% from 358); Green value is 8 (3.52% from 255 or 2.23% from 358); Blue value is 233 (91.41% from 255 or 65.08% from 358); Max value from RGB is 233 - color contains mainly: blue. Hex color #7508E9 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7508E9 is #8AF716. Grayscale: #414141. Windows color (decimal): -9107223 or 15272053. OLE color: 15272053.

HSL color Cylindrical-coordinate representation of color #7508E9: hue angle of 269.07º 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 #7508E9 is Cyan = 0.50, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB1178233-
CMYK0.500.9700.09
HSL269.07º93.36%47.25%-
HSV(B)269.07º96.57%91.37%-
XYZ22.139.8477.82-
YUV66.24222.11164.2-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 32.68%
GREEN value IS 8 (3.52% from 255) = 2.23%
BLUE value IS 233 (91.41% from 255) = 65.08%
R=32.68%
G=2.23%
B=65.08%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal11782330.500.9700.09269.0793.3647.25
Hex758E932610910d5d2f
Octal165103516214101141513557
Binary11101011000111010011100101100001010011000011011011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7508E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7508E9; }

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

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

<style>
 a { background-color: #7508E9; }

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

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

<style>
 span { border-color: #7508E9; }

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

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