#7C59DF

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

Shades of Medium Slate Blue #7C59DF

Tints of Medium Slate Blue #7C59DF

Color information

#7C59DF (or 0x7C59DF) is unknown color: approx Medium Slate Blue. HEX triplet: 7C, 59 and DF. RGB value is (124,89,223). Sum of RGB (Red+Green+Blue) = 124+89+223=436 (57% of max value = 765). Red value is 124 (48.83% from 255 or 28.44% from 436); Green value is 89 (35.16% from 255 or 20.41% from 436); Blue value is 223 (87.5% from 255 or 51.15% from 436); Max value from RGB is 223 - color contains mainly: blue. Hex color #7C59DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C59DF is #83A620. Grayscale: #727272. Windows color (decimal): -8627745 or 14637436. OLE color: 14637436.

HSL color Cylindrical-coordinate representation of color #7C59DF: hue angle of 255.67º degrees, saturation: 0.68, 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 #7C59DF is Cyan = 0.44, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB12489223-
CMYK0.440.6000.13
HSL255.67º67.68%61.18%-
HSV(B)255.67º60.09%87.45%-
XYZ25.216.7671.72-
YUV114.74189.1134.6-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 28.44%
GREEN value IS 89 (35.16% from 255) = 20.41%
BLUE value IS 223 (87.5% from 255) = 51.15%
R=28.44%
G=20.41%
B=51.15%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal124892230.440.6000.13255.6767.6861.18
Hex7C59DF2C3C0D100443d
Octal174131337547401540010475
Binary1111100101100111011111101100111100011011000000001000100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C59DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,89,223); }

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

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

 a { background-color: rgb(124,89,223); }

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

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

 span { border-color: rgb(124,89,223); }

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