#7375df

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

Shades of Medium Slate Blue #7375DF

Tints of Medium Slate Blue #7375DF

Color information

#7375DF (or 0x7375DF) is unknown color: approx Medium Slate Blue. HEX triplet: 73, 75 and DF. RGB value is (115,117,223). Sum of RGB (Red+Green+Blue) = 115+117+223=455 (60% of max value = 765). Red value is 115 (45.31% from 255 or 25.27% from 455); Green value is 117 (46.09% from 255 or 25.71% from 455); Blue value is 223 (87.5% from 255 or 49.01% from 455); Max value from RGB is 223 - color contains mainly: blue. Hex color #7375DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7375DF is #8C8A20. Grayscale: #808080. Windows color (decimal): -9210401 or 14644595. OLE color: 14644595.

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

Color convert

RGB115117223-
CMYK0.480.4800.13
HSL238.89º62.79%66.27%-
HSV(B)238.89º48.43%87.45%-
XYZ26.7521.772.59-
YUV128.49181.34118.38-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 25.27%
GREEN value IS 117 (46.09% from 255) = 25.71%
BLUE value IS 223 (87.5% from 255) = 49.01%
R=25.27%
G=25.71%
B=49.01%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1151172230.480.4800.13238.8962.7966.27
Hex7375DF30300Def3f42
Octal163165337606001535777102
Binary111001111101011101111111000011000001101111011111111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7375df

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7375df; }

 p { color: rgb(115,117,223); }

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

<style>
 a { background-color: #7375df; }

 a { background-color: rgb(115,117,223); }

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

<style>
 span { border-color: #7375df; }

 span { border-color: rgb(115,117,223); }

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