#7D52EA

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

Shades of Medium Slate Blue #7D52EA

Tints of Medium Slate Blue #7D52EA

Color information

#7D52EA (or 0x7D52EA) is unknown color: approx Medium Slate Blue. HEX triplet: 7D, 52 and EA. RGB value is (125,82,234). Sum of RGB (Red+Green+Blue) = 125+82+234=441 (58% of max value = 765). Red value is 125 (49.22% from 255 or 28.34% from 441); Green value is 82 (32.42% from 255 or 18.59% from 441); Blue value is 234 (91.80% from 255 or 53.06% from 441); Max value from RGB is 234 - color contains mainly: blue. Hex color #7D52EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7D52EA is #82AD15. Grayscale: #6F6F6F. Windows color (decimal): -8563990 or 15356541. OLE color: 15356541.

HSL color Cylindrical-coordinate representation of color #7D52EA: hue angle of 256.97º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7D52EA is Cyan = 0.47, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB12582234-
CMYK0.470.6500.08
HSL256.97º78.35%61.96%-
HSV(B)256.97º64.96%91.76%-
XYZ26.3316.3479.61-
YUV112.18196.75137.14-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 28.34%
GREEN value IS 82 (32.42% from 255) = 18.59%
BLUE value IS 234 (91.80% from 255) = 53.06%
R=28.34%
G=18.59%
B=53.06%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal125822340.470.6500.08256.9778.3561.96
Hex7D52EA2F41081014e3e
Octal1751223525710101040111676
Binary11111011010010111010101011111000001010001000000011001110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D52EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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