#7047F8

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

Shades of Medium Slate Blue #7047F8

Tints of Medium Slate Blue #7047F8

Color information

#7047F8 (or 0x7047F8) is unknown color: approx Medium Slate Blue. HEX triplet: 70, 47 and F8. RGB value is (112,71,248). Sum of RGB (Red+Green+Blue) = 112+71+248=431 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.99% from 431); Green value is 71 (28.12% from 255 or 16.47% from 431); Blue value is 248 (97.27% from 255 or 57.54% from 431); Max value from RGB is 248 - color contains mainly: blue. Hex color #7047F8 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7047F8 is #8FB807. Grayscale: #666666. Windows color (decimal): -9418760 or 16271216. OLE color: 16271216.

HSL color Cylindrical-coordinate representation of color #7047F8: hue angle of 253.9º degrees, saturation: 0.93, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7047F8 is Cyan = 0.55, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB11271248-
CMYK0.550.7100.03
HSL253.9º92.67%62.55%-
HSV(B)253.9º71.37%97.25%-
XYZ25.8814.7390.29-
YUV103.44209.58134.11-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 25.99%
GREEN value IS 71 (28.12% from 255) = 16.47%
BLUE value IS 248 (97.27% from 255) = 57.54%
R=25.99%
G=16.47%
B=57.54%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal112712480.550.7100.03253.992.6762.55
Hex7047F8374703fe5d3f
Octal160107370671070337613577
Binary11100001000111111110001101111000111011111111101011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7047F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7047F8; }

 p { color: rgb(112,71,248); }

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

<style>
 a { background-color: #7047F8; }

 a { background-color: rgb(112,71,248); }

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

<style>
 span { border-color: #7047F8; }

 span { border-color: rgb(112,71,248); }

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