#757BEF

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

Shades of Medium Slate Blue #757BEF

Tints of Medium Slate Blue #757BEF

Color information

#757BEF (or 0x757BEF) is unknown color: approx Medium Slate Blue. HEX triplet: 75, 7B and EF. RGB value is (117,123,239). Sum of RGB (Red+Green+Blue) = 117+123+239=479 (63% of max value = 765). Red value is 117 (46.09% from 255 or 24.43% from 479); Green value is 123 (48.44% from 255 or 25.68% from 479); Blue value is 239 (93.75% from 255 or 49.90% from 479); Max value from RGB is 239 - color contains mainly: blue. Hex color #757BEF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #757BEF is #8A8410. Grayscale: #858585. Windows color (decimal): -9077777 or 15694709. OLE color: 15694709.

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

Color convert

RGB117123239-
CMYK0.510.4900.06
HSL237.05º79.22%69.8%-
HSV(B)237.05º51.05%93.73%-
XYZ3024.1884.75-
YUV134.43187.01115.57-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 24.43%
GREEN value IS 123 (48.44% from 255) = 25.68%
BLUE value IS 239 (93.75% from 255) = 49.90%
R=24.43%
G=25.68%
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.06
SystemRedGreenBlueCMYKHSL
Decimal1171232390.510.4900.06237.0579.2269.8
Hex757BEF333106ed4f46
Octal165173357636106355117106
Binary111010111110111110111111001111000101101110110110011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757BEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,123,239); }

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

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

 a { background-color: rgb(117,123,239); }

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

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

 span { border-color: rgb(117,123,239); }

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