Html Css Color HEX #790EFC Electric Indigo

📋 copy color: '#790EFC'

red 121 ◦ green 14 ◦ blue 252

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

Shades of Electric Indigo #790EFC

Tints of Electric Indigo #790EFC

RGB

 RED value IS 121 (47.66% from 255) = 31.27%

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

 BLUE value IS 252 (98.83% from 255) = 65.12%

R = 31.27%
G = 3.62%
B = 65.12%

CMYK

 C value IS 0.52

 M value IS 0.94

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#790EFC (or 0x790EFC) is known color: Electric Indigo. HEX triplet: 79, 0E and FC. RGB value is (121,14,252). Sum of RGB (Red+Green+Blue) = 121+14+252=387 (51% of max value = 765). Red value is 121 (47.66% from 255 or 31.27% from 387); Green value is 14 (5.86% from 255 or 3.62% from 387); Blue value is 252 (98.83% from 255 or 65.12% from 387); Max value from RGB is 252 - color contains mainly: blue. Hex color #790EFC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #790EFC is #86F103. Grayscale: #484848. Windows color (decimal): -8843524 or 16518777. OLE color: 16518777.

HSL color Cylindrical-coordinate representation of color #790EFC: hue angle of 266.97º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #790EFC is Cyan = 0.52, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 121 14 252 -
CMYK 0.52 0.94 0 0.01
HSL 266.97º 0.98% 0.52% -
HSV(B) 266.97º 0.94% 0.99% -
XYZ 25.61 11.41 92.95 -
YUV 73.13 228.95 162.15 -
System Red Green Blue C M Y K H S L
Decimal 121 14 252 0.52 0.94 0 0.01 266.97 0.98 0.52
Hex 79 E FC 34 5E 0 1 10B 62 34
Octal 171 16 374 64 136 0 1 413 142 64
Binary 1111001 1110 11111100 110100 1011110 0 1 100001011 1100010 110100

Color Harmonies of #790EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790EFC

Black with #790EFC

Text Example


Text Example

White with #790EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #790EFC; }

 p { color: rgb(121,14,252); }

 H1.HeaderClassName
 {
   color: #790EFC;
 }
 .AnyTagClassName
 {
   color: #790EFC;
 }
</style>

background-color css

<style>
 a { background-color: #790EFC; }

 a { background-color: rgb(121,14,252); }

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

border-color css

<style>
 span { border-color: #790EFC; }

 span { border-color: rgb(121,14,252); }

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