#7805FC

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

Shades of Electric Indigo #7805FC

Tints of Electric Indigo #7805FC

Color information

#7805FC (or 0x7805FC) is unknown color: approx Electric Indigo. HEX triplet: 78, 05 and FC. RGB value is (120,5,252). Sum of RGB (Red+Green+Blue) = 120+5+252=377 (49% of max value = 765). Red value is 120 (47.27% from 255 or 31.83% from 377); Green value is 5 (2.34% from 255 or 1.33% from 377); Blue value is 252 (98.83% from 255 or 66.84% from 377); Max value from RGB is 252 - color contains mainly: blue. Hex color #7805FC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7805FC is #87FA03. Grayscale: #424242. Windows color (decimal): -8911364 or 16516472. OLE color: 16516472.

HSL color Cylindrical-coordinate representation of color #7805FC: hue angle of 267.94º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7805FC is Cyan = 0.52, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB1205252-
CMYK0.520.9800.01
HSL267.94º97.63%50.39%-
HSV(B)267.94º98.02%98.82%-
XYZ25.3711.1392.91-
YUV67.54232.1165.42-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 31.83%
GREEN value IS 5 (2.34% from 255) = 1.33%
BLUE value IS 252 (98.83% from 255) = 66.84%
R=31.83%
G=1.33%
B=66.84%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal12052520.520.9800.01267.9497.6350.39
Hex785FC34620110c6232
Octal1705374641420141414262
Binary1111000101111111001101001100010011000011001100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7805FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7805FC; }

 p { color: rgb(120,5,252); }

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

<style>
 a { background-color: #7805FC; }

 a { background-color: rgb(120,5,252); }

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

<style>
 span { border-color: #7805FC; }

 span { border-color: rgb(120,5,252); }

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