Html Css Color HEX #7818FE Electric Indigo

📋 copy color: '#7818FE'

red 120 ◦ green 24 ◦ blue 254

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

Shades of Electric Indigo #7818FE

Tints of Electric Indigo #7818FE

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.03%

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

R = 30.15%
G = 6.03%
B = 63.82%

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

#7818FE (or 0x7818FE) is known color: Electric Indigo. HEX triplet: 78, 18 and FE. RGB value is (120,24,254). Sum of RGB (Red+Green+Blue) = 120+24+254=398 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.15% from 398); Green value is 24 (9.77% from 255 or 6.03% from 398); Blue value is 254 (99.61% from 255 or 63.82% from 398); Max value from RGB is 254 - color contains mainly: blue. Hex color #7818FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7818FE is #87E701. Grayscale: #4E4E4E. Windows color (decimal): -8906498 or 16652408. OLE color: 16652408.

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

Color convert

RGB 120 24 254 -
CMYK 0.53 0.91 0 0.00
HSL 265.04º 0.99% 0.55% -
HSV(B) 265.04º 0.91% 1% -
XYZ 25.96 11.8 94.68 -
YUV 78.92 226.8 157.3 -
System Red Green Blue C M Y K H S L
Decimal 120 24 254 0.53 0.91 0 0.00 265.04 0.99 0.55
Hex 78 18 FE 35 5B 0 0 109 63 37
Octal 170 30 376 65 133 0 0 411 143 67
Binary 1111000 11000 11111110 110101 1011011 0 0 100001001 1100011 110111

Color Harmonies of #7818FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7818FE

Black with #7818FE

Text Example


Text Example

White with #7818FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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