Html Css Color HEX #7718F8 Electric Indigo

📋 copy color: '#7718F8'

red 119 ◦ green 24 ◦ blue 248

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

Shades of Electric Indigo #7718F8

Tints of Electric Indigo #7718F8

RGB

 RED value IS 119 (46.88% from 255) = 30.43%

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

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

R = 30.43%
G = 6.14%
B = 63.43%

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

#7718F8 (or 0x7718F8) is known color: Electric Indigo. HEX triplet: 77, 18 and F8. RGB value is (119,24,248). Sum of RGB (Red+Green+Blue) = 119+24+248=391 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.43% from 391); Green value is 24 (9.77% from 255 or 6.14% from 391); Blue value is 248 (97.27% from 255 or 63.43% from 391); Max value from RGB is 248 - color contains mainly: blue. Hex color #7718F8 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7718F8 is #88E707. Grayscale: #4D4D4D. Windows color (decimal): -8972040 or 16259191. OLE color: 16259191.

HSL color Cylindrical-coordinate representation of color #7718F8: hue angle of 265.45º 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 #7718F8 is Cyan = 0.52, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 119 24 248 -
CMYK 0.52 0.90 0 0.03
HSL 265.45º 0.94% 0.53% -
HSV(B) 265.45º 0.9% 0.97% -
XYZ 24.88 11.35 89.69 -
YUV 77.94 223.97 157.29 -
System Red Green Blue C M Y K H S L
Decimal 119 24 248 0.52 0.90 0 0.03 265.45 0.94 0.53
Hex 77 18 F8 34 5A 0 3 109 5E 35
Octal 167 30 370 64 132 0 3 411 136 65
Binary 1110111 11000 11111000 110100 1011010 0 11 100001001 1011110 110101

Color Harmonies of #7718F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7718F8

Black with #7718F8

Text Example


Text Example

White with #7718F8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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