Html Css Color HEX #7509E9 Electric Indigo

📋 copy color: '#7509E9'

red 117 ◦ green 9 ◦ blue 233

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

Shades of Electric Indigo #7509E9

Tints of Electric Indigo #7509E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 64.9%

R = 32.59%
G = 2.51%
B = 64.9%

CMYK

 C value IS 0.50

 M value IS 0.96

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#7509E9 (or 0x7509E9) is known color: Electric Indigo. HEX triplet: 75, 09 and E9. RGB value is (117,9,233). Sum of RGB (Red+Green+Blue) = 117+9+233=359 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.59% from 359); Green value is 9 (3.91% from 255 or 2.51% from 359); Blue value is 233 (91.41% from 255 or 64.90% from 359); Max value from RGB is 233 - color contains mainly: blue. Hex color #7509E9 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7509E9 is #8AF616. Grayscale: #424242. Windows color (decimal): -9106967 or 15272309. OLE color: 15272309.

HSL color Cylindrical-coordinate representation of color #7509E9: hue angle of 268.93º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7509E9 is Cyan = 0.50, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 117 9 233 -
CMYK 0.50 0.96 0 0.09
HSL 268.93º 0.93% 0.47% -
HSV(B) 268.93º 0.96% 0.91% -
XYZ 22.14 9.86 77.83 -
YUV 66.83 221.78 163.79 -
System Red Green Blue C M Y K H S L
Decimal 117 9 233 0.50 0.96 0 0.09 268.93 0.93 0.47
Hex 75 9 E9 32 60 0 9 10D 5D 2F
Octal 165 11 351 62 140 0 11 415 135 57
Binary 1110101 1001 11101001 110010 1100000 0 1001 100001101 1011101 101111

Color Harmonies of #7509E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7509E9

Black with #7509E9

Text Example


Text Example

White with #7509E9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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