Html Css Color HEX #880EFC Electric Indigo

📋 copy color: '#880EFC'

red 136 ◦ green 14 ◦ blue 252

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

Shades of Electric Indigo #880EFC

Tints of Electric Indigo #880EFC

RGB

 RED value IS 136 (53.52% from 255) = 33.83%

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

 BLUE value IS 252 (98.83% from 255) = 62.69%

R = 33.83%
G = 3.48%
B = 62.69%

CMYK

 C value IS 0.46

 M value IS 0.94

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#880EFC (or 0x880EFC) is known color: Electric Indigo. HEX triplet: 88, 0E and FC. RGB value is (136,14,252). Sum of RGB (Red+Green+Blue) = 136+14+252=402 (53% of max value = 765). Red value is 136 (53.52% from 255 or 33.83% from 402); Green value is 14 (5.86% from 255 or 3.48% from 402); Blue value is 252 (98.83% from 255 or 62.69% from 402); Max value from RGB is 252 - color contains mainly: blue. Hex color #880EFC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #880EFC is #77F103. Grayscale: #4C4C4C. Windows color (decimal): -7860484 or 16518792. OLE color: 16518792.

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

Color convert

RGB 136 14 252 -
CMYK 0.46 0.94 0 0.01
HSL 270.76º 0.98% 0.52% -
HSV(B) 270.76º 0.94% 0.99% -
XYZ 27.88 12.58 93.05 -
YUV 77.61 226.42 169.65 -
System Red Green Blue C M Y K H S L
Decimal 136 14 252 0.46 0.94 0 0.01 270.76 0.98 0.52
Hex 88 E FC 2E 5E 0 1 10F 62 34
Octal 210 16 374 56 136 0 1 417 142 64
Binary 10001000 1110 11111100 101110 1011110 0 1 100001111 1100010 110100

Color Harmonies of #880EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880EFC

Black with #880EFC

Text Example


Text Example

White with #880EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880EFC; }

 p { color: rgb(136,14,252); }

 H1.HeaderClassName
 {
   color: #880EFC;
 }
 .AnyTagClassName
 {
   color: #880EFC;
 }
</style>

background-color css

<style>
 a { background-color: #880EFC; }

 a { background-color: rgb(136,14,252); }

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

border-color css

<style>
 span { border-color: #880EFC; }

 span { border-color: rgb(136,14,252); }

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