Html Css Color HEX #790FEE Electric Indigo

📋 copy color: '#790FEE'

red 121 ◦ green 15 ◦ blue 238

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

Shades of Electric Indigo #790FEE

Tints of Electric Indigo #790FEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 63.64%

R = 32.35%
G = 4.01%
B = 63.64%

CMYK

 C value IS 0.49

 M value IS 0.94

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#790FEE (or 0x790FEE) is known color: Electric Indigo. HEX triplet: 79, 0F and EE. RGB value is (121,15,238). Sum of RGB (Red+Green+Blue) = 121+15+238=374 (49% of max value = 765). Red value is 121 (47.66% from 255 or 32.35% from 374); Green value is 15 (6.25% from 255 or 4.01% from 374); Blue value is 238 (93.36% from 255 or 63.64% from 374); Max value from RGB is 238 - color contains mainly: blue. Hex color #790FEE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #790FEE is #86F011. Grayscale: #474747. Windows color (decimal): -8843282 or 15601529. OLE color: 15601529.

HSL color Cylindrical-coordinate representation of color #790FEE: hue angle of 268.52º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #790FEE is Cyan = 0.49, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 121 15 238 -
CMYK 0.49 0.94 0 0.07
HSL 268.52º 0.88% 0.5% -
HSV(B) 268.52º 0.94% 0.93% -
XYZ 23.49 10.58 81.69 -
YUV 72.12 221.62 162.87 -
System Red Green Blue C M Y K H S L
Decimal 121 15 238 0.49 0.94 0 0.07 268.52 0.88 0.5
Hex 79 F EE 31 5E 0 7 10D 58 32
Octal 171 17 356 61 136 0 7 415 130 62
Binary 1111001 1111 11101110 110001 1011110 0 111 100001101 1011000 110010

Color Harmonies of #790FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790FEE

Black with #790FEE

Text Example


Text Example

White with #790FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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