Html Css Color HEX #860EFA Electric Indigo

📋 copy color: '#860EFA'

red 134 ◦ green 14 ◦ blue 250

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

Shades of Electric Indigo #860EFA

Tints of Electric Indigo #860EFA

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.52%

 BLUE value IS 250 (98.05% from 255) = 62.81%

R = 33.67%
G = 3.52%
B = 62.81%

CMYK

 C value IS 0.46

 M value IS 0.94

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#860EFA (or 0x860EFA) is known color: Electric Indigo. HEX triplet: 86, 0E and FA. RGB value is (134,14,250). Sum of RGB (Red+Green+Blue) = 134+14+250=398 (52% of max value = 765). Red value is 134 (52.73% from 255 or 33.67% from 398); Green value is 14 (5.86% from 255 or 3.52% from 398); Blue value is 250 (98.05% from 255 or 62.81% from 398); Max value from RGB is 250 - color contains mainly: blue. Hex color #860EFA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #860EFA is #79F105. Grayscale: #4B4B4B. Windows color (decimal): -7991558 or 16387718. OLE color: 16387718.

HSL color Cylindrical-coordinate representation of color #860EFA: hue angle of 270.51º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #860EFA is Cyan = 0.46, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 134 14 250 -
CMYK 0.46 0.94 0 0.02
HSL 270.51º 0.96% 0.52% -
HSV(B) 270.51º 0.94% 0.98% -
XYZ 27.24 12.28 91.38 -
YUV 76.78 225.76 168.81 -
System Red Green Blue C M Y K H S L
Decimal 134 14 250 0.46 0.94 0 0.02 270.51 0.96 0.52
Hex 86 E FA 2E 5E 0 2 10F 60 34
Octal 206 16 372 56 136 0 2 417 140 64
Binary 10000110 1110 11111010 101110 1011110 0 10 100001111 1100000 110100

Color Harmonies of #860EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860EFA

Black with #860EFA

Text Example


Text Example

White with #860EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #860EFA; }

 p { color: rgb(134,14,250); }

 H1.HeaderClassName
 {
   color: #860EFA;
 }
 .AnyTagClassName
 {
   color: #860EFA;
 }
</style>

background-color css

<style>
 a { background-color: #860EFA; }

 a { background-color: rgb(134,14,250); }

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

border-color css

<style>
 span { border-color: #860EFA; }

 span { border-color: rgb(134,14,250); }

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