#7042F0

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

Shades of Medium Slate Blue #7042F0

Tints of Medium Slate Blue #7042F0

Color information

#7042F0 (or 0x7042F0) is unknown color: approx Medium Slate Blue. HEX triplet: 70, 42 and F0. RGB value is (112,66,240). Sum of RGB (Red+Green+Blue) = 112+66+240=418 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.79% from 418); Green value is 66 (26.17% from 255 or 15.79% from 418); Blue value is 240 (94.14% from 255 or 57.42% from 418); Max value from RGB is 240 - color contains mainly: blue. Hex color #7042F0 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7042F0 is #8FBD0F. Grayscale: #626262. Windows color (decimal): -9420048 or 15745648. OLE color: 15745648.

HSL color Cylindrical-coordinate representation of color #7042F0: hue angle of 255.86º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7042F0 is Cyan = 0.53, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB11266240-
CMYK0.530.7200.06
HSL255.86º85.29%60%-
HSV(B)255.86º72.5%94.12%-
XYZ24.3613.6383.79-
YUV99.59207.24136.85-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 26.79%
GREEN value IS 66 (26.17% from 255) = 15.79%
BLUE value IS 240 (94.14% from 255) = 57.42%
R=26.79%
G=15.79%
B=57.42%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal112662400.530.7200.06255.8685.2960
Hex7042F0354806100553c
Octal160102360651100640012574
Binary1110000100001011110000110101100100001101000000001010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7042F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7042F0; }

 p { color: rgb(112,66,240); }

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

<style>
 a { background-color: #7042F0; }

 a { background-color: rgb(112,66,240); }

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

<style>
 span { border-color: #7042F0; }

 span { border-color: rgb(112,66,240); }

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