Html Css Color HEX #7504EC Electric Indigo

📋 copy color: '#7504EC'

red 117 ◦ green 4 ◦ blue 236

#7504EC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Electric Indigo #7504EC

Tints of Electric Indigo #7504EC

RGB

 RED value IS 117 (46.09% from 255) = 32.77%

 GREEN value IS 4 (1.95% from 255) = 1.12%

 BLUE value IS 236 (92.58% from 255) = 66.11%

R = 32.77%
G = 1.12%
B = 66.11%

CMYK

 C value IS 0.50

 M value IS 0.98

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7504EC (or 0x7504EC) is known color: Electric Indigo. HEX triplet: 75, 04 and EC. RGB value is (117,4,236). Sum of RGB (Red+Green+Blue) = 117+4+236=357 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.77% from 357); Green value is 4 (1.95% from 255 or 1.12% from 357); Blue value is 236 (92.58% from 255 or 66.11% from 357); Max value from RGB is 236 - color contains mainly: blue. Hex color #7504EC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7504EC is #8AFB13. Grayscale: #3F3F3F. Windows color (decimal): -9108244 or 15467637. OLE color: 15467637.

HSL color Cylindrical-coordinate representation of color #7504EC: hue angle of 269.22º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7504EC is Cyan = 0.50, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 117 4 236 -
CMYK 0.50 0.98 0 0.07
HSL 269.22º 0.97% 0.47% -
HSV(B) 269.22º 0.98% 0.93% -
XYZ 22.52 9.92 80.09 -
YUV 64.24 224.94 165.64 -
System Red Green Blue C M Y K H S L
Decimal 117 4 236 0.50 0.98 0 0.07 269.22 0.97 0.47
Hex 75 4 EC 32 62 0 7 10D 61 2F
Octal 165 4 354 62 142 0 7 415 141 57
Binary 1110101 100 11101100 110010 1100010 0 111 100001101 1100001 101111

Color Harmonies of #7504EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7504EC

Black with #7504EC

Text Example


Text Example

White with #7504EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7504EC; }

 p { color: rgb(117,4,236); }

 H1.HeaderClassName
 {
   color: #7504EC;
 }
 .AnyTagClassName
 {
   color: #7504EC;
 }
</style>

background-color css

<style>
 a { background-color: #7504EC; }

 a { background-color: rgb(117,4,236); }

 div.DivClassName
 {
   background-color: #7504EC;
 }
 .BgClassName
 {
   background-color: #7504EC;
 }
</style>

border-color css

<style>
 span { border-color: #7504EC; }

 span { border-color: rgb(117,4,236); }

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