Html Css Color HEX #7901F9 Electric Indigo

📋 copy color: '#7901F9'

red 121 ◦ green 1 ◦ blue 249

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

Shades of Electric Indigo #7901F9

Tints of Electric Indigo #7901F9

RGB

 RED value IS 121 (47.66% from 255) = 32.61%

 GREEN value IS 1 (0.78% from 255) = 0.27%

 BLUE value IS 249 (97.66% from 255) = 67.12%

R = 32.61%
G = 0.27%
B = 67.12%

CMYK

 C value IS 0.51

 M value IS 1.00

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7901F9 (or 0x7901F9) is known color: Electric Indigo. HEX triplet: 79, 01 and F9. RGB value is (121,1,249). Sum of RGB (Red+Green+Blue) = 121+1+249=371 (49% of max value = 765). Red value is 121 (47.66% from 255 or 32.61% from 371); Green value is 1 (0.78% from 255 or 0.27% from 371); Blue value is 249 (97.66% from 255 or 67.12% from 371); Max value from RGB is 249 - color contains mainly: blue. Hex color #7901F9 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7901F9 is #86FE06. Grayscale: #404040. Windows color (decimal): -8846855 or 16318841. OLE color: 16318841.

HSL color Cylindrical-coordinate representation of color #7901F9: hue angle of 269.03º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7901F9 is Cyan = 0.51, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 121 1 249 -
CMYK 0.51 1.00 0 0.02
HSL 269.03º 0.99% 0.49% -
HSV(B) 269.03º 1% 0.98% -
XYZ 24.99 10.93 90.41 -
YUV 65.15 231.76 167.83 -
System Red Green Blue C M Y K H S L
Decimal 121 1 249 0.51 1.00 0 0.02 269.03 0.99 0.49
Hex 79 1 F9 33 64 0 2 10D 63 31
Octal 171 1 371 63 144 0 2 415 143 61
Binary 1111001 1 11111001 110011 1100100 0 10 100001101 1100011 110001

Color Harmonies of #7901F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7901F9

Black with #7901F9

Text Example


Text Example

White with #7901F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7901F9; }

 p { color: rgb(121,1,249); }

 H1.HeaderClassName
 {
   color: #7901F9;
 }
 .AnyTagClassName
 {
   color: #7901F9;
 }
</style>

background-color css

<style>
 a { background-color: #7901F9; }

 a { background-color: rgb(121,1,249); }

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

border-color css

<style>
 span { border-color: #7901F9; }

 span { border-color: rgb(121,1,249); }

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