#7564DD

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

Shades of Medium Slate Blue #7564DD

Tints of Medium Slate Blue #7564DD

Color information

#7564DD (or 0x7564DD) is unknown color: approx Medium Slate Blue. HEX triplet: 75, 64 and DD. RGB value is (117,100,221). Sum of RGB (Red+Green+Blue) = 117+100+221=438 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.71% from 438); Green value is 100 (39.45% from 255 or 22.83% from 438); Blue value is 221 (86.72% from 255 or 50.46% from 438); Max value from RGB is 221 - color contains mainly: blue. Hex color #7564DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7564DD is #8A9B22. Grayscale: #767676. Windows color (decimal): -9083683 or 14509173. OLE color: 14509173.

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

Color convert

RGB117100221-
CMYK0.470.5500.13
HSL248.43º64.02%62.94%-
HSV(B)248.43º54.75%86.67%-
XYZ24.9418.1270.59-
YUV118.88185.63126.66-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 26.71%
GREEN value IS 100 (39.45% from 255) = 22.83%
BLUE value IS 221 (86.72% from 255) = 50.46%
R=26.71%
G=22.83%
B=50.46%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1171002210.470.5500.13248.4364.0262.94
Hex7564DD2F370Df8403f
Octal165144335576701537010077
Binary111010111001001101110110111111011101101111110001000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7564DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7564DD; }

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

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

<style>
 a { background-color: #7564DD; }

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

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

<style>
 span { border-color: #7564DD; }

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

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