#7500FE

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

Shades of Electric Indigo #7500FE

Tints of Electric Indigo #7500FE

Color information

#7500FE (or 0x7500FE) is unknown color: approx Electric Indigo. HEX triplet: 75, 00 and FE. RGB value is (117,0,254). Sum of RGB (Red+Green+Blue) = 117+0+254=371 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.54% from 371); Green value is 0 (0.39% from 255 or 0% from 371); Blue value is 254 (99.61% from 255 or 68.46% from 371); Max value from RGB is 254 - color contains mainly: blue. Hex color #7500FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7500FE is #8AFF01. Grayscale: #3F3F3F. Windows color (decimal): -9109250 or 16646261. OLE color: 16646261.

HSL color Cylindrical-coordinate representation of color #7500FE: hue angle of 267.64º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7500FE is Cyan = 0.54, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB1170254-
CMYK0.54100.00
HSL267.64º100%49.8%-
HSV(B)267.64º100%99.61%-
XYZ25.2310.9494.55-
YUV63.94235.26165.85-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 31.54%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 254 (99.61% from 255) = 68.46%
R=31.54%
G=0%
B=68.46%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal11702540.54100.00267.6410049.8
Hex750FE36640010c6432
Octal1650376661440041414462
Binary11101010111111101101101100100001000011001100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7500FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7500FE; }

 p { color: rgb(117,0,254); }

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

<style>
 a { background-color: #7500FE; }

 a { background-color: rgb(117,0,254); }

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

<style>
 span { border-color: #7500FE; }

 span { border-color: rgb(117,0,254); }

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