Html Css Color HEX #790FFE Electric Indigo

📋 copy color: '#790FFE'

red 121 ◦ green 15 ◦ blue 254

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

Shades of Electric Indigo #790FFE

Tints of Electric Indigo #790FFE

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.85%

 BLUE value IS 254 (99.61% from 255) = 65.13%

R = 31.03%
G = 3.85%
B = 65.13%

CMYK

 C value IS 0.52

 M value IS 0.94

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#790FFE (or 0x790FFE) is known color: Electric Indigo. HEX triplet: 79, 0F and FE. RGB value is (121,15,254). Sum of RGB (Red+Green+Blue) = 121+15+254=390 (51% of max value = 765). Red value is 121 (47.66% from 255 or 31.03% from 390); Green value is 15 (6.25% from 255 or 3.85% from 390); Blue value is 254 (99.61% from 255 or 65.13% from 390); Max value from RGB is 254 - color contains mainly: blue. Hex color #790FFE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #790FFE is #86F001. Grayscale: #494949. Windows color (decimal): -8843266 or 16650105. OLE color: 16650105.

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

Color convert

RGB 121 15 254 -
CMYK 0.52 0.94 0 0.00
HSL 266.61º 0.99% 0.53% -
HSV(B) 266.61º 0.94% 1% -
XYZ 25.95 11.56 94.63 -
YUV 73.94 229.62 161.57 -
System Red Green Blue C M Y K H S L
Decimal 121 15 254 0.52 0.94 0 0.00 266.61 0.99 0.53
Hex 79 F FE 34 5E 0 0 10B 63 35
Octal 171 17 376 64 136 0 0 413 143 65
Binary 1111001 1111 11111110 110100 1011110 0 0 100001011 1100011 110101

Color Harmonies of #790FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790FFE

Black with #790FFE

Text Example


Text Example

White with #790FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(121,15,254); }

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

background-color css

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

 a { background-color: rgb(121,15,254); }

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

border-color css

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

 span { border-color: rgb(121,15,254); }

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