Html Css Color HEX #7D09FF Electric Indigo

📋 copy color: '#7D09FF'

red 125 ◦ green 9 ◦ blue 255

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

Shades of Electric Indigo #7D09FF

Tints of Electric Indigo #7D09FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 65.55%

R = 32.13%
G = 2.31%
B = 65.55%

CMYK

 C value IS 0.51

 M value IS 0.96

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#7D09FF (or 0x7D09FF) is known color: Electric Indigo. HEX triplet: 7D, 09 and FF. RGB value is (125,9,255). Sum of RGB (Red+Green+Blue) = 125+9+255=389 (51% of max value = 765). Red value is 125 (49.22% from 255 or 32.13% from 389); Green value is 9 (3.91% from 255 or 2.31% from 389); Blue value is 255 (100% from 255 or 65.55% from 389); Max value from RGB is 255 - color contains mainly: blue. Hex color #7D09FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7D09FF is #82F600. Grayscale: #464646. Windows color (decimal): -8582657 or 16714109. OLE color: 16714109.

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

Color convert

RGB 125 9 255 -
CMYK 0.51 0.96 0 0
HSL 268.29º 1% 0.52% -
HSV(B) 268.29º 0.96% 1% -
XYZ 26.61 11.78 95.48 -
YUV 71.73 231.43 166 -
System Red Green Blue C M Y K H S L
Decimal 125 9 255 0.51 0.96 0 0 268.29 1 0.52
Hex 7D 9 FF 33 60 0 0 10C 64 34
Octal 175 11 377 63 140 0 0 414 144 64
Binary 1111101 1001 11111111 110011 1100000 0 0 100001100 1100100 110100

Color Harmonies of #7D09FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D09FF

Black with #7D09FF

Text Example


Text Example

White with #7D09FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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