#7D49FA

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

Shades of Medium Slate Blue #7D49FA

Tints of Medium Slate Blue #7D49FA

Color information

#7D49FA (or 0x7D49FA) is unknown color: approx Medium Slate Blue. HEX triplet: 7D, 49 and FA. RGB value is (125,73,250). Sum of RGB (Red+Green+Blue) = 125+73+250=448 (59% of max value = 765). Red value is 125 (49.22% from 255 or 27.90% from 448); Green value is 73 (28.91% from 255 or 16.29% from 448); Blue value is 250 (98.05% from 255 or 55.80% from 448); Max value from RGB is 250 - color contains mainly: blue. Hex color #7D49FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7D49FA is #82B605. Grayscale: #6C6C6C. Windows color (decimal): -8566278 or 16402813. OLE color: 16402813.

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

Color convert

RGB12573250-
CMYK0.500.7100.02
HSL257.63º94.65%63.33%-
HSV(B)257.63º70.8%98.04%-
XYZ28.116.0392.06-
YUV108.73207.73139.61-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 27.90%
GREEN value IS 73 (28.91% from 255) = 16.29%
BLUE value IS 250 (98.05% from 255) = 55.80%
R=27.90%
G=16.29%
B=55.80%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal125732500.500.7100.02257.6394.6563.33
Hex7D49FA3247021025f3f
Octal175111372621070240213777
Binary111110110010011111101011001010001110101000000101011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D49FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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