#7073DE

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

Shades of Medium Slate Blue #7073DE

Tints of Medium Slate Blue #7073DE

Color information

#7073DE (or 0x7073DE) is unknown color: approx Medium Slate Blue. HEX triplet: 70, 73 and DE. RGB value is (112,115,222). Sum of RGB (Red+Green+Blue) = 112+115+222=449 (59% of max value = 765). Red value is 112 (44.14% from 255 or 24.94% from 449); Green value is 115 (45.31% from 255 or 25.61% from 449); Blue value is 222 (87.11% from 255 or 49.44% from 449); Max value from RGB is 222 - color contains mainly: blue. Hex color #7073DE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7073DE is #8F8C21. Grayscale: #7D7D7D. Windows color (decimal): -9407522 or 14578544. OLE color: 14578544.

HSL color Cylindrical-coordinate representation of color #7073DE: hue angle of 238.36º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7073DE is Cyan = 0.50, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB112115222-
CMYK0.500.4800.13
HSL238.36º62.5%65.49%-
HSV(B)238.36º49.55%87.06%-
XYZ2620.9871.79-
YUV126.3182.01117.8-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 24.94%
GREEN value IS 115 (45.31% from 255) = 25.61%
BLUE value IS 222 (87.11% from 255) = 49.44%
R=24.94%
G=25.61%
B=49.44%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1121152220.500.4800.13238.3662.565.49
Hex7073DE32300Dee3e41
Octal160163336626001535676101
Binary111000011100111101111011001011000001101111011101111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7073DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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