Html Css Color HEX #7818F8 Electric Indigo

📋 copy color: '#7818F8'

red 120 ◦ green 24 ◦ blue 248

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

Shades of Electric Indigo #7818F8

Tints of Electric Indigo #7818F8

RGB

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

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

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

R = 30.61%
G = 6.12%
B = 63.27%

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

#7818F8 (or 0x7818F8) is known color: Electric Indigo. HEX triplet: 78, 18 and F8. RGB value is (120,24,248). Sum of RGB (Red+Green+Blue) = 120+24+248=392 (51% of max value = 765). Red value is 120 (47.27% from 255 or 30.61% from 392); Green value is 24 (9.77% from 255 or 6.12% from 392); Blue value is 248 (97.27% from 255 or 63.27% from 392); Max value from RGB is 248 - color contains mainly: blue. Hex color #7818F8 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7818F8 is #87E707. Grayscale: #4D4D4D. Windows color (decimal): -8906504 or 16259192. OLE color: 16259192.

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

Color convert

RGB 120 24 248 -
CMYK 0.52 0.90 0 0.03
HSL 265.71º 0.94% 0.53% -
HSV(B) 265.71º 0.9% 0.97% -
XYZ 25.02 11.42 89.69 -
YUV 78.24 223.8 157.79 -
System Red Green Blue C M Y K H S L
Decimal 120 24 248 0.52 0.90 0 0.03 265.71 0.94 0.53
Hex 78 18 F8 34 5A 0 3 10A 5E 35
Octal 170 30 370 64 132 0 3 412 136 65
Binary 1111000 11000 11111000 110100 1011010 0 11 100001010 1011110 110101

Color Harmonies of #7818F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7818F8

Black with #7818F8

Text Example


Text Example

White with #7818F8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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