#7560DD

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

Shades of Medium Slate Blue #7560DD

Tints of Medium Slate Blue #7560DD

Color information

#7560DD (or 0x7560DD) is unknown color: approx Medium Slate Blue. HEX triplet: 75, 60 and DD. RGB value is (117,96,221). Sum of RGB (Red+Green+Blue) = 117+96+221=434 (57% of max value = 765). Red value is 117 (46.09% from 255 or 26.96% from 434); Green value is 96 (37.89% from 255 or 22.12% from 434); Blue value is 221 (86.72% from 255 or 50.92% from 434); Max value from RGB is 221 - color contains mainly: blue. Hex color #7560DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7560DD is #8A9F22. Grayscale: #747474. Windows color (decimal): -9084707 or 14508149. OLE color: 14508149.

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

Color convert

RGB11796221-
CMYK0.470.5700.13
HSL250.08º64.77%62.16%-
HSV(B)250.08º56.56%86.67%-
XYZ24.5717.3770.46-
YUV116.53186.96128.34-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 26.96%
GREEN value IS 96 (37.89% from 255) = 22.12%
BLUE value IS 221 (86.72% from 255) = 50.92%
R=26.96%
G=22.12%
B=50.92%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal117962210.470.5700.13250.0864.7762.16
Hex7560DD2F390Dfa413e
Octal165140335577101537210176
Binary111010111000001101110110111111100101101111110101000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7560DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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