#7075ED

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

Shades of Medium Slate Blue #7075ED

Tints of Medium Slate Blue #7075ED

Color information

#7075ED (or 0x7075ED) is unknown color: approx Medium Slate Blue. HEX triplet: 70, 75 and ED. RGB value is (112,117,237). Sum of RGB (Red+Green+Blue) = 112+117+237=466 (61% of max value = 765). Red value is 112 (44.14% from 255 or 24.03% from 466); Green value is 117 (46.09% from 255 or 25.11% from 466); Blue value is 237 (92.97% from 255 or 50.86% from 466); Max value from RGB is 237 - color contains mainly: blue. Hex color #7075ED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7075ED is #8F8A12. Grayscale: #808080. Windows color (decimal): -9406995 or 15562096. OLE color: 15562096.

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

Color convert

RGB112117237-
CMYK0.530.5100.07
HSL237.6º77.64%68.43%-
HSV(B)237.6º52.74%92.94%-
XYZ28.3322.2882.93-
YUV129.18188.84115.74-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 24.03%
GREEN value IS 117 (46.09% from 255) = 25.11%
BLUE value IS 237 (92.97% from 255) = 50.86%
R=24.03%
G=25.11%
B=50.86%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1121172370.530.5100.07237.677.6468.43
Hex7075ED353307ee4e44
Octal160165355656307356116104
Binary111000011101011110110111010111001101111110111010011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7075ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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