Html Css Color HEX #7609ED Electric Indigo

📋 copy color: '#7609ED'

red 118 ◦ green 9 ◦ blue 237

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

Shades of Electric Indigo #7609ED

Tints of Electric Indigo #7609ED

RGB

 RED value IS 118 (46.48% from 255) = 32.42%

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

 BLUE value IS 237 (92.97% from 255) = 65.11%

R = 32.42%
G = 2.47%
B = 65.11%

CMYK

 C value IS 0.50

 M value IS 0.96

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7609ED (or 0x7609ED) is known color: Electric Indigo. HEX triplet: 76, 09 and ED. RGB value is (118,9,237). Sum of RGB (Red+Green+Blue) = 118+9+237=364 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.42% from 364); Green value is 9 (3.91% from 255 or 2.47% from 364); Blue value is 237 (92.97% from 255 or 65.11% from 364); Max value from RGB is 237 - color contains mainly: blue. Hex color #7609ED is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7609ED is #89F612. Grayscale: #424242. Windows color (decimal): -9041427 or 15534454. OLE color: 15534454.

HSL color Cylindrical-coordinate representation of color #7609ED: hue angle of 268.68º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7609ED is Cyan = 0.50, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 118 9 237 -
CMYK 0.50 0.96 0 0.07
HSL 268.68º 0.93% 0.48% -
HSV(B) 268.68º 0.96% 0.93% -
XYZ 22.85 10.16 80.88 -
YUV 67.58 223.61 163.96 -
System Red Green Blue C M Y K H S L
Decimal 118 9 237 0.50 0.96 0 0.07 268.68 0.93 0.48
Hex 76 9 ED 32 60 0 7 10D 5D 30
Octal 166 11 355 62 140 0 7 415 135 60
Binary 1110110 1001 11101101 110010 1100000 0 111 100001101 1011101 110000

Color Harmonies of #7609ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7609ED

Black with #7609ED

Text Example


Text Example

White with #7609ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7609ED; }

 p { color: rgb(118,9,237); }

 H1.HeaderClassName
 {
   color: #7609ED;
 }
 .AnyTagClassName
 {
   color: #7609ED;
 }
</style>

background-color css

<style>
 a { background-color: #7609ED; }

 a { background-color: rgb(118,9,237); }

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

border-color css

<style>
 span { border-color: #7609ED; }

 span { border-color: rgb(118,9,237); }

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