#7073EF

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

Shades of Medium Slate Blue #7073EF

Tints of Medium Slate Blue #7073EF

Color information

#7073EF (or 0x7073EF) is unknown color: approx Medium Slate Blue. HEX triplet: 70, 73 and EF. RGB value is (112,115,239). Sum of RGB (Red+Green+Blue) = 112+115+239=466 (61% of max value = 765). Red value is 112 (44.14% from 255 or 24.03% from 466); Green value is 115 (45.31% from 255 or 24.68% from 466); Blue value is 239 (93.75% from 255 or 51.29% from 466); Max value from RGB is 239 - color contains mainly: blue. Hex color #7073EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7073EF is #8F8C10. Grayscale: #7F7F7F. Windows color (decimal): -9407505 or 15692656. OLE color: 15692656.

HSL color Cylindrical-coordinate representation of color #7073EF: hue angle of 238.58º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7073EF is Cyan = 0.53, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB112115239-
CMYK0.530.5200.06
HSL238.58º79.87%68.82%-
HSV(B)238.58º53.14%93.73%-
XYZ28.3921.9484.4-
YUV128.24190.51116.42-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 24.03%
GREEN value IS 115 (45.31% from 255) = 24.68%
BLUE value IS 239 (93.75% from 255) = 51.29%
R=24.03%
G=24.68%
B=51.29%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1121152390.530.5200.06238.5879.8768.82
Hex7073EF353406ef5045
Octal160163357656406357120105
Binary111000011100111110111111010111010001101110111110100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7073EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7073EF; }

 p { color: rgb(112,115,239); }

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

<style>
 a { background-color: #7073EF; }

 a { background-color: rgb(112,115,239); }

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

<style>
 span { border-color: #7073EF; }

 span { border-color: rgb(112,115,239); }

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