#7C64DF

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

Shades of Medium Slate Blue #7C64DF

Tints of Medium Slate Blue #7C64DF

Color information

#7C64DF (or 0x7C64DF) is unknown color: approx Medium Slate Blue. HEX triplet: 7C, 64 and DF. RGB value is (124,100,223). Sum of RGB (Red+Green+Blue) = 124+100+223=447 (59% of max value = 765). Red value is 124 (48.83% from 255 or 27.74% from 447); Green value is 100 (39.45% from 255 or 22.37% from 447); Blue value is 223 (87.5% from 255 or 49.89% from 447); Max value from RGB is 223 - color contains mainly: blue. Hex color #7C64DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C64DF is #839B20. Grayscale: #787878. Windows color (decimal): -8624929 or 14640252. OLE color: 14640252.

HSL color Cylindrical-coordinate representation of color #7C64DF: hue angle of 251.71º 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 #7C64DF is Cyan = 0.44, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB124100223-
CMYK0.440.5500.13
HSL251.71º65.78%63.33%-
HSV(B)251.71º55.16%87.45%-
XYZ26.1918.7372.05-
YUV121.2185.45130-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 27.74%
GREEN value IS 100 (39.45% from 255) = 22.37%
BLUE value IS 223 (87.5% from 255) = 49.89%
R=27.74%
G=22.37%
B=49.89%

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
Decimal1241002230.440.5500.13251.7165.7863.33
Hex7C64DF2C370Dfc423f
Octal174144337546701537410277
Binary111110011001001101111110110011011101101111111001000010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C64DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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