#760FEB

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

Shades of Electric Indigo #760FEB

Tints of Electric Indigo #760FEB

Color information

#760FEB (or 0x760FEB) is unknown color: approx Electric Indigo. HEX triplet: 76, 0F and EB. RGB value is (118,15,235). Sum of RGB (Red+Green+Blue) = 118+15+235=368 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.07% from 368); Green value is 15 (6.25% from 255 or 4.08% from 368); Blue value is 235 (92.19% from 255 or 63.86% from 368); Max value from RGB is 235 - color contains mainly: blue. Hex color #760FEB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #760FEB is #89F014. Grayscale: #464646. Windows color (decimal): -9039893 or 15404918. OLE color: 15404918.

HSL color Cylindrical-coordinate representation of color #760FEB: hue angle of 268.09º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #760FEB is Cyan = 0.50, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB11815235-
CMYK0.500.9400.08
HSL268.09º88%49.02%-
HSV(B)268.09º93.62%92.16%-
XYZ22.6410.1979.37-
YUV70.88220.62161.61-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 32.07%
GREEN value IS 15 (6.25% from 255) = 4.08%
BLUE value IS 235 (92.19% from 255) = 63.86%
R=32.07%
G=4.08%
B=63.86%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal118152350.500.9400.08268.098849.02
Hex76FEB325E0810c5831
Octal166173536213601041413061
Binary11101101111111010111100101011110010001000011001011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #760FEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #760FEB; }

 p { color: rgb(118,15,235); }

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

<style>
 a { background-color: #760FEB; }

 a { background-color: rgb(118,15,235); }

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

<style>
 span { border-color: #760FEB; }

 span { border-color: rgb(118,15,235); }

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