Html Css Color HEX #7817FE Electric Indigo

📋 copy color: '#7817FE'

red 120 ◦ green 23 ◦ blue 254

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

Shades of Electric Indigo #7817FE

Tints of Electric Indigo #7817FE

RGB

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

 GREEN value IS 23 (9.38% from 255) = 5.79%

 BLUE value IS 254 (99.61% from 255) = 63.98%

R = 30.23%
G = 5.79%
B = 63.98%

CMYK

 C value IS 0.53

 M value IS 0.91

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#7817FE (or 0x7817FE) is known color: Electric Indigo. HEX triplet: 78, 17 and FE. RGB value is (120,23,254). Sum of RGB (Red+Green+Blue) = 120+23+254=397 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.23% from 397); Green value is 23 (9.38% from 255 or 5.79% from 397); Blue value is 254 (99.61% from 255 or 63.98% from 397); Max value from RGB is 254 - color contains mainly: blue. Hex color #7817FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7817FE is #87E801. Grayscale: #4D4D4D. Windows color (decimal): -8906754 or 16652152. OLE color: 16652152.

HSL color Cylindrical-coordinate representation of color #7817FE: hue angle of 265.19º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7817FE is Cyan = 0.53, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 120 23 254 -
CMYK 0.53 0.91 0 0.00
HSL 265.19º 0.99% 0.54% -
HSV(B) 265.19º 0.91% 1% -
XYZ 25.94 11.76 94.67 -
YUV 78.34 227.14 157.72 -
System Red Green Blue C M Y K H S L
Decimal 120 23 254 0.53 0.91 0 0.00 265.19 0.99 0.54
Hex 78 17 FE 35 5B 0 0 109 63 36
Octal 170 27 376 65 133 0 0 411 143 66
Binary 1111000 10111 11111110 110101 1011011 0 0 100001001 1100011 110110

Color Harmonies of #7817FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7817FE

Black with #7817FE

Text Example


Text Example

White with #7817FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7817FE; }

 p { color: rgb(120,23,254); }

 H1.HeaderClassName
 {
   color: #7817FE;
 }
 .AnyTagClassName
 {
   color: #7817FE;
 }
</style>

background-color css

<style>
 a { background-color: #7817FE; }

 a { background-color: rgb(120,23,254); }

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

border-color css

<style>
 span { border-color: #7817FE; }

 span { border-color: rgb(120,23,254); }

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