#7364DD

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

Shades of Medium Slate Blue #7364DD

Tints of Medium Slate Blue #7364DD

Color information

#7364DD (or 0x7364DD) is unknown color: approx Medium Slate Blue. HEX triplet: 73, 64 and DD. RGB value is (115,100,221). Sum of RGB (Red+Green+Blue) = 115+100+221=436 (57% of max value = 765). Red value is 115 (45.31% from 255 or 26.38% from 436); Green value is 100 (39.45% from 255 or 22.94% 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 #7364DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7364DD is #8C9B22. Grayscale: #757575. Windows color (decimal): -9214755 or 14509171. OLE color: 14509171.

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

Color convert

RGB115100221-
CMYK0.480.5500.13
HSL247.44º64.02%62.94%-
HSV(B)247.44º54.75%86.67%-
XYZ24.6817.9870.58-
YUV118.28185.97125.66-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 26.38%
GREEN value IS 100 (39.45% from 255) = 22.94%
BLUE value IS 221 (86.72% from 255) = 50.69%
R=26.38%
G=22.94%
B=50.69%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1151002210.480.5500.13247.4464.0262.94
Hex7364DD30370Df7403f
Octal163144335606701536710077
Binary111001111001001101110111000011011101101111101111000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7364DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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