#7147FA

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

Shades of Medium Slate Blue #7147FA

Tints of Medium Slate Blue #7147FA

Color information

#7147FA (or 0x7147FA) is unknown color: approx Medium Slate Blue. HEX triplet: 71, 47 and FA. RGB value is (113,71,250). Sum of RGB (Red+Green+Blue) = 113+71+250=434 (57% of max value = 765). Red value is 113 (44.53% from 255 or 26.04% from 434); Green value is 71 (28.12% from 255 or 16.36% from 434); Blue value is 250 (98.05% from 255 or 57.60% from 434); Max value from RGB is 250 - color contains mainly: blue. Hex color #7147FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7147FA is #8EB805. Grayscale: #676767. Windows color (decimal): -9353222 or 16402289. OLE color: 16402289.

HSL color Cylindrical-coordinate representation of color #7147FA: hue angle of 254.08º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7147FA is Cyan = 0.55, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB11371250-
CMYK0.550.7200.02
HSL254.08º94.71%62.94%-
HSV(B)254.08º71.6%98.04%-
XYZ26.3214.9291.94-
YUV103.96210.41134.45-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 26.04%
GREEN value IS 71 (28.12% from 255) = 16.36%
BLUE value IS 250 (98.05% from 255) = 57.60%
R=26.04%
G=16.36%
B=57.60%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal113712500.550.7200.02254.0894.7162.94
Hex7147FA374802fe5f3f
Octal161107372671100237613777
Binary11100011000111111110101101111001000010111111101011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7147FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7147FA; }

 p { color: rgb(113,71,250); }

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

<style>
 a { background-color: #7147FA; }

 a { background-color: rgb(113,71,250); }

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

<style>
 span { border-color: #7147FA; }

 span { border-color: rgb(113,71,250); }

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