#7D56F0

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

Shades of Medium Slate Blue #7D56F0

Tints of Medium Slate Blue #7D56F0

Color information

#7D56F0 (or 0x7D56F0) is unknown color: approx Medium Slate Blue. HEX triplet: 7D, 56 and F0. RGB value is (125,86,240). Sum of RGB (Red+Green+Blue) = 125+86+240=451 (59% of max value = 765). Red value is 125 (49.22% from 255 or 27.72% from 451); Green value is 86 (33.98% from 255 or 19.07% from 451); Blue value is 240 (94.14% from 255 or 53.22% from 451); Max value from RGB is 240 - color contains mainly: blue. Hex color #7D56F0 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7D56F0 is #82A90F. Grayscale: #727272. Windows color (decimal): -8562960 or 15750781. OLE color: 15750781.

HSL color Cylindrical-coordinate representation of color #7D56F0: hue angle of 255.19º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7D56F0 is Cyan = 0.48, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB12586240-
CMYK0.480.6400.06
HSL255.19º83.7%63.92%-
HSV(B)255.19º64.17%94.12%-
XYZ27.5117.3184.33-
YUV115.22198.42134.98-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 27.72%
GREEN value IS 86 (33.98% from 255) = 19.07%
BLUE value IS 240 (94.14% from 255) = 53.22%
R=27.72%
G=19.07%
B=53.22%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal125862400.480.6400.06255.1983.763.92
Hex7D56F0304006ff5440
Octal1751263606010006377124100
Binary1111101101011011110000110000100000001101111111110101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D56F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,86,240); }

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

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

 a { background-color: rgb(125,86,240); }

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

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

 span { border-color: rgb(125,86,240); }

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