Html Css Color HEX #8604FE Electric Indigo

📋 copy color: '#8604FE'

red 134 ◦ green 4 ◦ blue 254

#8604FE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Electric Indigo #8604FE

Tints of Electric Indigo #8604FE

RGB

 RED value IS 134 (52.73% from 255) = 34.18%

 GREEN value IS 4 (1.95% from 255) = 1.02%

 BLUE value IS 254 (99.61% from 255) = 64.8%

R = 34.18%
G = 1.02%
B = 64.8%

CMYK

 C value IS 0.47

 M value IS 0.98

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#8604FE (or 0x8604FE) is known color: Electric Indigo. HEX triplet: 86, 04 and FE. RGB value is (134,4,254). Sum of RGB (Red+Green+Blue) = 134+4+254=392 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.18% from 392); Green value is 4 (1.95% from 255 or 1.02% from 392); Blue value is 254 (99.61% from 255 or 64.80% from 392); Max value from RGB is 254 - color contains mainly: blue. Hex color #8604FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8604FE is #79FB01. Grayscale: #464646. Windows color (decimal): -7994114 or 16647302. OLE color: 16647302.

HSL color Cylindrical-coordinate representation of color #8604FE: hue angle of 271.2º 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 #8604FE is Cyan = 0.47, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 134 4 254 -
CMYK 0.47 0.98 0 0.00
HSL 271.2º 0.99% 0.51% -
HSV(B) 271.2º 0.98% 1% -
XYZ 27.76 12.31 94.68 -
YUV 71.37 231.07 172.67 -
System Red Green Blue C M Y K H S L
Decimal 134 4 254 0.47 0.98 0 0.00 271.2 0.99 0.51
Hex 86 4 FE 2F 62 0 0 10F 63 33
Octal 206 4 376 57 142 0 0 417 143 63
Binary 10000110 100 11111110 101111 1100010 0 0 100001111 1100011 110011

Color Harmonies of #8604FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8604FE

Black with #8604FE

Text Example


Text Example

White with #8604FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8604FE;
 }
 .AnyTagClassName
 {
   color: #8604FE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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