#756FF0

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

Shades of Medium Slate Blue #756FF0

Tints of Medium Slate Blue #756FF0

Color information

#756FF0 (or 0x756FF0) is unknown color: approx Medium Slate Blue. HEX triplet: 75, 6F and F0. RGB value is (117,111,240). Sum of RGB (Red+Green+Blue) = 117+111+240=468 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25% from 468); Green value is 111 (43.75% from 255 or 23.72% from 468); Blue value is 240 (94.14% from 255 or 51.28% from 468); Max value from RGB is 240 - color contains mainly: blue. Hex color #756FF0 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #756FF0 is #8A900F. Grayscale: #7E7E7E. Windows color (decimal): -9080848 or 15757173. OLE color: 15757173.

HSL color Cylindrical-coordinate representation of color #756FF0: hue angle of 242.79º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #756FF0 is Cyan = 0.51, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB117111240-
CMYK0.510.5400.06
HSL242.79º81.13%68.82%-
HSV(B)242.79º53.75%94.12%-
XYZ28.7521.4485.06-
YUV127.5191.49120.51-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 25%
GREEN value IS 111 (43.75% from 255) = 23.72%
BLUE value IS 240 (94.14% from 255) = 51.28%
R=25%
G=23.72%
B=51.28%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1171112400.510.5400.06242.7981.1368.82
Hex756FF0333606f35145
Octal165157360636606363121105
Binary111010111011111111000011001111011001101111001110100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756FF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756FF0; }

 p { color: rgb(117,111,240); }

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

<style>
 a { background-color: #756FF0; }

 a { background-color: rgb(117,111,240); }

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

<style>
 span { border-color: #756FF0; }

 span { border-color: rgb(117,111,240); }

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