#7051F6

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

Shades of Medium Slate Blue #7051F6

Tints of Medium Slate Blue #7051F6

Color information

#7051F6 (or 0x7051F6) is unknown color: approx Medium Slate Blue. HEX triplet: 70, 51 and F6. RGB value is (112,81,246). Sum of RGB (Red+Green+Blue) = 112+81+246=439 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.51% from 439); Green value is 81 (32.03% from 255 or 18.45% from 439); Blue value is 246 (96.48% from 255 or 56.04% from 439); Max value from RGB is 246 - color contains mainly: blue. Hex color #7051F6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7051F6 is #8FAE09. Grayscale: #6C6C6C. Windows color (decimal): -9416202 or 16142704. OLE color: 16142704.

HSL color Cylindrical-coordinate representation of color #7051F6: hue angle of 251.27º degrees, saturation: 0.9, 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 #7051F6 is Cyan = 0.54, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB11281246-
CMYK0.540.6700.04
HSL251.27º90.16%64.12%-
HSV(B)251.27º67.07%96.47%-
XYZ26.2615.9888.89-
YUV109.08205.27130.08-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 25.51%
GREEN value IS 81 (32.03% from 255) = 18.45%
BLUE value IS 246 (96.48% from 255) = 56.04%
R=25.51%
G=18.45%
B=56.04%

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
Decimal112812460.540.6700.04251.2790.1664.12
Hex7051F6364304fb5a40
Octal1601213666610304373132100
Binary1110000101000111110110110110100001101001111101110110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7051F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7051F6; }

 p { color: rgb(112,81,246); }

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

<style>
 a { background-color: #7051F6; }

 a { background-color: rgb(112,81,246); }

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

<style>
 span { border-color: #7051F6; }

 span { border-color: rgb(112,81,246); }

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