#7E56FD

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

Shades of Medium Slate Blue #7E56FD

Tints of Medium Slate Blue #7E56FD

Color information

#7E56FD (or 0x7E56FD) is unknown color: approx Medium Slate Blue. HEX triplet: 7E, 56 and FD. RGB value is (126,86,253). Sum of RGB (Red+Green+Blue) = 126+86+253=465 (61% of max value = 765). Red value is 126 (49.61% from 255 or 27.10% from 465); Green value is 86 (33.98% from 255 or 18.49% from 465); Blue value is 253 (99.22% from 255 or 54.41% from 465); Max value from RGB is 253 - color contains mainly: blue. Hex color #7E56FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7E56FD is #81A902. Grayscale: #747474. Windows color (decimal): -8497411 or 16602750. OLE color: 16602750.

HSL color Cylindrical-coordinate representation of color #7E56FD: hue angle of 254.37º degrees, saturation: 0.98, 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 #7E56FD is Cyan = 0.50, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB12686253-
CMYK0.500.6600.01
HSL254.37º97.66%66.47%-
HSV(B)254.37º66.01%99.22%-
XYZ29.6618.1894.87-
YUV117204.75134.42-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 27.10%
GREEN value IS 86 (33.98% from 255) = 18.49%
BLUE value IS 253 (99.22% from 255) = 54.41%
R=27.10%
G=18.49%
B=54.41%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal126862530.500.6600.01254.3797.6666.47
Hex7E56FD324201fe6242
Octal1761263756210201376142102
Binary11111101010110111111011100101000010011111111011000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E56FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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