Html Css Color HEX #8705F5 Electric Indigo

📋 copy color: '#8705F5'

red 135 ◦ green 5 ◦ blue 245

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

Shades of Electric Indigo #8705F5

Tints of Electric Indigo #8705F5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 63.64%

R = 35.06%
G = 1.3%
B = 63.64%

CMYK

 C value IS 0.45

 M value IS 0.98

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#8705F5 (or 0x8705F5) is known color: Electric Indigo. HEX triplet: 87, 05 and F5. RGB value is (135,5,245). Sum of RGB (Red+Green+Blue) = 135+5+245=385 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.06% from 385); Green value is 5 (2.34% from 255 or 1.30% from 385); Blue value is 245 (96.09% from 255 or 63.64% from 385); Max value from RGB is 245 - color contains mainly: blue. Hex color #8705F5 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8705F5 is #78FA0A. Grayscale: #464646. Windows color (decimal): -7928331 or 16057735. OLE color: 16057735.

HSL color Cylindrical-coordinate representation of color #8705F5: hue angle of 272.5º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8705F5 is Cyan = 0.45, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 135 5 245 -
CMYK 0.45 0.98 0 0.04
HSL 272.5º 0.96% 0.49% -
HSV(B) 272.5º 0.98% 0.96% -
XYZ 26.53 11.85 87.28 -
YUV 71.23 226.07 173.49 -
System Red Green Blue C M Y K H S L
Decimal 135 5 245 0.45 0.98 0 0.04 272.5 0.96 0.49
Hex 87 5 F5 2D 62 0 4 110 60 31
Octal 207 5 365 55 142 0 4 420 140 61
Binary 10000111 101 11110101 101101 1100010 0 100 100010000 1100000 110001

Color Harmonies of #8705F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8705F5

Black with #8705F5

Text Example


Text Example

White with #8705F5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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