#7D59ED

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

Shades of Medium Slate Blue #7D59ED

Tints of Medium Slate Blue #7D59ED

Color information

#7D59ED (or 0x7D59ED) is unknown color: approx Medium Slate Blue. HEX triplet: 7D, 59 and ED. RGB value is (125,89,237). Sum of RGB (Red+Green+Blue) = 125+89+237=451 (59% of max value = 765). Red value is 125 (49.22% from 255 or 27.72% from 451); Green value is 89 (35.16% from 255 or 19.73% from 451); Blue value is 237 (92.97% from 255 or 52.55% from 451); Max value from RGB is 237 - color contains mainly: blue. Hex color #7D59ED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7D59ED is #82A612. Grayscale: #747474. Windows color (decimal): -8562195 or 15554941. OLE color: 15554941.

HSL color Cylindrical-coordinate representation of color #7D59ED: hue angle of 254.59º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7D59ED is Cyan = 0.47, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB12589237-
CMYK0.470.6200.07
HSL254.59º80.43%63.92%-
HSV(B)254.59º62.45%92.94%-
XYZ27.3217.6282.08-
YUV116.64195.93133.97-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 27.72%
GREEN value IS 89 (35.16% from 255) = 19.73%
BLUE value IS 237 (92.97% from 255) = 52.55%
R=27.72%
G=19.73%
B=52.55%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal125892370.470.6200.07254.5980.4363.92
Hex7D59ED2F3E07ff5040
Octal175131355577607377120100
Binary111110110110011110110110111111111001111111111110100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D59ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,89,237); }

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

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

 a { background-color: rgb(125,89,237); }

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

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

 span { border-color: rgb(125,89,237); }

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