#7570EE

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

Shades of Medium Slate Blue #7570EE

Tints of Medium Slate Blue #7570EE

Color information

#7570EE (or 0x7570EE) is unknown color: approx Medium Slate Blue. HEX triplet: 75, 70 and EE. RGB value is (117,112,238). Sum of RGB (Red+Green+Blue) = 117+112+238=467 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25.05% from 467); Green value is 112 (44.14% from 255 or 23.98% from 467); Blue value is 238 (93.36% from 255 or 50.96% from 467); Max value from RGB is 238 - color contains mainly: blue. Hex color #7570EE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7570EE is #8A8F11. Grayscale: #7F7F7F. Windows color (decimal): -9080594 or 15626357. OLE color: 15626357.

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

Color convert

RGB117112238-
CMYK0.510.5300.07
HSL242.38º78.75%68.63%-
HSV(B)242.38º52.94%93.33%-
XYZ28.5621.5483.54-
YUV127.86190.16120.25-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 25.05%
GREEN value IS 112 (44.14% from 255) = 23.98%
BLUE value IS 238 (93.36% from 255) = 50.96%
R=25.05%
G=23.98%
B=50.96%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1171122380.510.5300.07242.3878.7568.63
Hex7570EE333507f24f45
Octal165160356636507362117105
Binary111010111100001110111011001111010101111111001010011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7570EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7570EE; }

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

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

<style>
 a { background-color: #7570EE; }

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

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

<style>
 span { border-color: #7570EE; }

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

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