Html Css Color HEX #7F00F9 Electric Indigo

📋 copy color: '#7F00F9'

red 127 ◦ green 0 ◦ blue 249

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

Shades of Electric Indigo #7F00F9

Tints of Electric Indigo #7F00F9

RGB

 RED value IS 127 (50% from 255) = 33.78%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 249 (97.66% from 255) = 66.22%

R = 33.78%
G = 0%
B = 66.22%

CMYK

 C value IS 0.49

 M value IS 1

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7F00F9 (or 0x7F00F9) is known color: Electric Indigo. HEX triplet: 7F, 00 and F9. RGB value is (127,0,249). Sum of RGB (Red+Green+Blue) = 127+0+249=376 (49% of max value = 765). Red value is 127 (50% from 255 or 33.78% from 376); Green value is 0 (0.39% from 255 or 0% from 376); Blue value is 249 (97.66% from 255 or 66.22% from 376); Max value from RGB is 249 - color contains mainly: blue. Hex color #7F00F9 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7F00F9 is #80FF06. Grayscale: #414141. Windows color (decimal): -8453895 or 16318591. OLE color: 16318591.

HSL color Cylindrical-coordinate representation of color #7F00F9: hue angle of 270.6º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7F00F9 is Cyan = 0.49, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 127 0 249 -
CMYK 0.49 1 0 0.02
HSL 270.6º 1% 0.49% -
HSV(B) 270.6º 1% 0.98% -
XYZ 25.85 11.35 90.45 -
YUV 66.36 231.08 171.25 -
System Red Green Blue C M Y K H S L
Decimal 127 0 249 0.49 1 0 0.02 270.6 1 0.49
Hex 7F 0 F9 31 64 0 2 10F 64 31
Octal 177 0 371 61 144 0 2 417 144 61
Binary 1111111 0 11111001 110001 1100100 0 10 100001111 1100100 110001

Color Harmonies of #7F00F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F00F9

Black with #7F00F9

Text Example


Text Example

White with #7F00F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7F00F9; }

 p { color: rgb(127,0,249); }

 H1.HeaderClassName
 {
   color: #7F00F9;
 }
 .AnyTagClassName
 {
   color: #7F00F9;
 }
</style>

background-color css

<style>
 a { background-color: #7F00F9; }

 a { background-color: rgb(127,0,249); }

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

border-color css

<style>
 span { border-color: #7F00F9; }

 span { border-color: rgb(127,0,249); }

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