Html Css Color HEX #7908FA Electric Indigo

📋 copy color: '#7908FA'

red 121 ◦ green 8 ◦ blue 250

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

Shades of Electric Indigo #7908FA

Tints of Electric Indigo #7908FA

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.11%

 BLUE value IS 250 (98.05% from 255) = 65.96%

R = 31.93%
G = 2.11%
B = 65.96%

CMYK

 C value IS 0.52

 M value IS 0.97

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7908FA (or 0x7908FA) is known color: Electric Indigo. HEX triplet: 79, 08 and FA. RGB value is (121,8,250). Sum of RGB (Red+Green+Blue) = 121+8+250=379 (50% of max value = 765). Red value is 121 (47.66% from 255 or 31.93% from 379); Green value is 8 (3.52% from 255 or 2.11% from 379); Blue value is 250 (98.05% from 255 or 65.96% from 379); Max value from RGB is 250 - color contains mainly: blue. Hex color #7908FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7908FA is #86F705. Grayscale: #444444. Windows color (decimal): -8845062 or 16386169. OLE color: 16386169.

HSL color Cylindrical-coordinate representation of color #7908FA: hue angle of 268.02º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7908FA is Cyan = 0.52, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 121 8 250 -
CMYK 0.52 0.97 0 0.02
HSL 268.02º 0.96% 0.51% -
HSV(B) 268.02º 0.97% 0.98% -
XYZ 25.23 11.14 91.26 -
YUV 69.38 229.94 164.82 -
System Red Green Blue C M Y K H S L
Decimal 121 8 250 0.52 0.97 0 0.02 268.02 0.96 0.51
Hex 79 8 FA 34 61 0 2 10C 60 33
Octal 171 10 372 64 141 0 2 414 140 63
Binary 1111001 1000 11111010 110100 1100001 0 10 100001100 1100000 110011

Color Harmonies of #7908FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7908FA

Black with #7908FA

Text Example


Text Example

White with #7908FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7908FA; }

 p { color: rgb(121,8,250); }

 H1.HeaderClassName
 {
   color: #7908FA;
 }
 .AnyTagClassName
 {
   color: #7908FA;
 }
</style>

background-color css

<style>
 a { background-color: #7908FA; }

 a { background-color: rgb(121,8,250); }

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

border-color css

<style>
 span { border-color: #7908FA; }

 span { border-color: rgb(121,8,250); }

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