#7E56FC

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

Shades of Medium Slate Blue #7E56FC

Tints of Medium Slate Blue #7E56FC

Color information

#7E56FC (or 0x7E56FC) is unknown color: approx Medium Slate Blue. HEX triplet: 7E, 56 and FC. RGB value is (126,86,252). Sum of RGB (Red+Green+Blue) = 126+86+252=464 (61% of max value = 765). Red value is 126 (49.61% from 255 or 27.16% from 464); Green value is 86 (33.98% from 255 or 18.53% from 464); Blue value is 252 (98.83% from 255 or 54.31% from 464); Max value from RGB is 252 - color contains mainly: blue. Hex color #7E56FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7E56FC is #81A903. Grayscale: #747474. Windows color (decimal): -8497412 or 16537214. OLE color: 16537214.

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

Color convert

RGB12686252-
CMYK0.50.6600.01
HSL254.46º96.51%66.27%-
HSV(B)254.46º65.87%98.82%-
XYZ29.518.1294.04-
YUV116.88204.25134.5-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 27.16%
GREEN value IS 86 (33.98% from 255) = 18.53%
BLUE value IS 252 (98.83% from 255) = 54.31%
R=27.16%
G=18.53%
B=54.31%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal126862520.50.6600.01254.4696.5166.27
Hex7E56FC324201fe6142
Octal1761263746210201376141102
Binary11111101010110111111001100101000010011111111011000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E56FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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