#7D57DE

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

Shades of Medium Slate Blue #7D57DE

Tints of Medium Slate Blue #7D57DE

Color information

#7D57DE (or 0x7D57DE) is unknown color: approx Medium Slate Blue. HEX triplet: 7D, 57 and DE. RGB value is (125,87,222). Sum of RGB (Red+Green+Blue) = 125+87+222=434 (57% of max value = 765). Red value is 125 (49.22% from 255 or 28.80% from 434); Green value is 87 (34.38% from 255 or 20.05% from 434); Blue value is 222 (87.11% from 255 or 51.15% from 434); Max value from RGB is 222 - color contains mainly: blue. Hex color #7D57DE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D57DE is #82A821. Grayscale: #717171. Windows color (decimal): -8562722 or 14571389. OLE color: 14571389.

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

Color convert

RGB12587222-
CMYK0.440.6100.13
HSL256.89º67.16%60.59%-
HSV(B)256.89º60.81%87.06%-
XYZ25.0516.4570.96-
YUV113.75189.09136.02-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 28.80%
GREEN value IS 87 (34.38% from 255) = 20.05%
BLUE value IS 222 (87.11% from 255) = 51.15%
R=28.80%
G=20.05%
B=51.15%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal125872220.440.6100.13256.8967.1660.59
Hex7D57DE2C3D0D101433d
Octal175127336547501540110375
Binary1111101101011111011110101100111101011011000000011000011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D57DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,87,222); }

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

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

 a { background-color: rgb(125,87,222); }

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

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

 span { border-color: rgb(125,87,222); }

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