#757BE9

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

Shades of Medium Slate Blue #757BE9

Tints of Medium Slate Blue #757BE9

Color information

#757BE9 (or 0x757BE9) is unknown color: approx Medium Slate Blue. HEX triplet: 75, 7B and E9. RGB value is (117,123,233). Sum of RGB (Red+Green+Blue) = 117+123+233=473 (62% of max value = 765). Red value is 117 (46.09% from 255 or 24.74% from 473); Green value is 123 (48.44% from 255 or 26.00% from 473); Blue value is 233 (91.41% from 255 or 49.26% from 473); Max value from RGB is 233 - color contains mainly: blue. Hex color #757BE9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #757BE9 is #8A8416. Grayscale: #858585. Windows color (decimal): -9077783 or 15301493. OLE color: 15301493.

HSL color Cylindrical-coordinate representation of color #757BE9: hue angle of 236.9º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #757BE9 is Cyan = 0.50, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB117123233-
CMYK0.500.4700.09
HSL236.9º72.5%68.63%-
HSV(B)236.9º49.79%91.37%-
XYZ29.1323.8380.16-
YUV133.75184.01116.06-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 24.74%
GREEN value IS 123 (48.44% from 255) = 26.00%
BLUE value IS 233 (91.41% from 255) = 49.26%
R=24.74%
G=26.00%
B=49.26%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1171232330.500.4700.09236.972.568.63
Hex757BE9322F09ed4845
Octal1651733516257011355110105
Binary1110101111101111101001110010101111010011110110110010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757BE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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