#7364DE

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

Shades of Medium Slate Blue #7364DE

Tints of Medium Slate Blue #7364DE

Color information

#7364DE (or 0x7364DE) is unknown color: approx Medium Slate Blue. HEX triplet: 73, 64 and DE. RGB value is (115,100,222). Sum of RGB (Red+Green+Blue) = 115+100+222=437 (57% of max value = 765). Red value is 115 (45.31% from 255 or 26.32% from 437); Green value is 100 (39.45% from 255 or 22.88% from 437); Blue value is 222 (87.11% from 255 or 50.80% from 437); Max value from RGB is 222 - color contains mainly: blue. Hex color #7364DE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7364DE is #8C9B21. Grayscale: #757575. Windows color (decimal): -9214754 or 14574707. OLE color: 14574707.

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

Color convert

RGB115100222-
CMYK0.480.5500.13
HSL247.38º64.89%63.14%-
HSV(B)247.38º54.95%87.06%-
XYZ24.8118.0371.28-
YUV118.39186.47125.58-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 26.32%
GREEN value IS 100 (39.45% from 255) = 22.88%
BLUE value IS 222 (87.11% from 255) = 50.80%
R=26.32%
G=22.88%
B=50.80%

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
Decimal1151002220.480.5500.13247.3864.8963.14
Hex7364DE30370Df7413f
Octal163144336606701536710177
Binary111001111001001101111011000011011101101111101111000001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7364DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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