Html Css Color HEX #7718FB Electric Indigo

📋 copy color: '#7718FB'

red 119 ◦ green 24 ◦ blue 251

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

Shades of Electric Indigo #7718FB

Tints of Electric Indigo #7718FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 63.71%

R = 30.2%
G = 6.09%
B = 63.71%

CMYK

 C value IS 0.53

 M value IS 0.90

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7718FB (or 0x7718FB) is known color: Electric Indigo. HEX triplet: 77, 18 and FB. RGB value is (119,24,251). Sum of RGB (Red+Green+Blue) = 119+24+251=394 (52% of max value = 765). Red value is 119 (46.88% from 255 or 30.20% from 394); Green value is 24 (9.77% from 255 or 6.09% from 394); Blue value is 251 (98.44% from 255 or 63.71% from 394); Max value from RGB is 251 - color contains mainly: blue. Hex color #7718FB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7718FB is #88E704. Grayscale: #4D4D4D. Windows color (decimal): -8972037 or 16455799. OLE color: 16455799.

HSL color Cylindrical-coordinate representation of color #7718FB: hue angle of 265.11º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7718FB is Cyan = 0.53, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 119 24 251 -
CMYK 0.53 0.90 0 0.02
HSL 265.11º 0.97% 0.54% -
HSV(B) 265.11º 0.9% 0.98% -
XYZ 25.35 11.54 92.16 -
YUV 78.28 225.47 157.04 -
System Red Green Blue C M Y K H S L
Decimal 119 24 251 0.53 0.90 0 0.02 265.11 0.97 0.54
Hex 77 18 FB 35 5A 0 2 109 61 36
Octal 167 30 373 65 132 0 2 411 141 66
Binary 1110111 11000 11111011 110101 1011010 0 10 100001001 1100001 110110

Color Harmonies of #7718FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7718FB

Black with #7718FB

Text Example


Text Example

White with #7718FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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