Html Css Color HEX #7902F8 Electric Indigo

📋 copy color: '#7902F8'

red 121 ◦ green 2 ◦ blue 248

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

Shades of Electric Indigo #7902F8

Tints of Electric Indigo #7902F8

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.54%

 BLUE value IS 248 (97.27% from 255) = 66.85%

R = 32.61%
G = 0.54%
B = 66.85%

CMYK

 C value IS 0.51

 M value IS 0.99

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#7902F8 (or 0x7902F8) is known color: Electric Indigo. HEX triplet: 79, 02 and F8. RGB value is (121,2,248). Sum of RGB (Red+Green+Blue) = 121+2+248=371 (49% of max value = 765). Red value is 121 (47.66% from 255 or 32.61% from 371); Green value is 2 (1.17% from 255 or 0.54% from 371); Blue value is 248 (97.27% from 255 or 66.85% from 371); Max value from RGB is 248 - color contains mainly: blue. Hex color #7902F8 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7902F8 is #86FD07. Grayscale: #404040. Windows color (decimal): -8846600 or 16253561. OLE color: 16253561.

HSL color Cylindrical-coordinate representation of color #7902F8: hue angle of 269.02º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7902F8 is Cyan = 0.51, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 121 2 248 -
CMYK 0.51 0.99 0 0.03
HSL 269.02º 0.98% 0.49% -
HSV(B) 269.02º 0.99% 0.97% -
XYZ 24.85 10.89 89.6 -
YUV 65.63 230.92 167.5 -
System Red Green Blue C M Y K H S L
Decimal 121 2 248 0.51 0.99 0 0.03 269.02 0.98 0.49
Hex 79 2 F8 33 63 0 3 10D 62 31
Octal 171 2 370 63 143 0 3 415 142 61
Binary 1111001 10 11111000 110011 1100011 0 11 100001101 1100010 110001

Color Harmonies of #7902F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7902F8

Black with #7902F8

Text Example


Text Example

White with #7902F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7902F8; }

 p { color: rgb(121,2,248); }

 H1.HeaderClassName
 {
   color: #7902F8;
 }
 .AnyTagClassName
 {
   color: #7902F8;
 }
</style>

background-color css

<style>
 a { background-color: #7902F8; }

 a { background-color: rgb(121,2,248); }

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

border-color css

<style>
 span { border-color: #7902F8; }

 span { border-color: rgb(121,2,248); }

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