#757EDF

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

Shades of Medium Slate Blue #757EDF

Tints of Medium Slate Blue #757EDF

Color information

#757EDF (or 0x757EDF) is unknown color: approx Medium Slate Blue. HEX triplet: 75, 7E and DF. RGB value is (117,126,223). Sum of RGB (Red+Green+Blue) = 117+126+223=466 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25.11% from 466); Green value is 126 (49.61% from 255 or 27.04% from 466); Blue value is 223 (87.5% from 255 or 47.85% from 466); Max value from RGB is 223 - color contains mainly: blue. Hex color #757EDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #757EDF is #8A8120. Grayscale: #858585. Windows color (decimal): -9077025 or 14646901. OLE color: 14646901.

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

Color convert

RGB117126223-
CMYK0.480.4300.13
HSL234.91º62.35%66.67%-
HSV(B)234.91º47.53%87.45%-
XYZ28.1224.0372.97-
YUV134.37178.02115.61-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 25.11%
GREEN value IS 126 (49.61% from 255) = 27.04%
BLUE value IS 223 (87.5% from 255) = 47.85%
R=25.11%
G=27.04%
B=47.85%

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
Decimal1171262230.480.4300.13234.9162.3566.67
Hex757EDF302B0Deb3e43
Octal165176337605301535376103
Binary111010111111101101111111000010101101101111010111111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757EDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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