Html Css Color HEX #7609FE Electric Indigo

📋 copy color: '#7609FE'

red 118 ◦ green 9 ◦ blue 254

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

Shades of Electric Indigo #7609FE

Tints of Electric Indigo #7609FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 66.67%

R = 30.97%
G = 2.36%
B = 66.67%

CMYK

 C value IS 0.54

 M value IS 0.96

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#7609FE (or 0x7609FE) is known color: Electric Indigo. HEX triplet: 76, 09 and FE. RGB value is (118,9,254). Sum of RGB (Red+Green+Blue) = 118+9+254=381 (50% of max value = 765). Red value is 118 (46.48% from 255 or 30.97% from 381); Green value is 9 (3.91% from 255 or 2.36% from 381); Blue value is 254 (99.61% from 255 or 66.67% from 381); Max value from RGB is 254 - color contains mainly: blue. Hex color #7609FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7609FE is #89F601. Grayscale: #444444. Windows color (decimal): -9041410 or 16648566. OLE color: 16648566.

HSL color Cylindrical-coordinate representation of color #7609FE: hue angle of 266.69º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7609FE is Cyan = 0.54, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 118 9 254 -
CMYK 0.54 0.96 0 0.00
HSL 266.69º 0.99% 0.52% -
HSV(B) 266.69º 0.96% 1% -
XYZ 25.46 11.2 94.59 -
YUV 69.52 232.11 162.58 -
System Red Green Blue C M Y K H S L
Decimal 118 9 254 0.54 0.96 0 0.00 266.69 0.99 0.52
Hex 76 9 FE 36 60 0 0 10B 63 34
Octal 166 11 376 66 140 0 0 413 143 64
Binary 1110110 1001 11111110 110110 1100000 0 0 100001011 1100011 110100

Color Harmonies of #7609FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7609FE

Black with #7609FE

Text Example


Text Example

White with #7609FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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