#7e56dd

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

Shades of Medium Slate Blue #7E56DD

Tints of Medium Slate Blue #7E56DD

Color information

#7E56DD (or 0x7E56DD) is unknown color: approx Medium Slate Blue. HEX triplet: 7E, 56 and DD. RGB value is (126,86,221). Sum of RGB (Red+Green+Blue) = 126+86+221=433 (57% of max value = 765). Red value is 126 (49.61% from 255 or 29.10% from 433); Green value is 86 (33.98% from 255 or 19.86% from 433); Blue value is 221 (86.72% from 255 or 51.04% from 433); Max value from RGB is 221 - color contains mainly: blue. Hex color #7E56DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E56DD is #81A922. Grayscale: #707070. Windows color (decimal): -8497443 or 14505598. OLE color: 14505598.

HSL color Cylindrical-coordinate representation of color #7E56DD: hue angle of 257.78º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7E56DD is Cyan = 0.43, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB12686221-
CMYK0.430.6100.13
HSL257.78º66.5%60.2%-
HSV(B)257.78º61.09%86.67%-
XYZ24.9816.3170.24-
YUV113.35188.75137.02-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 29.10%
GREEN value IS 86 (33.98% from 255) = 19.86%
BLUE value IS 221 (86.72% from 255) = 51.04%
R=29.10%
G=19.86%
B=51.04%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal126862210.430.6100.13257.7866.560.2
Hex7E56DD2B3D0D102433c
Octal176126335537501540210374
Binary1111110101011011011101101011111101011011000000101000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7e56dd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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