#7075DE

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

Shades of Medium Slate Blue #7075DE

Tints of Medium Slate Blue #7075DE

Color information

#7075DE (or 0x7075DE) is unknown color: approx Medium Slate Blue. HEX triplet: 70, 75 and DE. RGB value is (112,117,222). Sum of RGB (Red+Green+Blue) = 112+117+222=451 (59% of max value = 765). Red value is 112 (44.14% from 255 or 24.83% from 451); Green value is 117 (46.09% from 255 or 25.94% from 451); Blue value is 222 (87.11% from 255 or 49.22% from 451); Max value from RGB is 222 - color contains mainly: blue. Hex color #7075DE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7075DE is #8F8A21. Grayscale: #7F7F7F. Windows color (decimal): -9407010 or 14579056. OLE color: 14579056.

HSL color Cylindrical-coordinate representation of color #7075DE: hue angle of 237.27º 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 #7075DE is Cyan = 0.50, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB112117222-
CMYK0.500.4700.13
HSL237.27º62.5%65.49%-
HSV(B)237.27º49.55%87.06%-
XYZ26.2321.4471.86-
YUV127.48181.34116.96-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 24.83%
GREEN value IS 117 (46.09% from 255) = 25.94%
BLUE value IS 222 (87.11% from 255) = 49.22%
R=24.83%
G=25.94%
B=49.22%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1121172220.500.4700.13237.2762.565.49
Hex7075DE322F0Ded3e41
Octal160165336625701535576101
Binary111000011101011101111011001010111101101111011011111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7075DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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