Html Css Color HEX #7905FB Electric Indigo

📋 copy color: '#7905FB'

red 121 ◦ green 5 ◦ blue 251

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

Shades of Electric Indigo #7905FB

Tints of Electric Indigo #7905FB

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.33%

 BLUE value IS 251 (98.44% from 255) = 66.58%

R = 32.1%
G = 1.33%
B = 66.58%

CMYK

 C value IS 0.52

 M value IS 0.98

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7905FB (or 0x7905FB) is known color: Electric Indigo. HEX triplet: 79, 05 and FB. RGB value is (121,5,251). Sum of RGB (Red+Green+Blue) = 121+5+251=377 (49% of max value = 765). Red value is 121 (47.66% from 255 or 32.10% from 377); Green value is 5 (2.34% from 255 or 1.33% from 377); Blue value is 251 (98.44% from 255 or 66.58% from 377); Max value from RGB is 251 - color contains mainly: blue. Hex color #7905FB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7905FB is #86FA04. Grayscale: #424242. Windows color (decimal): -8845829 or 16450937. OLE color: 16450937.

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

Color convert

RGB 121 5 251 -
CMYK 0.52 0.98 0 0.02
HSL 268.29º 0.97% 0.5% -
HSV(B) 268.29º 0.98% 0.98% -
XYZ 25.35 11.14 92.08 -
YUV 67.73 231.43 166 -
System Red Green Blue C M Y K H S L
Decimal 121 5 251 0.52 0.98 0 0.02 268.29 0.97 0.5
Hex 79 5 FB 34 62 0 2 10C 61 32
Octal 171 5 373 64 142 0 2 414 141 62
Binary 1111001 101 11111011 110100 1100010 0 10 100001100 1100001 110010

Color Harmonies of #7905FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7905FB

Black with #7905FB

Text Example


Text Example

White with #7905FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7905FB; }

 p { color: rgb(121,5,251); }

 H1.HeaderClassName
 {
   color: #7905FB;
 }
 .AnyTagClassName
 {
   color: #7905FB;
 }
</style>

background-color css

<style>
 a { background-color: #7905FB; }

 a { background-color: rgb(121,5,251); }

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

border-color css

<style>
 span { border-color: #7905FB; }

 span { border-color: rgb(121,5,251); }

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