#7D47FA

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

Shades of Medium Slate Blue #7D47FA

Tints of Medium Slate Blue #7D47FA

Color information

#7D47FA (or 0x7D47FA) is unknown color: approx Medium Slate Blue. HEX triplet: 7D, 47 and FA. RGB value is (125,71,250). Sum of RGB (Red+Green+Blue) = 125+71+250=446 (59% of max value = 765). Red value is 125 (49.22% from 255 or 28.03% from 446); Green value is 71 (28.12% from 255 or 15.92% from 446); Blue value is 250 (98.05% from 255 or 56.05% from 446); Max value from RGB is 250 - color contains mainly: blue. Hex color #7D47FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7D47FA is #82B805. Grayscale: #6A6A6A. Windows color (decimal): -8566790 or 16402301. OLE color: 16402301.

HSL color Cylindrical-coordinate representation of color #7D47FA: hue angle of 258.1º 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 #7D47FA is Cyan = 0.50, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB12571250-
CMYK0.500.7200.02
HSL258.1º94.71%62.94%-
HSV(B)258.1º71.6%98.04%-
XYZ27.9715.7792.01-
YUV107.55208.39140.45-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 28.03%
GREEN value IS 71 (28.12% from 255) = 15.92%
BLUE value IS 250 (98.05% from 255) = 56.05%
R=28.03%
G=15.92%
B=56.05%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal125712500.500.7200.02258.194.7162.94
Hex7D47FA3248021025f3f
Octal175107372621100240213777
Binary111110110001111111101011001010010000101000000101011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D47FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7D47FA; }

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

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

<style>
 a { background-color: #7D47FA; }

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

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

<style>
 span { border-color: #7D47FA; }

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

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