#756CEB

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

Shades of Medium Slate Blue #756CEB

Tints of Medium Slate Blue #756CEB

Color information

#756CEB (or 0x756CEB) is unknown color: approx Medium Slate Blue. HEX triplet: 75, 6C and EB. RGB value is (117,108,235). Sum of RGB (Red+Green+Blue) = 117+108+235=460 (60% of max value = 765). Red value is 117 (46.09% from 255 or 25.43% from 460); Green value is 108 (42.58% from 255 or 23.48% from 460); Blue value is 235 (92.19% from 255 or 51.09% from 460); Max value from RGB is 235 - color contains mainly: blue. Hex color #756CEB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #756CEB is #8A9314. Grayscale: #7C7C7C. Windows color (decimal): -9081621 or 15428725. OLE color: 15428725.

HSL color Cylindrical-coordinate representation of color #756CEB: hue angle of 244.25º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #756CEB is Cyan = 0.50, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB117108235-
CMYK0.500.5400.08
HSL244.25º76.05%67.25%-
HSV(B)244.25º54.04%92.16%-
XYZ27.6920.5181.1-
YUV125.17189.98122.17-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 25.43%
GREEN value IS 108 (42.58% from 255) = 23.48%
BLUE value IS 235 (92.19% from 255) = 51.09%
R=25.43%
G=23.48%
B=51.09%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1171082350.500.5400.08244.2576.0567.25
Hex756CEB323608f44c43
Octal1651543536266010364114103
Binary1110101110110011101011110010110110010001111010010011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756CEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,108,235); }

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

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

 a { background-color: rgb(117,108,235); }

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

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

 span { border-color: rgb(117,108,235); }

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