#7D5FDD

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

Shades of Medium Slate Blue #7D5FDD

Tints of Medium Slate Blue #7D5FDD

Color information

#7D5FDD (or 0x7D5FDD) is unknown color: approx Medium Slate Blue. HEX triplet: 7D, 5F and DD. RGB value is (125,95,221). Sum of RGB (Red+Green+Blue) = 125+95+221=441 (58% of max value = 765). Red value is 125 (49.22% from 255 or 28.34% from 441); Green value is 95 (37.5% from 255 or 21.54% from 441); Blue value is 221 (86.72% from 255 or 50.11% from 441); Max value from RGB is 221 - color contains mainly: blue. Hex color #7D5FDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D5FDD is #82A022. Grayscale: #757575. Windows color (decimal): -8560675 or 14507901. OLE color: 14507901.

HSL color Cylindrical-coordinate representation of color #7D5FDD: hue angle of 254.29º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7D5FDD is Cyan = 0.43, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB12595221-
CMYK0.430.5700.13
HSL254.29º64.95%61.96%-
HSV(B)254.29º57.01%86.67%-
XYZ25.617.7670.49-
YUV118.33185.94132.75-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 28.34%
GREEN value IS 95 (37.5% from 255) = 21.54%
BLUE value IS 221 (86.72% from 255) = 50.11%
R=28.34%
G=21.54%
B=50.11%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal125952210.430.5700.13254.2964.9561.96
Hex7D5FDD2B390Dfe413e
Octal175137335537101537610176
Binary111110110111111101110110101111100101101111111101000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D5FDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,95,221); }

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

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

 a { background-color: rgb(125,95,221); }

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

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

 span { border-color: rgb(125,95,221); }

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