#756AE7

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

Shades of Medium Slate Blue #756AE7

Tints of Medium Slate Blue #756AE7

Color information

#756AE7 (or 0x756AE7) is unknown color: approx Medium Slate Blue. HEX triplet: 75, 6A and E7. RGB value is (117,106,231). Sum of RGB (Red+Green+Blue) = 117+106+231=454 (60% of max value = 765). Red value is 117 (46.09% from 255 or 25.77% from 454); Green value is 106 (41.80% from 255 or 23.35% from 454); Blue value is 231 (90.62% from 255 or 50.88% from 454); Max value from RGB is 231 - color contains mainly: blue. Hex color #756AE7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #756AE7 is #8A9518. Grayscale: #7B7B7B. Windows color (decimal): -9082137 or 15166069. OLE color: 15166069.

HSL color Cylindrical-coordinate representation of color #756AE7: hue angle of 245.28º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #756AE7 is Cyan = 0.49, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB117106231-
CMYK0.490.5400.09
HSL245.28º72.25%66.08%-
HSV(B)245.28º54.11%90.59%-
XYZ26.9119.8678.02-
YUV123.54188.64123.34-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 25.77%
GREEN value IS 106 (41.80% from 255) = 23.35%
BLUE value IS 231 (90.62% from 255) = 50.88%
R=25.77%
G=23.35%
B=50.88%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1171062310.490.5400.09245.2872.2566.08
Hex756AE7313609f54842
Octal1651523476166011365110102
Binary1110101110101011100111110001110110010011111010110010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756AE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,106,231); }

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

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

 a { background-color: rgb(117,106,231); }

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

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

 span { border-color: rgb(117,106,231); }

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