#7901F9

Color #7901F9 Electric Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Electric Indigo #7901F9

Tints of Electric Indigo #7901F9

Color information

#7901F9 (or 0x7901F9) is unknown color: approx 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

RGB1211249-
CMYK0.511.0000.02
HSL269.03º99.2%49.02%-
HSV(B)269.03º99.6%97.65%-
XYZ24.9910.9390.41-
YUV65.15231.76167.83-

RGB Variations

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

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 (Cyan) values IS 0.51
M (Magenta) values IS 1.00
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal12112490.511.0000.02269.0399.249.02
Hex791F933640210d6331
Octal1711371631440241514361
Binary111100111111100111001111001000101000011011100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7901F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>