#757AE6

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

Shades of Medium Slate Blue #757AE6

Tints of Medium Slate Blue #757AE6

Color information

#757AE6 (or 0x757AE6) is unknown color: approx Medium Slate Blue. HEX triplet: 75, 7A and E6. RGB value is (117,122,230). Sum of RGB (Red+Green+Blue) = 117+122+230=469 (62% of max value = 765). Red value is 117 (46.09% from 255 or 24.95% from 469); Green value is 122 (48.05% from 255 or 26.01% from 469); Blue value is 230 (90.23% from 255 or 49.04% from 469); Max value from RGB is 230 - color contains mainly: blue. Hex color #757AE6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #757AE6 is #8A8519. Grayscale: #848484. Windows color (decimal): -9078042 or 15104629. OLE color: 15104629.

HSL color Cylindrical-coordinate representation of color #757AE6: hue angle of 237.35º degrees, saturation: 0.69, 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 #757AE6 is Cyan = 0.49, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB117122230-
CMYK0.490.4700.10
HSL237.35º69.33%68.04%-
HSV(B)237.35º49.13%90.2%-
XYZ28.5823.4177.88-
YUV132.82182.84116.72-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 24.95%
GREEN value IS 122 (48.05% from 255) = 26.01%
BLUE value IS 230 (90.23% from 255) = 49.04%
R=24.95%
G=26.01%
B=49.04%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1171222300.490.4700.10237.3569.3368.04
Hex757AE6312F0Aed4544
Octal1651723466157012355105104
Binary1110101111101011100110110001101111010101110110110001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757AE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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