#7570F3

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

Shades of Medium Slate Blue #7570F3

Tints of Medium Slate Blue #7570F3

Color information

#7570F3 (or 0x7570F3) is unknown color: approx Medium Slate Blue. HEX triplet: 75, 70 and F3. RGB value is (117,112,243). Sum of RGB (Red+Green+Blue) = 117+112+243=472 (62% of max value = 765). Red value is 117 (46.09% from 255 or 24.79% from 472); Green value is 112 (44.14% from 255 or 23.73% from 472); Blue value is 243 (95.31% from 255 or 51.48% from 472); Max value from RGB is 243 - color contains mainly: blue. Hex color #7570F3 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7570F3 is #8A8F0C. Grayscale: #7F7F7F. Windows color (decimal): -9080589 or 15954037. OLE color: 15954037.

HSL color Cylindrical-coordinate representation of color #7570F3: hue angle of 242.29º degrees, saturation: 0.85, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7570F3 is Cyan = 0.52, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB117112243-
CMYK0.520.5400.05
HSL242.29º84.52%69.61%-
HSV(B)242.29º53.91%95.29%-
XYZ29.3121.8487.47-
YUV128.43192.66119.85-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 24.79%
GREEN value IS 112 (44.14% from 255) = 23.73%
BLUE value IS 243 (95.31% from 255) = 51.48%
R=24.79%
G=23.73%
B=51.48%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1171122430.520.5400.05242.2984.5269.61
Hex7570F3343605f25546
Octal165160363646605362125106
Binary111010111100001111001111010011011001011111001010101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7570F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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