#7052F5

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

Shades of Medium Slate Blue #7052F5

Tints of Medium Slate Blue #7052F5

Color information

#7052F5 (or 0x7052F5) is unknown color: approx Medium Slate Blue. HEX triplet: 70, 52 and F5. RGB value is (112,82,245). Sum of RGB (Red+Green+Blue) = 112+82+245=439 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.51% from 439); Green value is 82 (32.42% from 255 or 18.68% from 439); Blue value is 245 (96.09% from 255 or 55.81% from 439); Max value from RGB is 245 - color contains mainly: blue. Hex color #7052F5 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7052F5 is #8FAD0A. Grayscale: #6C6C6C. Windows color (decimal): -9415947 or 16077424. OLE color: 16077424.

HSL color Cylindrical-coordinate representation of color #7052F5: hue angle of 251.04º degrees, saturation: 0.89, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7052F5 is Cyan = 0.54, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB11282245-
CMYK0.540.6700.04
HSL251.04º89.07%64.12%-
HSV(B)251.04º66.53%96.08%-
XYZ26.1816.0788.11-
YUV109.55204.44129.75-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 25.51%
GREEN value IS 82 (32.42% from 255) = 18.68%
BLUE value IS 245 (96.09% from 255) = 55.81%
R=25.51%
G=18.68%
B=55.81%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal112822450.540.6700.04251.0489.0764.12
Hex7052F5364304fb5940
Octal1601223656610304373131100
Binary1110000101001011110101110110100001101001111101110110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7052F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7052F5; }

 p { color: rgb(112,82,245); }

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

<style>
 a { background-color: #7052F5; }

 a { background-color: rgb(112,82,245); }

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

<style>
 span { border-color: #7052F5; }

 span { border-color: rgb(112,82,245); }

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