Html Css Color HEX #790AE8 Electric Indigo

📋 copy color: '#790AE8'

red 121 ◦ green 10 ◦ blue 232

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

Shades of Electric Indigo #790AE8

Tints of Electric Indigo #790AE8

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.75%

 BLUE value IS 232 (91.02% from 255) = 63.91%

R = 33.33%
G = 2.75%
B = 63.91%

CMYK

 C value IS 0.48

 M value IS 0.96

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#790AE8 (or 0x790AE8) is known color: Electric Indigo. HEX triplet: 79, 0A and E8. RGB value is (121,10,232). Sum of RGB (Red+Green+Blue) = 121+10+232=363 (48% of max value = 765). Red value is 121 (47.66% from 255 or 33.33% from 363); Green value is 10 (4.30% from 255 or 2.75% from 363); Blue value is 232 (91.02% from 255 or 63.91% from 363); Max value from RGB is 232 - color contains mainly: blue. Hex color #790AE8 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #790AE8 is #86F517. Grayscale: #434343. Windows color (decimal): -8844568 or 15207033. OLE color: 15207033.

HSL color Cylindrical-coordinate representation of color #790AE8: hue angle of 270º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #790AE8 is Cyan = 0.48, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 121 10 232 -
CMYK 0.48 0.96 0 0.09
HSL 270º 0.92% 0.47% -
HSV(B) 270º 0.96% 0.91% -
XYZ 22.56 10.11 77.11 -
YUV 68.5 220.27 165.45 -
System Red Green Blue C M Y K H S L
Decimal 121 10 232 0.48 0.96 0 0.09 270 0.92 0.47
Hex 79 A E8 30 60 0 9 10E 5C 2F
Octal 171 12 350 60 140 0 11 416 134 57
Binary 1111001 1010 11101000 110000 1100000 0 1001 100001110 1011100 101111

Color Harmonies of #790AE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790AE8

Black with #790AE8

Text Example


Text Example

White with #790AE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(121,10,232); }

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

background-color css

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

 a { background-color: rgb(121,10,232); }

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

border-color css

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

 span { border-color: rgb(121,10,232); }

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