Html Css Color HEX #7914FB Electric Indigo

📋 copy color: '#7914FB'

red 121 ◦ green 20 ◦ blue 251

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

Shades of Electric Indigo #7914FB

Tints of Electric Indigo #7914FB

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.1%

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

R = 30.87%
G = 5.1%
B = 64.03%

CMYK

 C value IS 0.52

 M value IS 0.92

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7914FB (or 0x7914FB) is known color: Electric Indigo. HEX triplet: 79, 14 and FB. RGB value is (121,20,251). Sum of RGB (Red+Green+Blue) = 121+20+251=392 (51% of max value = 765). Red value is 121 (47.66% from 255 or 30.87% from 392); Green value is 20 (8.20% from 255 or 5.10% from 392); Blue value is 251 (98.44% from 255 or 64.03% from 392); Max value from RGB is 251 - color contains mainly: blue. Hex color #7914FB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7914FB is #86EB04. Grayscale: #4B4B4B. Windows color (decimal): -8841989 or 16454777. OLE color: 16454777.

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

Color convert

RGB 121 20 251 -
CMYK 0.52 0.92 0 0.02
HSL 266.23º 0.97% 0.53% -
HSV(B) 266.23º 0.92% 0.98% -
XYZ 25.55 11.53 92.15 -
YUV 76.53 226.46 159.72 -
System Red Green Blue C M Y K H S L
Decimal 121 20 251 0.52 0.92 0 0.02 266.23 0.97 0.53
Hex 79 14 FB 34 5C 0 2 10A 61 35
Octal 171 24 373 64 134 0 2 412 141 65
Binary 1111001 10100 11111011 110100 1011100 0 10 100001010 1100001 110101

Color Harmonies of #7914FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7914FB

Black with #7914FB

Text Example


Text Example

White with #7914FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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