Html Css Color HEX #7909FE Electric Indigo

📋 copy color: '#7909FE'

red 121 ◦ green 9 ◦ blue 254

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

Shades of Electric Indigo #7909FE

Tints of Electric Indigo #7909FE

RGB

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

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

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

R = 31.51%
G = 2.34%
B = 66.15%

CMYK

 C value IS 0.52

 M value IS 0.96

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#7909FE (or 0x7909FE) is known color: Electric Indigo. HEX triplet: 79, 09 and FE. RGB value is (121,9,254). Sum of RGB (Red+Green+Blue) = 121+9+254=384 (50% of max value = 765). Red value is 121 (47.66% from 255 or 31.51% from 384); Green value is 9 (3.91% from 255 or 2.34% from 384); Blue value is 254 (99.61% from 255 or 66.15% from 384); Max value from RGB is 254 - color contains mainly: blue. Hex color #7909FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7909FE is #86F601. Grayscale: #454545. Windows color (decimal): -8844802 or 16648569. OLE color: 16648569.

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

Color convert

RGB 121 9 254 -
CMYK 0.52 0.96 0 0.00
HSL 267.43º 0.99% 0.52% -
HSV(B) 267.43º 0.96% 1% -
XYZ 25.87 11.42 94.61 -
YUV 70.42 231.61 164.08 -
System Red Green Blue C M Y K H S L
Decimal 121 9 254 0.52 0.96 0 0.00 267.43 0.99 0.52
Hex 79 9 FE 34 60 0 0 10B 63 34
Octal 171 11 376 64 140 0 0 413 143 64
Binary 1111001 1001 11111110 110100 1100000 0 0 100001011 1100011 110100

Color Harmonies of #7909FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7909FE

Black with #7909FE

Text Example


Text Example

White with #7909FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7909FE; }

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

 H1.HeaderClassName
 {
   color: #7909FE;
 }
 .AnyTagClassName
 {
   color: #7909FE;
 }
</style>

background-color css

<style>
 a { background-color: #7909FE; }

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

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

border-color css

<style>
 span { border-color: #7909FE; }

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

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