Html Css Color HEX #7C09FA Electric Indigo

📋 copy color: '#7C09FA'

red 124 ◦ green 9 ◦ blue 250

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

Shades of Electric Indigo #7C09FA

Tints of Electric Indigo #7C09FA

RGB

 RED value IS 124 (48.83% from 255) = 32.38%

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

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

R = 32.38%
G = 2.35%
B = 65.27%

CMYK

 C value IS 0.50

 M value IS 0.96

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7C09FA (or 0x7C09FA) is known color: Electric Indigo. HEX triplet: 7C, 09 and FA. RGB value is (124,9,250). Sum of RGB (Red+Green+Blue) = 124+9+250=383 (50% of max value = 765). Red value is 124 (48.83% from 255 or 32.38% from 383); Green value is 9 (3.91% from 255 or 2.35% from 383); Blue value is 250 (98.05% from 255 or 65.27% from 383); Max value from RGB is 250 - color contains mainly: blue. Hex color #7C09FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7C09FA is #83F605. Grayscale: #464646. Windows color (decimal): -8648198 or 16386428. OLE color: 16386428.

HSL color Cylindrical-coordinate representation of color #7C09FA: hue angle of 268.63º 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 #7C09FA is Cyan = 0.50, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 124 9 250 -
CMYK 0.50 0.96 0 0.02
HSL 268.63º 0.96% 0.51% -
HSV(B) 268.63º 0.96% 0.98% -
XYZ 25.67 11.38 91.29 -
YUV 70.86 229.1 165.9 -
System Red Green Blue C M Y K H S L
Decimal 124 9 250 0.50 0.96 0 0.02 268.63 0.96 0.51
Hex 7C 9 FA 32 60 0 2 10D 60 33
Octal 174 11 372 62 140 0 2 415 140 63
Binary 1111100 1001 11111010 110010 1100000 0 10 100001101 1100000 110011

Color Harmonies of #7C09FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C09FA

Black with #7C09FA

Text Example


Text Example

White with #7C09FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7C09FA; }

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

 H1.HeaderClassName
 {
   color: #7C09FA;
 }
 .AnyTagClassName
 {
   color: #7C09FA;
 }
</style>

background-color css

<style>
 a { background-color: #7C09FA; }

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

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

border-color css

<style>
 span { border-color: #7C09FA; }

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

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