#7D64DF

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

Shades of Medium Slate Blue #7D64DF

Tints of Medium Slate Blue #7D64DF

Color information

#7D64DF (or 0x7D64DF) is unknown color: approx Medium Slate Blue. HEX triplet: 7D, 64 and DF. RGB value is (125,100,223). Sum of RGB (Red+Green+Blue) = 125+100+223=448 (59% of max value = 765). Red value is 125 (49.22% from 255 or 27.90% from 448); Green value is 100 (39.45% from 255 or 22.32% from 448); Blue value is 223 (87.5% from 255 or 49.78% from 448); Max value from RGB is 223 - color contains mainly: blue. Hex color #7D64DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D64DF is #829B20. Grayscale: #797979. Windows color (decimal): -8559393 or 14640253. OLE color: 14640253.

HSL color Cylindrical-coordinate representation of color #7D64DF: hue angle of 252.2º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7D64DF is Cyan = 0.44, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB125100223-
CMYK0.440.5500.13
HSL252.2º65.78%63.33%-
HSV(B)252.2º55.16%87.45%-
XYZ26.3318.872.05-
YUV121.5185.28130.5-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 27.90%
GREEN value IS 100 (39.45% from 255) = 22.32%
BLUE value IS 223 (87.5% from 255) = 49.78%
R=27.90%
G=22.32%
B=49.78%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1251002230.440.5500.13252.265.7863.33
Hex7D64DF2C370Dfc423f
Octal175144337546701537410277
Binary111110111001001101111110110011011101101111111001000010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D64DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,100,223); }

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

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

 a { background-color: rgb(125,100,223); }

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

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

 span { border-color: rgb(125,100,223); }

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