Html Css Color HEX #7809E5 Electric Indigo

📋 copy color: '#7809E5'

red 120 ◦ green 9 ◦ blue 229

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

Shades of Electric Indigo #7809E5

Tints of Electric Indigo #7809E5

RGB

 RED value IS 120 (47.27% from 255) = 33.52%

 GREEN value IS 9 (3.91% from 255) = 2.51%

 BLUE value IS 229 (89.84% from 255) = 63.97%

R = 33.52%
G = 2.51%
B = 63.97%

CMYK

 C value IS 0.48

 M value IS 0.96

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#7809E5 (or 0x7809E5) is known color: Electric Indigo. HEX triplet: 78, 09 and E5. RGB value is (120,9,229). Sum of RGB (Red+Green+Blue) = 120+9+229=358 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.52% from 358); Green value is 9 (3.91% from 255 or 2.51% from 358); Blue value is 229 (89.84% from 255 or 63.97% from 358); Max value from RGB is 229 - color contains mainly: blue. Hex color #7809E5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7809E5 is #87F61A. Grayscale: #424242. Windows color (decimal): -8910363 or 15010168. OLE color: 15010168.

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

Color convert

RGB 120 9 229 -
CMYK 0.48 0.96 0 0.10
HSL 270.27º 0.92% 0.47% -
HSV(B) 270.27º 0.96% 0.9% -
XYZ 21.99 9.85 74.87 -
YUV 67.27 219.27 165.61 -
System Red Green Blue C M Y K H S L
Decimal 120 9 229 0.48 0.96 0 0.10 270.27 0.92 0.47
Hex 78 9 E5 30 60 0 A 10E 5C 2F
Octal 170 11 345 60 140 0 12 416 134 57
Binary 1111000 1001 11100101 110000 1100000 0 1010 100001110 1011100 101111

Color Harmonies of #7809E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7809E5

Black with #7809E5

Text Example


Text Example

White with #7809E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7809E5; }

 p { color: rgb(120,9,229); }

 H1.HeaderClassName
 {
   color: #7809E5;
 }
 .AnyTagClassName
 {
   color: #7809E5;
 }
</style>

background-color css

<style>
 a { background-color: #7809E5; }

 a { background-color: rgb(120,9,229); }

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

border-color css

<style>
 span { border-color: #7809E5; }

 span { border-color: rgb(120,9,229); }

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