#757EE5

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

Shades of Medium Slate Blue #757EE5

Tints of Medium Slate Blue #757EE5

Color information

#757EE5 (or 0x757EE5) is unknown color: approx Medium Slate Blue. HEX triplet: 75, 7E and E5. RGB value is (117,126,229). Sum of RGB (Red+Green+Blue) = 117+126+229=472 (62% of max value = 765). Red value is 117 (46.09% from 255 or 24.79% from 472); Green value is 126 (49.61% from 255 or 26.69% from 472); Blue value is 229 (89.84% from 255 or 48.52% from 472); Max value from RGB is 229 - color contains mainly: blue. Hex color #757EE5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #757EE5 is #8A811A. Grayscale: #868686. Windows color (decimal): -9077019 or 15040117. OLE color: 15040117.

HSL color Cylindrical-coordinate representation of color #757EE5: hue angle of 235.18º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #757EE5 is Cyan = 0.49, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB117126229-
CMYK0.490.4500.10
HSL235.18º68.29%67.84%-
HSV(B)235.18º48.91%89.8%-
XYZ28.9424.3677.31-
YUV135.05181.02115.12-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 24.79%
GREEN value IS 126 (49.61% from 255) = 26.69%
BLUE value IS 229 (89.84% from 255) = 48.52%
R=24.79%
G=26.69%
B=48.52%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1171262290.490.4500.10235.1868.2967.84
Hex757EE5312D0Aeb4444
Octal1651763456155012353104104
Binary1110101111111011100101110001101101010101110101110001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757EE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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