#7562DD

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

Shades of Medium Slate Blue #7562DD

Tints of Medium Slate Blue #7562DD

Color information

#7562DD (or 0x7562DD) is unknown color: approx Medium Slate Blue. HEX triplet: 75, 62 and DD. RGB value is (117,98,221). Sum of RGB (Red+Green+Blue) = 117+98+221=436 (57% of max value = 765). Red value is 117 (46.09% from 255 or 26.83% from 436); Green value is 98 (38.67% from 255 or 22.48% from 436); Blue value is 221 (86.72% from 255 or 50.69% from 436); Max value from RGB is 221 - color contains mainly: blue. Hex color #7562DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7562DD is #8A9D22. Grayscale: #757575. Windows color (decimal): -9084195 or 14508661. OLE color: 14508661.

HSL color Cylindrical-coordinate representation of color #7562DD: hue angle of 249.27º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7562DD is Cyan = 0.47, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB11798221-
CMYK0.470.5600.13
HSL249.27º64.4%62.55%-
HSV(B)249.27º55.66%86.67%-
XYZ24.7517.7470.53-
YUV117.7186.29127.5-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 26.83%
GREEN value IS 98 (38.67% from 255) = 22.48%
BLUE value IS 221 (86.72% from 255) = 50.69%
R=26.83%
G=22.48%
B=50.69%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal117982210.470.5600.13249.2764.462.55
Hex7562DD2F380Df9403f
Octal165142335577001537110077
Binary111010111000101101110110111111100001101111110011000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7562DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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