#7D59DD

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

Shades of Medium Slate Blue #7D59DD

Tints of Medium Slate Blue #7D59DD

Color information

#7D59DD (or 0x7D59DD) is unknown color: approx Medium Slate Blue. HEX triplet: 7D, 59 and DD. RGB value is (125,89,221). Sum of RGB (Red+Green+Blue) = 125+89+221=435 (57% of max value = 765). Red value is 125 (49.22% from 255 or 28.74% from 435); Green value is 89 (35.16% from 255 or 20.46% from 435); Blue value is 221 (86.72% from 255 or 50.80% from 435); Max value from RGB is 221 - color contains mainly: blue. Hex color #7D59DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D59DD is #82A622. Grayscale: #727272. Windows color (decimal): -8562211 or 14506365. OLE color: 14506365.

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

Color convert

RGB12589221-
CMYK0.430.6000.13
HSL256.36º66%60.78%-
HSV(B)256.36º59.73%86.67%-
XYZ25.0816.7370.31-
YUV114.81187.93135.27-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 28.74%
GREEN value IS 89 (35.16% from 255) = 20.46%
BLUE value IS 221 (86.72% from 255) = 50.80%
R=28.74%
G=20.46%
B=50.80%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal125892210.430.6000.13256.366660.78
Hex7D59DD2B3C0D100423d
Octal175131335537401540010275
Binary1111101101100111011101101011111100011011000000001000010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D59DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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