#7378DE

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

Shades of Medium Slate Blue #7378DE

Tints of Medium Slate Blue #7378DE

Color information

#7378DE (or 0x7378DE) is unknown color: approx Medium Slate Blue. HEX triplet: 73, 78 and DE. RGB value is (115,120,222). Sum of RGB (Red+Green+Blue) = 115+120+222=457 (60% of max value = 765). Red value is 115 (45.31% from 255 or 25.16% from 457); Green value is 120 (47.27% from 255 or 26.26% from 457); Blue value is 222 (87.11% from 255 or 48.58% from 457); Max value from RGB is 222 - color contains mainly: blue. Hex color #7378DE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7378DE is #8C8721. Grayscale: #818181. Windows color (decimal): -9209634 or 14579827. OLE color: 14579827.

HSL color Cylindrical-coordinate representation of color #7378DE: hue angle of 237.2º degrees, saturation: 0.62, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7378DE is Cyan = 0.48, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB115120222-
CMYK0.480.4600.13
HSL237.2º61.85%66.08%-
HSV(B)237.2º48.2%87.06%-
XYZ26.9722.3572-
YUV130.13179.84117.21-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 25.16%
GREEN value IS 120 (47.27% from 255) = 26.26%
BLUE value IS 222 (87.11% from 255) = 48.58%
R=25.16%
G=26.26%
B=48.58%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1151202220.480.4600.13237.261.8566.08
Hex7378DE302E0Ded3e42
Octal163170336605601535576102
Binary111001111110001101111011000010111001101111011011111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7378DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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