Html Css Color HEX #770EF8 Electric Indigo

📋 copy color: '#770EF8'

red 119 ◦ green 14 ◦ blue 248

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

Shades of Electric Indigo #770EF8

Tints of Electric Indigo #770EF8

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.67%

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

R = 31.23%
G = 3.67%
B = 65.09%

CMYK

 C value IS 0.52

 M value IS 0.94

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#770EF8 (or 0x770EF8) is known color: Electric Indigo. HEX triplet: 77, 0E and F8. RGB value is (119,14,248). Sum of RGB (Red+Green+Blue) = 119+14+248=381 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.23% from 381); Green value is 14 (5.86% from 255 or 3.67% from 381); Blue value is 248 (97.27% from 255 or 65.09% from 381); Max value from RGB is 248 - color contains mainly: blue. Hex color #770EF8 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #770EF8 is #88F107. Grayscale: #474747. Windows color (decimal): -8974600 or 16256631. OLE color: 16256631.

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

Color convert

RGB 119 14 248 -
CMYK 0.52 0.94 0 0.03
HSL 266.92º 0.94% 0.51% -
HSV(B) 266.92º 0.94% 0.97% -
XYZ 24.71 11.01 89.63 -
YUV 72.07 227.29 161.47 -
System Red Green Blue C M Y K H S L
Decimal 119 14 248 0.52 0.94 0 0.03 266.92 0.94 0.51
Hex 77 E F8 34 5E 0 3 10B 5E 33
Octal 167 16 370 64 136 0 3 413 136 63
Binary 1110111 1110 11111000 110100 1011110 0 11 100001011 1011110 110011

Color Harmonies of #770EF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770EF8

Black with #770EF8

Text Example


Text Example

White with #770EF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770EF8; }

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

 H1.HeaderClassName
 {
   color: #770EF8;
 }
 .AnyTagClassName
 {
   color: #770EF8;
 }
</style>

background-color css

<style>
 a { background-color: #770EF8; }

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

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

border-color css

<style>
 span { border-color: #770EF8; }

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

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