Html Css Color HEX #7509FA Electric Indigo

📋 copy color: '#7509FA'

red 117 ◦ green 9 ◦ blue 250

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

Shades of Electric Indigo #7509FA

Tints of Electric Indigo #7509FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 66.49%

R = 31.12%
G = 2.39%
B = 66.49%

CMYK

 C value IS 0.53

 M value IS 0.96

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7509FA (or 0x7509FA) is known color: Electric Indigo. HEX triplet: 75, 09 and FA. RGB value is (117,9,250). Sum of RGB (Red+Green+Blue) = 117+9+250=376 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.12% from 376); Green value is 9 (3.91% from 255 or 2.39% from 376); Blue value is 250 (98.05% from 255 or 66.49% from 376); Max value from RGB is 250 - color contains mainly: blue. Hex color #7509FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7509FA is #8AF605. Grayscale: #434343. Windows color (decimal): -9106950 or 16386421. OLE color: 16386421.

HSL color Cylindrical-coordinate representation of color #7509FA: hue angle of 266.89º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7509FA is Cyan = 0.53, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 117 9 250 -
CMYK 0.53 0.96 0 0.02
HSL 266.89º 0.96% 0.51% -
HSV(B) 266.89º 0.96% 0.98% -
XYZ 24.69 10.88 91.24 -
YUV 68.77 230.28 162.4 -
System Red Green Blue C M Y K H S L
Decimal 117 9 250 0.53 0.96 0 0.02 266.89 0.96 0.51
Hex 75 9 FA 35 60 0 2 10B 60 33
Octal 165 11 372 65 140 0 2 413 140 63
Binary 1110101 1001 11111010 110101 1100000 0 10 100001011 1100000 110011

Color Harmonies of #7509FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7509FA

Black with #7509FA

Text Example


Text Example

White with #7509FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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