#8803FC

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

Shades of Electric Indigo #8803FC

Tints of Electric Indigo #8803FC

Color information

#8803FC (or 0x8803FC) is unknown color: approx Electric Indigo. HEX triplet: 88, 03 and FC. RGB value is (136,3,252). Sum of RGB (Red+Green+Blue) = 136+3+252=391 (51% of max value = 765). Red value is 136 (53.52% from 255 or 34.78% from 391); Green value is 3 (1.56% from 255 or 0.77% from 391); Blue value is 252 (98.83% from 255 or 64.45% from 391); Max value from RGB is 252 - color contains mainly: blue. Hex color #8803FC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8803FC is #77FC03. Grayscale: #464646. Windows color (decimal): -7863300 or 16515976. OLE color: 16515976.

HSL color Cylindrical-coordinate representation of color #8803FC: hue angle of 272.05º 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 #8803FC is Cyan = 0.46, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB1363252-
CMYK0.460.9900.01
HSL272.05º97.65%50%-
HSV(B)272.05º98.81%98.82%-
XYZ27.7612.3393.01-
YUV71.15230.06174.25-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 34.78%
GREEN value IS 3 (1.56% from 255) = 0.77%
BLUE value IS 252 (98.83% from 255) = 64.45%
R=34.78%
G=0.77%
B=64.45%

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
Decimal13632520.460.9900.01272.0597.6550
Hex883FC2E63011106232
Octal2103374561430142014262
Binary1000100011111111001011101100011011000100001100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8803FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,3,252); }

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

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

 a { background-color: rgb(136,3,252); }

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

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

 span { border-color: rgb(136,3,252); }

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