Html Css Color HEX #7509E6 Electric Indigo

📋 copy color: '#7509E6'

red 117 ◦ green 9 ◦ blue 230

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

Shades of Electric Indigo #7509E6

Tints of Electric Indigo #7509E6

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.53%

 BLUE value IS 230 (90.23% from 255) = 64.61%

R = 32.87%
G = 2.53%
B = 64.61%

CMYK

 C value IS 0.49

 M value IS 0.96

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#7509E6 (or 0x7509E6) is known color: Electric Indigo. HEX triplet: 75, 09 and E6. RGB value is (117,9,230). Sum of RGB (Red+Green+Blue) = 117+9+230=356 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.87% from 356); Green value is 9 (3.91% from 255 or 2.53% from 356); Blue value is 230 (90.23% from 255 or 64.61% from 356); Max value from RGB is 230 - color contains mainly: blue. Hex color #7509E6 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7509E6 is #8AF619. Grayscale: #414141. Windows color (decimal): -9106970 or 15075701. OLE color: 15075701.

HSL color Cylindrical-coordinate representation of color #7509E6: hue angle of 269.32º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7509E6 is Cyan = 0.49, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 117 9 230 -
CMYK 0.49 0.96 0 0.10
HSL 269.32º 0.92% 0.47% -
HSV(B) 269.32º 0.96% 0.9% -
XYZ 21.72 9.69 75.59 -
YUV 66.49 220.28 164.03 -
System Red Green Blue C M Y K H S L
Decimal 117 9 230 0.49 0.96 0 0.10 269.32 0.92 0.47
Hex 75 9 E6 31 60 0 A 10D 5C 2F
Octal 165 11 346 61 140 0 12 415 134 57
Binary 1110101 1001 11100110 110001 1100000 0 1010 100001101 1011100 101111

Color Harmonies of #7509E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7509E6

Black with #7509E6

Text Example


Text Example

White with #7509E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7509E6; }

 p { color: rgb(117,9,230); }

 H1.HeaderClassName
 {
   color: #7509E6;
 }
 .AnyTagClassName
 {
   color: #7509E6;
 }
</style>

background-color css

<style>
 a { background-color: #7509E6; }

 a { background-color: rgb(117,9,230); }

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

border-color css

<style>
 span { border-color: #7509E6; }

 span { border-color: rgb(117,9,230); }

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