#756DE7

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

Shades of Medium Slate Blue #756DE7

Tints of Medium Slate Blue #756DE7

Color information

#756DE7 (or 0x756DE7) is unknown color: approx Medium Slate Blue. HEX triplet: 75, 6D and E7. RGB value is (117,109,231). Sum of RGB (Red+Green+Blue) = 117+109+231=457 (60% of max value = 765). Red value is 117 (46.09% from 255 or 25.60% from 457); Green value is 109 (42.97% from 255 or 23.85% from 457); Blue value is 231 (90.62% from 255 or 50.55% from 457); Max value from RGB is 231 - color contains mainly: blue. Hex color #756DE7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #756DE7 is #8A9218. Grayscale: #7C7C7C. Windows color (decimal): -9081369 or 15166837. OLE color: 15166837.

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

Color convert

RGB117109231-
CMYK0.490.5300.09
HSL243.93º71.76%66.67%-
HSV(B)243.93º52.81%90.59%-
XYZ27.2320.4978.12-
YUV125.3187.65122.08-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 25.60%
GREEN value IS 109 (42.97% from 255) = 23.85%
BLUE value IS 231 (90.62% from 255) = 50.55%
R=25.60%
G=23.85%
B=50.55%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1171092310.490.5300.09243.9371.7666.67
Hex756DE7313509f44843
Octal1651553476165011364110103
Binary1110101110110111100111110001110101010011111010010010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756DE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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