#757DDF

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

Shades of Medium Slate Blue #757DDF

Tints of Medium Slate Blue #757DDF

Color information

#757DDF (or 0x757DDF) is unknown color: approx Medium Slate Blue. HEX triplet: 75, 7D and DF. RGB value is (117,125,223). Sum of RGB (Red+Green+Blue) = 117+125+223=465 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25.16% from 465); Green value is 125 (49.22% from 255 or 26.88% from 465); Blue value is 223 (87.5% from 255 or 47.96% from 465); Max value from RGB is 223 - color contains mainly: blue. Hex color #757DDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #757DDF is #8A8220. Grayscale: #858585. Windows color (decimal): -9077281 or 14646645. OLE color: 14646645.

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

Color convert

RGB117125223-
CMYK0.480.4400.13
HSL235.47º62.35%66.67%-
HSV(B)235.47º47.53%87.45%-
XYZ27.9923.7872.93-
YUV133.78178.35116.03-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 25.16%
GREEN value IS 125 (49.22% from 255) = 26.88%
BLUE value IS 223 (87.5% from 255) = 47.96%
R=25.16%
G=26.88%
B=47.96%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1171252230.480.4400.13235.4762.3566.67
Hex757DDF302C0Deb3e43
Octal165175337605401535376103
Binary111010111111011101111111000010110001101111010111111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757DDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757DDF; }

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

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

<style>
 a { background-color: #757DDF; }

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

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

<style>
 span { border-color: #757DDF; }

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

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