Html Css Color HEX #790CEE Electric Indigo

📋 copy color: '#790CEE'

red 121 ◦ green 12 ◦ blue 238

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

Shades of Electric Indigo #790CEE

Tints of Electric Indigo #790CEE

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.23%

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

R = 32.61%
G = 3.23%
B = 64.15%

CMYK

 C value IS 0.49

 M value IS 0.95

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#790CEE (or 0x790CEE) is known color: Electric Indigo. HEX triplet: 79, 0C and EE. RGB value is (121,12,238). Sum of RGB (Red+Green+Blue) = 121+12+238=371 (49% of max value = 765). Red value is 121 (47.66% from 255 or 32.61% from 371); Green value is 12 (5.08% from 255 or 3.23% from 371); Blue value is 238 (93.36% from 255 or 64.15% from 371); Max value from RGB is 238 - color contains mainly: blue. Hex color #790CEE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #790CEE is #86F311. Grayscale: #454545. Windows color (decimal): -8844050 or 15600761. OLE color: 15600761.

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

Color convert

RGB 121 12 238 -
CMYK 0.49 0.95 0 0.07
HSL 268.94º 0.9% 0.49% -
HSV(B) 268.94º 0.95% 0.93% -
XYZ 23.45 10.5 81.68 -
YUV 70.36 222.61 164.12 -
System Red Green Blue C M Y K H S L
Decimal 121 12 238 0.49 0.95 0 0.07 268.94 0.9 0.49
Hex 79 C EE 31 5F 0 7 10D 5A 31
Octal 171 14 356 61 137 0 7 415 132 61
Binary 1111001 1100 11101110 110001 1011111 0 111 100001101 1011010 110001

Color Harmonies of #790CEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790CEE

Black with #790CEE

Text Example


Text Example

White with #790CEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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