Html Css Color HEX #8705FE Electric Indigo

📋 copy color: '#8705FE'

red 135 ◦ green 5 ◦ blue 254

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

Shades of Electric Indigo #8705FE

Tints of Electric Indigo #8705FE

RGB

 RED value IS 135 (53.13% from 255) = 34.26%

 GREEN value IS 5 (2.34% from 255) = 1.27%

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

R = 34.26%
G = 1.27%
B = 64.47%

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

#8705FE (or 0x8705FE) is known color: Electric Indigo. HEX triplet: 87, 05 and FE. RGB value is (135,5,254). Sum of RGB (Red+Green+Blue) = 135+5+254=394 (52% of max value = 765). Red value is 135 (53.12% from 255 or 34.26% from 394); Green value is 5 (2.34% from 255 or 1.27% from 394); Blue value is 254 (99.61% from 255 or 64.47% from 394); Max value from RGB is 254 - color contains mainly: blue. Hex color #8705FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8705FE is #78FA01. Grayscale: #474747. Windows color (decimal): -7928322 or 16647559. OLE color: 16647559.

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

Color convert

RGB 135 5 254 -
CMYK 0.47 0.98 0 0.00
HSL 271.33º 0.99% 0.51% -
HSV(B) 271.33º 0.98% 1% -
XYZ 27.94 12.42 94.69 -
YUV 72.26 230.57 172.75 -
System Red Green Blue C M Y K H S L
Decimal 135 5 254 0.47 0.98 0 0.00 271.33 0.99 0.51
Hex 87 5 FE 2F 62 0 0 10F 63 33
Octal 207 5 376 57 142 0 0 417 143 63
Binary 10000111 101 11111110 101111 1100010 0 0 100001111 1100011 110011

Color Harmonies of #8705FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8705FE

Black with #8705FE

Text Example


Text Example

White with #8705FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,5,254); }

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

background-color css

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

 a { background-color: rgb(135,5,254); }

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

border-color css

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

 span { border-color: rgb(135,5,254); }

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