#7D52F1

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

Shades of Medium Slate Blue #7D52F1

Tints of Medium Slate Blue #7D52F1

Color information

#7D52F1 (or 0x7D52F1) is unknown color: approx Medium Slate Blue. HEX triplet: 7D, 52 and F1. RGB value is (125,82,241). Sum of RGB (Red+Green+Blue) = 125+82+241=448 (59% of max value = 765). Red value is 125 (49.22% from 255 or 27.90% from 448); Green value is 82 (32.42% from 255 or 18.30% from 448); Blue value is 241 (94.53% from 255 or 53.79% from 448); Max value from RGB is 241 - color contains mainly: blue. Hex color #7D52F1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7D52F1 is #82AD0E. Grayscale: #707070. Windows color (decimal): -8563983 or 15815293. OLE color: 15815293.

HSL color Cylindrical-coordinate representation of color #7D52F1: hue angle of 256.23º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7D52F1 is Cyan = 0.48, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB12582241-
CMYK0.480.6600.05
HSL256.23º85.03%63.33%-
HSV(B)256.23º65.98%94.51%-
XYZ27.3516.7585.01-
YUV112.98200.25136.57-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 27.90%
GREEN value IS 82 (32.42% from 255) = 18.30%
BLUE value IS 241 (94.53% from 255) = 53.79%
R=27.90%
G=18.30%
B=53.79%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal125822410.480.6600.05256.2385.0363.33
Hex7D52F1304205100553f
Octal175122361601020540012577
Binary1111101101001011110001110000100001001011000000001010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D52F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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