#7F00EB

Color #7F00EB Electric Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Electric Indigo #7F00EB

Tints of Electric Indigo #7F00EB

Color information

#7F00EB (or 0x7F00EB) is unknown color: approx Electric Indigo. HEX triplet: 7F, 00 and EB. RGB value is (127,0,235). Sum of RGB (Red+Green+Blue) = 127+0+235=362 (47% of max value = 765). Red value is 127 (50% from 255 or 35.08% from 362); Green value is 0 (0.39% from 255 or 0% from 362); Blue value is 235 (92.19% from 255 or 64.92% from 362); Max value from RGB is 235 - color contains mainly: blue. Hex color #7F00EB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7F00EB is #80FF14. Grayscale: #3F3F3F. Windows color (decimal): -8453909 or 15401087. OLE color: 15401087.

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

Color convert

RGB1270235-
CMYK0.46100.08
HSL272.43º100%46.08%-
HSV(B)272.43º100%92.16%-
XYZ23.7510.5179.37-
YUV64.76224.08172.39-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 35.08%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 235 (92.19% from 255) = 64.92%
R=35.08%
G=0%
B=64.92%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal12702350.46100.08272.4310046.08
Hex7F0EB2E6408110642e
Octal17703535614401042014456
Binary11111110111010111011101100100010001000100001100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F00EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #7F00EB;
 }
 .AnyTagClassName
 {
   color: #7F00EB;
 }
</style>
background-color css

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

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

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

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

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

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