Html Css Color HEX #7509F9 Electric Indigo

📋 copy color: '#7509F9'

red 117 ◦ green 9 ◦ blue 249

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

Shades of Electric Indigo #7509F9

Tints of Electric Indigo #7509F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 66.4%

R = 31.2%
G = 2.4%
B = 66.4%

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

#7509F9 (or 0x7509F9) is known color: Electric Indigo. HEX triplet: 75, 09 and F9. RGB value is (117,9,249). Sum of RGB (Red+Green+Blue) = 117+9+249=375 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.2% from 375); Green value is 9 (3.91% from 255 or 2.4% from 375); Blue value is 249 (97.66% from 255 or 66.4% from 375); Max value from RGB is 249 - color contains mainly: blue. Hex color #7509F9 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7509F9 is #8AF606. Grayscale: #434343. Windows color (decimal): -9106951 or 16320885. OLE color: 16320885.

HSL color Cylindrical-coordinate representation of color #7509F9: hue angle of 267º degrees, saturation: 0.95, 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 #7509F9 is Cyan = 0.53, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 117 9 249 -
CMYK 0.53 0.96 0 0.02
HSL 267º 0.95% 0.51% -
HSV(B) 267º 0.96% 0.98% -
XYZ 24.53 10.82 90.42 -
YUV 68.65 229.78 162.49 -
System Red Green Blue C M Y K H S L
Decimal 117 9 249 0.53 0.96 0 0.02 267 0.95 0.51
Hex 75 9 F9 35 60 0 2 10B 5F 33
Octal 165 11 371 65 140 0 2 413 137 63
Binary 1110101 1001 11111001 110101 1100000 0 10 100001011 1011111 110011

Color Harmonies of #7509F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7509F9

Black with #7509F9

Text Example


Text Example

White with #7509F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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