Html Css Color HEX #7F11FE Electric Indigo

📋 copy color: '#7F11FE'

red 127 ◦ green 17 ◦ blue 254

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

Shades of Electric Indigo #7F11FE

Tints of Electric Indigo #7F11FE

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.27%

 BLUE value IS 254 (99.61% from 255) = 63.82%

R = 31.91%
G = 4.27%
B = 63.82%

CMYK

 C value IS 0.50

 M value IS 0.93

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#7F11FE (or 0x7F11FE) is known color: Electric Indigo. HEX triplet: 7F, 11 and FE. RGB value is (127,17,254). Sum of RGB (Red+Green+Blue) = 127+17+254=398 (52% of max value = 765). Red value is 127 (50% from 255 or 31.91% from 398); Green value is 17 (7.03% from 255 or 4.27% from 398); Blue value is 254 (99.61% from 255 or 63.82% from 398); Max value from RGB is 254 - color contains mainly: blue. Hex color #7F11FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7F11FE is #80EE01. Grayscale: #4C4C4C. Windows color (decimal): -8449538 or 16650623. OLE color: 16650623.

HSL color Cylindrical-coordinate representation of color #7F11FE: hue angle of 267.85º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7F11FE is Cyan = 0.50, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 127 17 254 -
CMYK 0.50 0.93 0 0.00
HSL 267.85º 0.99% 0.53% -
HSV(B) 267.85º 0.93% 1% -
XYZ 26.84 12.07 94.68 -
YUV 76.91 227.94 163.73 -
System Red Green Blue C M Y K H S L
Decimal 127 17 254 0.50 0.93 0 0.00 267.85 0.99 0.53
Hex 7F 11 FE 32 5D 0 0 10C 63 35
Octal 177 21 376 62 135 0 0 414 143 65
Binary 1111111 10001 11111110 110010 1011101 0 0 100001100 1100011 110101

Color Harmonies of #7F11FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F11FE

Black with #7F11FE

Text Example


Text Example

White with #7F11FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,17,254); }

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

background-color css

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

 a { background-color: rgb(127,17,254); }

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

border-color css

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

 span { border-color: rgb(127,17,254); }

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