#7C64DD

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

Shades of Medium Slate Blue #7C64DD

Tints of Medium Slate Blue #7C64DD

Color information

#7C64DD (or 0x7C64DD) is unknown color: approx Medium Slate Blue. HEX triplet: 7C, 64 and DD. RGB value is (124,100,221). Sum of RGB (Red+Green+Blue) = 124+100+221=445 (58% of max value = 765). Red value is 124 (48.83% from 255 or 27.87% from 445); Green value is 100 (39.45% from 255 or 22.47% from 445); Blue value is 221 (86.72% from 255 or 49.66% from 445); Max value from RGB is 221 - color contains mainly: blue. Hex color #7C64DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C64DD is #839B22. Grayscale: #787878. Windows color (decimal): -8624931 or 14509180. OLE color: 14509180.

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

Color convert

RGB124100221-
CMYK0.440.5500.13
HSL251.9º64.02%62.94%-
HSV(B)251.9º54.75%86.67%-
XYZ25.9218.6270.63-
YUV120.97184.45130.16-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 27.87%
GREEN value IS 100 (39.45% from 255) = 22.47%
BLUE value IS 221 (86.72% from 255) = 49.66%
R=27.87%
G=22.47%
B=49.66%

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
Decimal1241002210.440.5500.13251.964.0262.94
Hex7C64DD2C370Dfc403f
Octal174144335546701537410077
Binary111110011001001101110110110011011101101111111001000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C64DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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