#7a59df

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

Shades of Medium Slate Blue #7A59DF

Tints of Medium Slate Blue #7A59DF

Color information

#7A59DF (or 0x7A59DF) is unknown color: approx Medium Slate Blue. HEX triplet: 7A, 59 and DF. RGB value is (122,89,223). Sum of RGB (Red+Green+Blue) = 122+89+223=434 (57% of max value = 765). Red value is 122 (48.05% from 255 or 28.11% from 434); Green value is 89 (35.16% from 255 or 20.51% from 434); Blue value is 223 (87.5% from 255 or 51.38% from 434); Max value from RGB is 223 - color contains mainly: blue. Hex color #7A59DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A59DF is #85A620. Grayscale: #717171. Windows color (decimal): -8758817 or 14637434. OLE color: 14637434.

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

Color convert

RGB12289223-
CMYK0.450.6000.13
HSL254.78º67.68%61.18%-
HSV(B)254.78º60.09%87.45%-
XYZ24.9216.6171.7-
YUV114.14189.43133.6-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 28.11%
GREEN value IS 89 (35.16% from 255) = 20.51%
BLUE value IS 223 (87.5% from 255) = 51.38%
R=28.11%
G=20.51%
B=51.38%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal122892230.450.6000.13254.7867.6861.18
Hex7A59DF2D3C0Dff443d
Octal172131337557401537710475
Binary111101010110011101111110110111110001101111111111000100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7a59df

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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