#8708F7

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

Shades of Electric Indigo #8708F7

Tints of Electric Indigo #8708F7

Color information

#8708F7 (or 0x8708F7) is unknown color: approx Electric Indigo. HEX triplet: 87, 08 and F7. RGB value is (135,8,247). Sum of RGB (Red+Green+Blue) = 135+8+247=390 (51% of max value = 765). Red value is 135 (53.12% from 255 or 34.62% from 390); Green value is 8 (3.52% from 255 or 2.05% from 390); Blue value is 247 (96.88% from 255 or 63.33% from 390); Max value from RGB is 247 - color contains mainly: blue. Hex color #8708F7 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8708F7 is #78F708. Grayscale: #484848. Windows color (decimal): -7927561 or 16189575. OLE color: 16189575.

HSL color Cylindrical-coordinate representation of color #8708F7: hue angle of 271.88º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8708F7 is Cyan = 0.45, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB1358247-
CMYK0.450.9700.03
HSL271.88º93.73%50%-
HSV(B)271.88º96.76%96.86%-
XYZ26.8712.0488.9-
YUV73.22226.08172.07-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 34.62%
GREEN value IS 8 (3.52% from 255) = 2.05%
BLUE value IS 247 (96.88% from 255) = 63.33%
R=34.62%
G=2.05%
B=63.33%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal13582470.450.9700.03271.8893.7350
Hex878F72D61031105e32
Octal20710367551410342013662
Binary1000011110001111011110110111000010111000100001011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8708F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8708F7; }

 p { color: rgb(135,8,247); }

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

<style>
 a { background-color: #8708F7; }

 a { background-color: rgb(135,8,247); }

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

<style>
 span { border-color: #8708F7; }

 span { border-color: rgb(135,8,247); }

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