Html Css Color HEX #7D09FC Electric Indigo

📋 copy color: '#7D09FC'

red 125 ◦ green 9 ◦ blue 252

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

Shades of Electric Indigo #7D09FC

Tints of Electric Indigo #7D09FC

RGB

 RED value IS 125 (49.22% from 255) = 32.38%

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

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

R = 32.38%
G = 2.33%
B = 65.28%

CMYK

 C value IS 0.50

 M value IS 0.96

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7D09FC (or 0x7D09FC) is known color: Electric Indigo. HEX triplet: 7D, 09 and FC. RGB value is (125,9,252). Sum of RGB (Red+Green+Blue) = 125+9+252=386 (51% of max value = 765). Red value is 125 (49.22% from 255 or 32.38% from 386); Green value is 9 (3.91% from 255 or 2.33% from 386); Blue value is 252 (98.83% from 255 or 65.28% from 386); Max value from RGB is 252 - color contains mainly: blue. Hex color #7D09FC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7D09FC is #82F603. Grayscale: #464646. Windows color (decimal): -8582660 or 16517501. OLE color: 16517501.

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

Color convert

RGB 125 9 252 -
CMYK 0.50 0.96 0 0.01
HSL 268.64º 0.98% 0.51% -
HSV(B) 268.64º 0.96% 0.99% -
XYZ 26.13 11.58 92.95 -
YUV 71.39 229.93 166.24 -
System Red Green Blue C M Y K H S L
Decimal 125 9 252 0.50 0.96 0 0.01 268.64 0.98 0.51
Hex 7D 9 FC 32 60 0 1 10D 62 33
Octal 175 11 374 62 140 0 1 415 142 63
Binary 1111101 1001 11111100 110010 1100000 0 1 100001101 1100010 110011

Color Harmonies of #7D09FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D09FC

Black with #7D09FC

Text Example


Text Example

White with #7D09FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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