#7E4EFC

Color #7E4EFC Medium Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Slate Blue #7E4EFC

Tints of Medium Slate Blue #7E4EFC

Color information

#7E4EFC (or 0x7E4EFC) is unknown color: approx Medium Slate Blue. HEX triplet: 7E, 4E and FC. RGB value is (126,78,252). Sum of RGB (Red+Green+Blue) = 126+78+252=456 (60% of max value = 765). Red value is 126 (49.61% from 255 or 27.63% from 456); Green value is 78 (30.86% from 255 or 17.11% from 456); Blue value is 252 (98.83% from 255 or 55.26% from 456); Max value from RGB is 252 - color contains mainly: blue. Hex color #7E4EFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7E4EFC is #81B103. Grayscale: #6F6F6F. Windows color (decimal): -8499460 or 16535166. OLE color: 16535166.

HSL color Cylindrical-coordinate representation of color #7E4EFC: hue angle of 256.55º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7E4EFC is Cyan = 0.5, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB12678252-
CMYK0.50.6900.01
HSL256.55º96.67%64.71%-
HSV(B)256.55º69.05%98.82%-
XYZ28.916.9193.84-
YUV112.19206.9137.85-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 27.63%
GREEN value IS 78 (30.86% from 255) = 17.11%
BLUE value IS 252 (98.83% from 255) = 55.26%
R=27.63%
G=17.11%
B=55.26%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal126782520.50.6900.01256.5596.6764.71
Hex7E4EFC3245011016141
Octal1761163746210501401141101
Binary111111010011101111110011001010001010110000000111000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E4EFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,78,252); }

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

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

 a { background-color: rgb(126,78,252); }

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

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

 span { border-color: rgb(126,78,252); }

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