#757CEA

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

Shades of Medium Slate Blue #757CEA

Tints of Medium Slate Blue #757CEA

Color information

#757CEA (or 0x757CEA) is unknown color: approx Medium Slate Blue. HEX triplet: 75, 7C and EA. RGB value is (117,124,234). Sum of RGB (Red+Green+Blue) = 117+124+234=475 (62% of max value = 765). Red value is 117 (46.09% from 255 or 24.63% from 475); Green value is 124 (48.83% from 255 or 26.11% from 475); Blue value is 234 (91.80% from 255 or 49.26% from 475); Max value from RGB is 234 - color contains mainly: blue. Hex color #757CEA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #757CEA is #8A8315. Grayscale: #868686. Windows color (decimal): -9077526 or 15367285. OLE color: 15367285.

HSL color Cylindrical-coordinate representation of color #757CEA: hue angle of 236.41º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #757CEA is Cyan = 0.5, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB117124234-
CMYK0.50.4700.08
HSL236.41º73.58%68.82%-
HSV(B)236.41º50%91.76%-
XYZ29.424.1480.95-
YUV134.45184.18115.56-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 24.63%
GREEN value IS 124 (48.83% from 255) = 26.11%
BLUE value IS 234 (91.80% from 255) = 49.26%
R=24.63%
G=26.11%
B=49.26%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1171242340.50.4700.08236.4173.5868.82
Hex757CEA322F08ec4a45
Octal1651743526257010354112105
Binary1110101111110011101010110010101111010001110110010010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757CEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,124,234); }

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

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

 a { background-color: rgb(117,124,234); }

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

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

 span { border-color: rgb(117,124,234); }

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