#8702FC

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

Shades of Electric Indigo #8702FC

Tints of Electric Indigo #8702FC

Color information

#8702FC (or 0x8702FC) is unknown color: approx Electric Indigo. HEX triplet: 87, 02 and FC. RGB value is (135,2,252). Sum of RGB (Red+Green+Blue) = 135+2+252=389 (51% of max value = 765). Red value is 135 (53.12% from 255 or 34.70% from 389); Green value is 2 (1.17% from 255 or 0.51% from 389); Blue value is 252 (98.83% from 255 or 64.78% from 389); Max value from RGB is 252 - color contains mainly: blue. Hex color #8702FC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8702FC is #78FD03. Grayscale: #454545. Windows color (decimal): -7929092 or 16515719. OLE color: 16515719.

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

Color convert

RGB1352252-
CMYK0.460.9900.01
HSL271.92º98.43%49.8%-
HSV(B)271.92º99.21%98.82%-
XYZ27.5812.2293-
YUV70.27230.56174.17-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 34.70%
GREEN value IS 2 (1.17% from 255) = 0.51%
BLUE value IS 252 (98.83% from 255) = 64.78%
R=34.70%
G=0.51%
B=64.78%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal13522520.460.9900.01271.9298.4349.8
Hex872FC2E63011106232
Octal2072374561430142014262
Binary1000011110111111001011101100011011000100001100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8702FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,2,252); }

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

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

 a { background-color: rgb(135,2,252); }

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

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

 span { border-color: rgb(135,2,252); }

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