Html Css Color HEX #870EFA Electric Indigo

📋 copy color: '#870EFA'

red 135 ◦ green 14 ◦ blue 250

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

Shades of Electric Indigo #870EFA

Tints of Electric Indigo #870EFA

RGB

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

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

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

R = 33.83%
G = 3.51%
B = 62.66%

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

#870EFA (or 0x870EFA) is known color: Electric Indigo. HEX triplet: 87, 0E and FA. RGB value is (135,14,250). Sum of RGB (Red+Green+Blue) = 135+14+250=399 (52% of max value = 765). Red value is 135 (53.12% from 255 or 33.83% from 399); Green value is 14 (5.86% from 255 or 3.51% from 399); Blue value is 250 (98.05% from 255 or 62.66% from 399); Max value from RGB is 250 - color contains mainly: blue. Hex color #870EFA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #870EFA is #78F105. Grayscale: #4C4C4C. Windows color (decimal): -7926022 or 16387719. OLE color: 16387719.

HSL color Cylindrical-coordinate representation of color #870EFA: hue angle of 270.76º 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 #870EFA is Cyan = 0.46, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 135 14 250 -
CMYK 0.46 0.94 0 0.02
HSL 270.76º 0.96% 0.52% -
HSV(B) 270.76º 0.94% 0.98% -
XYZ 27.4 12.37 91.39 -
YUV 77.08 225.59 169.31 -
System Red Green Blue C M Y K H S L
Decimal 135 14 250 0.46 0.94 0 0.02 270.76 0.96 0.52
Hex 87 E FA 2E 5E 0 2 10F 60 34
Octal 207 16 372 56 136 0 2 417 140 64
Binary 10000111 1110 11111010 101110 1011110 0 10 100001111 1100000 110100

Color Harmonies of #870EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870EFA

Black with #870EFA

Text Example


Text Example

White with #870EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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