Html Css Color HEX #7C09FC Electric Indigo

📋 copy color: '#7C09FC'

red 124 ◦ green 9 ◦ blue 252

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

Shades of Electric Indigo #7C09FC

Tints of Electric Indigo #7C09FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 65.45%

R = 32.21%
G = 2.34%
B = 65.45%

CMYK

 C value IS 0.51

 M value IS 0.96

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7C09FC (or 0x7C09FC) is known color: Electric Indigo. HEX triplet: 7C, 09 and FC. RGB value is (124,9,252). Sum of RGB (Red+Green+Blue) = 124+9+252=385 (50% of max value = 765). Red value is 124 (48.83% from 255 or 32.21% from 385); Green value is 9 (3.91% from 255 or 2.34% from 385); Blue value is 252 (98.83% from 255 or 65.45% from 385); Max value from RGB is 252 - color contains mainly: blue. Hex color #7C09FC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7C09FC is #83F603. Grayscale: #464646. Windows color (decimal): -8648196 or 16517500. OLE color: 16517500.

HSL color Cylindrical-coordinate representation of color #7C09FC: hue angle of 268.4º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7C09FC is Cyan = 0.51, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 124 9 252 -
CMYK 0.51 0.96 0 0.01
HSL 268.4º 0.98% 0.51% -
HSV(B) 268.4º 0.96% 0.99% -
XYZ 25.98 11.51 92.95 -
YUV 71.09 230.1 165.74 -
System Red Green Blue C M Y K H S L
Decimal 124 9 252 0.51 0.96 0 0.01 268.4 0.98 0.51
Hex 7C 9 FC 33 60 0 1 10C 62 33
Octal 174 11 374 63 140 0 1 414 142 63
Binary 1111100 1001 11111100 110011 1100000 0 1 100001100 1100010 110011

Color Harmonies of #7C09FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C09FC

Black with #7C09FC

Text Example


Text Example

White with #7C09FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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