#7D47FB

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

Shades of Medium Slate Blue #7D47FB

Tints of Medium Slate Blue #7D47FB

Color information

#7D47FB (or 0x7D47FB) is unknown color: approx Medium Slate Blue. HEX triplet: 7D, 47 and FB. RGB value is (125,71,251). Sum of RGB (Red+Green+Blue) = 125+71+251=447 (59% of max value = 765). Red value is 125 (49.22% from 255 or 27.96% from 447); Green value is 71 (28.12% from 255 or 15.88% from 447); Blue value is 251 (98.44% from 255 or 56.15% from 447); Max value from RGB is 251 - color contains mainly: blue. Hex color #7D47FB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7D47FB is #82B804. Grayscale: #6B6B6B. Windows color (decimal): -8566789 or 16467837. OLE color: 16467837.

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

Color convert

RGB12571251-
CMYK0.500.7200.02
HSL258º95.74%63.14%-
HSV(B)258º71.71%98.43%-
XYZ28.1215.8392.84-
YUV107.67208.89140.36-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 27.96%
GREEN value IS 71 (28.12% from 255) = 15.88%
BLUE value IS 251 (98.44% from 255) = 56.15%
R=27.96%
G=15.88%
B=56.15%

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
Decimal125712510.500.7200.0225895.7463.14
Hex7D47FB324802102603f
Octal175107373621100240214077
Binary111110110001111111101111001010010000101000000101100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D47FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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