#7D57FA

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

Shades of Medium Slate Blue #7D57FA

Tints of Medium Slate Blue #7D57FA

Color information

#7D57FA (or 0x7D57FA) is unknown color: approx Medium Slate Blue. HEX triplet: 7D, 57 and FA. RGB value is (125,87,250). Sum of RGB (Red+Green+Blue) = 125+87+250=462 (61% of max value = 765). Red value is 125 (49.22% from 255 or 27.06% from 462); Green value is 87 (34.38% from 255 or 18.83% from 462); Blue value is 250 (98.05% from 255 or 54.11% from 462); Max value from RGB is 250 - color contains mainly: blue. Hex color #7D57FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7D57FA is #82A805. Grayscale: #747474. Windows color (decimal): -8562694 or 16406397. OLE color: 16406397.

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

Color convert

RGB12587250-
CMYK0.500.6500.02
HSL253.99º94.22%66.08%-
HSV(B)253.99º65.2%98.04%-
XYZ29.1218.0892.4-
YUV116.94203.09133.75-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 27.06%
GREEN value IS 87 (34.38% from 255) = 18.83%
BLUE value IS 250 (98.05% from 255) = 54.11%
R=27.06%
G=18.83%
B=54.11%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal125872500.500.6500.02253.9994.2266.08
Hex7D57FA324102fe5e42
Octal1751273726210102376136102
Binary111110110101111111101011001010000010101111111010111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D57FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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