#7059E9

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

Shades of Medium Slate Blue #7059E9

Tints of Medium Slate Blue #7059E9

Color information

#7059E9 (or 0x7059E9) is unknown color: approx Medium Slate Blue. HEX triplet: 70, 59 and E9. RGB value is (112,89,233). Sum of RGB (Red+Green+Blue) = 112+89+233=434 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.81% from 434); Green value is 89 (35.16% from 255 or 20.51% from 434); Blue value is 233 (91.41% from 255 or 53.69% from 434); Max value from RGB is 233 - color contains mainly: blue. Hex color #7059E9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7059E9 is #8FA616. Grayscale: #6F6F6F. Windows color (decimal): -9414167 or 15292784. OLE color: 15292784.

HSL color Cylindrical-coordinate representation of color #7059E9: hue angle of 249.58º degrees, saturation: 0.77, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7059E9 is Cyan = 0.52, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB11289233-
CMYK0.520.6200.09
HSL249.58º76.6%63.14%-
HSV(B)249.58º61.8%91.37%-
XYZ24.9616.4778.95-
YUV112.29196.12127.79-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 25.81%
GREEN value IS 89 (35.16% from 255) = 20.51%
BLUE value IS 233 (91.41% from 255) = 53.69%
R=25.81%
G=20.51%
B=53.69%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal112892330.520.6200.09249.5876.663.14
Hex7059E9343E09fa4d3f
Octal160131351647601137211577
Binary111000010110011110100111010011111001001111110101001101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7059E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7059E9; }

 p { color: rgb(112,89,233); }

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

<style>
 a { background-color: #7059E9; }

 a { background-color: rgb(112,89,233); }

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

<style>
 span { border-color: #7059E9; }

 span { border-color: rgb(112,89,233); }

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