Html Css Color HEX #7819F8 Electric Indigo

📋 copy color: '#7819F8'

red 120 ◦ green 25 ◦ blue 248

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

Shades of Electric Indigo #7819F8

Tints of Electric Indigo #7819F8

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.36%

 BLUE value IS 248 (97.27% from 255) = 63.1%

R = 30.53%
G = 6.36%
B = 63.1%

CMYK

 C value IS 0.52

 M value IS 0.90

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#7819F8 (or 0x7819F8) is known color: Electric Indigo. HEX triplet: 78, 19 and F8. RGB value is (120,25,248). Sum of RGB (Red+Green+Blue) = 120+25+248=393 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.53% from 393); Green value is 25 (10.16% from 255 or 6.36% from 393); Blue value is 248 (97.27% from 255 or 63.10% from 393); Max value from RGB is 248 - color contains mainly: blue. Hex color #7819F8 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7819F8 is #87E607. Grayscale: #4E4E4E. Windows color (decimal): -8906248 or 16259448. OLE color: 16259448.

HSL color Cylindrical-coordinate representation of color #7819F8: hue angle of 265.56º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7819F8 is Cyan = 0.52, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 120 25 248 -
CMYK 0.52 0.90 0 0.03
HSL 265.56º 0.94% 0.54% -
HSV(B) 265.56º 0.9% 0.97% -
XYZ 25.04 11.47 89.7 -
YUV 78.83 223.47 157.37 -
System Red Green Blue C M Y K H S L
Decimal 120 25 248 0.52 0.90 0 0.03 265.56 0.94 0.54
Hex 78 19 F8 34 5A 0 3 10A 5E 36
Octal 170 31 370 64 132 0 3 412 136 66
Binary 1111000 11001 11111000 110100 1011010 0 11 100001010 1011110 110110

Color Harmonies of #7819F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7819F8

Black with #7819F8

Text Example


Text Example

White with #7819F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7819F8; }

 p { color: rgb(120,25,248); }

 H1.HeaderClassName
 {
   color: #7819F8;
 }
 .AnyTagClassName
 {
   color: #7819F8;
 }
</style>

background-color css

<style>
 a { background-color: #7819F8; }

 a { background-color: rgb(120,25,248); }

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

border-color css

<style>
 span { border-color: #7819F8; }

 span { border-color: rgb(120,25,248); }

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