#757AEE

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

Shades of Medium Slate Blue #757AEE

Tints of Medium Slate Blue #757AEE

Color information

#757AEE (or 0x757AEE) is unknown color: approx Medium Slate Blue. HEX triplet: 75, 7A and EE. RGB value is (117,122,238). Sum of RGB (Red+Green+Blue) = 117+122+238=477 (63% of max value = 765). Red value is 117 (46.09% from 255 or 24.53% from 477); Green value is 122 (48.05% from 255 or 25.58% from 477); Blue value is 238 (93.36% from 255 or 49.90% from 477); Max value from RGB is 238 - color contains mainly: blue. Hex color #757AEE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #757AEE is #8A8511. Grayscale: #858585. Windows color (decimal): -9078034 or 15628917. OLE color: 15628917.

HSL color Cylindrical-coordinate representation of color #757AEE: hue angle of 237.52º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #757AEE is Cyan = 0.51, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB117122238-
CMYK0.510.4900.07
HSL237.52º78.06%69.61%-
HSV(B)237.52º50.84%93.33%-
XYZ29.7323.8783.93-
YUV133.73186.84116.07-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 24.53%
GREEN value IS 122 (48.05% from 255) = 25.58%
BLUE value IS 238 (93.36% from 255) = 49.90%
R=24.53%
G=25.58%
B=49.90%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1171222380.510.4900.07237.5278.0669.61
Hex757AEE333107ee4e46
Octal165172356636107356116106
Binary111010111110101110111011001111000101111110111010011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757AEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,122,238); }

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

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

 a { background-color: rgb(117,122,238); }

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

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

 span { border-color: rgb(117,122,238); }

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