Html Css Color HEX #870EFB Electric Indigo

📋 copy color: '#870EFB'

red 135 ◦ green 14 ◦ blue 251

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

Shades of Electric Indigo #870EFB

Tints of Electric Indigo #870EFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 62.75%

R = 33.75%
G = 3.5%
B = 62.75%

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

#870EFB (or 0x870EFB) is known color: Electric Indigo. HEX triplet: 87, 0E and FB. RGB value is (135,14,251). Sum of RGB (Red+Green+Blue) = 135+14+251=400 (52% of max value = 765). Red value is 135 (53.12% from 255 or 33.75% from 400); Green value is 14 (5.86% from 255 or 3.5% from 400); Blue value is 251 (98.44% from 255 or 62.75% from 400); Max value from RGB is 251 - color contains mainly: blue. Hex color #870EFB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #870EFB is #78F104. Grayscale: #4C4C4C. Windows color (decimal): -7926021 or 16453255. OLE color: 16453255.

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

Color convert

RGB 135 14 251 -
CMYK 0.46 0.94 0 0.02
HSL 270.63º 0.97% 0.52% -
HSV(B) 270.63º 0.94% 0.98% -
XYZ 27.56 12.43 92.21 -
YUV 77.2 226.09 169.23 -
System Red Green Blue C M Y K H S L
Decimal 135 14 251 0.46 0.94 0 0.02 270.63 0.97 0.52
Hex 87 E FB 2E 5E 0 2 10F 61 34
Octal 207 16 373 56 136 0 2 417 141 64
Binary 10000111 1110 11111011 101110 1011110 0 10 100001111 1100001 110100

Color Harmonies of #870EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870EFB

Black with #870EFB

Text Example


Text Example

White with #870EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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