#7D52FA

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

Shades of Medium Slate Blue #7D52FA

Tints of Medium Slate Blue #7D52FA

Color information

#7D52FA (or 0x7D52FA) is unknown color: approx Medium Slate Blue. HEX triplet: 7D, 52 and FA. RGB value is (125,82,250). Sum of RGB (Red+Green+Blue) = 125+82+250=457 (60% of max value = 765). Red value is 125 (49.22% from 255 or 27.35% from 457); Green value is 82 (32.42% from 255 or 17.94% from 457); Blue value is 250 (98.05% from 255 or 54.70% from 457); Max value from RGB is 250 - color contains mainly: blue. Hex color #7D52FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7D52FA is #82AD05. Grayscale: #717171. Windows color (decimal): -8563974 or 16405117. OLE color: 16405117.

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

Color convert

RGB12582250-
CMYK0.500.6700.02
HSL255.36º94.38%65.1%-
HSV(B)255.36º67.2%98.04%-
XYZ28.7317.392.27-
YUV114.01204.75135.84-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 27.35%
GREEN value IS 82 (32.42% from 255) = 17.94%
BLUE value IS 250 (98.05% from 255) = 54.70%
R=27.35%
G=17.94%
B=54.70%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal125822500.500.6700.02255.3694.3865.1
Hex7D52FA324302ff5e41
Octal1751223726210302377136101
Binary111110110100101111101011001010000110101111111110111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D52FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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