Html Css Color HEX #7810EC Electric Indigo

📋 copy color: '#7810EC'

red 120 ◦ green 16 ◦ blue 236

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

Shades of Electric Indigo #7810EC

Tints of Electric Indigo #7810EC

RGB

 RED value IS 120 (47.27% from 255) = 32.26%

 GREEN value IS 16 (6.64% from 255) = 4.3%

 BLUE value IS 236 (92.58% from 255) = 63.44%

R = 32.26%
G = 4.3%
B = 63.44%

CMYK

 C value IS 0.49

 M value IS 0.93

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7810EC (or 0x7810EC) is known color: Electric Indigo. HEX triplet: 78, 10 and EC. RGB value is (120,16,236). Sum of RGB (Red+Green+Blue) = 120+16+236=372 (49% of max value = 765). Red value is 120 (47.27% from 255 or 32.26% from 372); Green value is 16 (6.64% from 255 or 4.30% from 372); Blue value is 236 (92.58% from 255 or 63.44% from 372); Max value from RGB is 236 - color contains mainly: blue. Hex color #7810EC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7810EC is #87EF13. Grayscale: #474747. Windows color (decimal): -8908564 or 15470712. OLE color: 15470712.

HSL color Cylindrical-coordinate representation of color #7810EC: hue angle of 268.36º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7810EC is Cyan = 0.49, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 120 16 236 -
CMYK 0.49 0.93 0 0.07
HSL 268.36º 0.87% 0.49% -
HSV(B) 268.36º 0.93% 0.93% -
XYZ 23.07 10.42 80.15 -
YUV 72.18 220.46 162.11 -
System Red Green Blue C M Y K H S L
Decimal 120 16 236 0.49 0.93 0 0.07 268.36 0.87 0.49
Hex 78 10 EC 31 5D 0 7 10C 57 31
Octal 170 20 354 61 135 0 7 414 127 61
Binary 1111000 10000 11101100 110001 1011101 0 111 100001100 1010111 110001

Color Harmonies of #7810EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7810EC

Black with #7810EC

Text Example


Text Example

White with #7810EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7810EC; }

 p { color: rgb(120,16,236); }

 H1.HeaderClassName
 {
   color: #7810EC;
 }
 .AnyTagClassName
 {
   color: #7810EC;
 }
</style>

background-color css

<style>
 a { background-color: #7810EC; }

 a { background-color: rgb(120,16,236); }

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

border-color css

<style>
 span { border-color: #7810EC; }

 span { border-color: rgb(120,16,236); }

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