#8904FE

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

Shades of Electric Indigo #8904FE

Tints of Electric Indigo #8904FE

Color information

#8904FE (or 0x8904FE) is unknown color: approx Electric Indigo. HEX triplet: 89, 04 and FE. RGB value is (137,4,254). Sum of RGB (Red+Green+Blue) = 137+4+254=395 (52% of max value = 765). Red value is 137 (53.91% from 255 or 34.68% from 395); Green value is 4 (1.95% from 255 or 1.01% from 395); Blue value is 254 (99.61% from 255 or 64.30% from 395); Max value from RGB is 254 - color contains mainly: blue. Hex color #8904FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8904FE is #76FB01. Grayscale: #474747. Windows color (decimal): -7797506 or 16647305. OLE color: 16647305.

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

Color convert

RGB1374254-
CMYK0.460.9800.00
HSL271.92º99.21%50.59%-
HSV(B)271.92º98.43%99.61%-
XYZ28.2512.5694.7-
YUV72.27230.56174.17-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 34.68%
GREEN value IS 4 (1.95% from 255) = 1.01%
BLUE value IS 254 (99.61% from 255) = 64.30%
R=34.68%
G=1.01%
B=64.30%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal13742540.460.9800.00271.9299.2150.59
Hex894FE2E62001106333
Octal2114376561420042014363
Binary10001001100111111101011101100010001000100001100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8904FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8904FE; }

 p { color: rgb(137,4,254); }

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

<style>
 a { background-color: #8904FE; }

 a { background-color: rgb(137,4,254); }

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

<style>
 span { border-color: #8904FE; }

 span { border-color: rgb(137,4,254); }

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