#7809F4

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

Shades of Electric Indigo #7809F4

Tints of Electric Indigo #7809F4

Color information

#7809F4 (or 0x7809F4) is unknown color: approx Electric Indigo. HEX triplet: 78, 09 and F4. RGB value is (120,9,244). Sum of RGB (Red+Green+Blue) = 120+9+244=373 (49% of max value = 765). Red value is 120 (47.27% from 255 or 32.17% from 373); Green value is 9 (3.91% from 255 or 2.41% from 373); Blue value is 244 (95.70% from 255 or 65.42% from 373); Max value from RGB is 244 - color contains mainly: blue. Hex color #7809F4 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7809F4 is #87F60B. Grayscale: #444444. Windows color (decimal): -8910348 or 15993208. OLE color: 15993208.

HSL color Cylindrical-coordinate representation of color #7809F4: hue angle of 268.34º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7809F4 is Cyan = 0.51, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB1209244-
CMYK0.510.9600.04
HSL268.34º92.89%49.61%-
HSV(B)268.34º96.31%95.69%-
XYZ24.1710.7286.38-
YUV68.98226.77164.39-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 32.17%
GREEN value IS 9 (3.91% from 255) = 2.41%
BLUE value IS 244 (95.70% from 255) = 65.42%
R=32.17%
G=2.41%
B=65.42%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal12092440.510.9600.04268.3492.8949.61
Hex789F433600410c5d32
Octal17011364631400441413562
Binary1111000100111110100110011110000001001000011001011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7809F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7809F4; }

 p { color: rgb(120,9,244); }

 H1.HeaderClassName
 {
   color: #7809F4;
 }
 .AnyTagClassName
 {
   color: #7809F4;
 }
</style>
background-color css

<style>
 a { background-color: #7809F4; }

 a { background-color: rgb(120,9,244); }

 div.DivClassName
 {
   background-color: #7809F4;
 }
 .BgClassName
 {
   background-color: #7809F4;
 }
</style>
border-color css

<style>
 span { border-color: #7809F4; }

 span { border-color: rgb(120,9,244); }

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