#7058ED

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

Shades of Medium Slate Blue #7058ED

Tints of Medium Slate Blue #7058ED

Color information

#7058ED (or 0x7058ED) is unknown color: approx Medium Slate Blue. HEX triplet: 70, 58 and ED. RGB value is (112,88,237). Sum of RGB (Red+Green+Blue) = 112+88+237=437 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.63% from 437); Green value is 88 (34.77% from 255 or 20.14% from 437); Blue value is 237 (92.97% from 255 or 54.23% from 437); Max value from RGB is 237 - color contains mainly: blue. Hex color #7058ED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7058ED is #8FA712. Grayscale: #6F6F6F. Windows color (decimal): -9414419 or 15554672. OLE color: 15554672.

HSL color Cylindrical-coordinate representation of color #7058ED: hue angle of 249.66º degrees, saturation: 0.81, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7058ED is Cyan = 0.53, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB11288237-
CMYK0.530.6300.07
HSL249.66º80.54%63.73%-
HSV(B)249.66º62.87%92.94%-
XYZ25.4616.5481.97-
YUV112.16198.45127.88-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 25.63%
GREEN value IS 88 (34.77% from 255) = 20.14%
BLUE value IS 237 (92.97% from 255) = 54.23%
R=25.63%
G=20.14%
B=54.23%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal112882370.530.6300.07249.6680.5463.73
Hex7058ED353F07fa5140
Octal160130355657707372121100
Binary111000010110001110110111010111111101111111101010100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7058ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7058ED; }

 p { color: rgb(112,88,237); }

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

<style>
 a { background-color: #7058ED; }

 a { background-color: rgb(112,88,237); }

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

<style>
 span { border-color: #7058ED; }

 span { border-color: rgb(112,88,237); }

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