#757FDF

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

Shades of Medium Slate Blue #757FDF

Tints of Medium Slate Blue #757FDF

Color information

#757FDF (or 0x757FDF) is unknown color: approx Medium Slate Blue. HEX triplet: 75, 7F and DF. RGB value is (117,127,223). Sum of RGB (Red+Green+Blue) = 117+127+223=467 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25.05% from 467); Green value is 127 (50% from 255 or 27.19% from 467); Blue value is 223 (87.5% from 255 or 47.75% from 467); Max value from RGB is 223 - color contains mainly: blue. Hex color #757FDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #757FDF is #8A8020. Grayscale: #868686. Windows color (decimal): -9076769 or 14647157. OLE color: 14647157.

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

Color convert

RGB117127223-
CMYK0.480.4300.13
HSL234.34º62.35%66.67%-
HSV(B)234.34º47.53%87.45%-
XYZ28.2424.2973.01-
YUV134.95177.69115.19-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 25.05%
GREEN value IS 127 (50% from 255) = 27.19%
BLUE value IS 223 (87.5% from 255) = 47.75%
R=25.05%
G=27.19%
B=47.75%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1171272230.480.4300.13234.3462.3566.67
Hex757FDF302B0Dea3e43
Octal165177337605301535276103
Binary111010111111111101111111000010101101101111010101111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757FDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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