#756CDE

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

Shades of Medium Slate Blue #756CDE

Tints of Medium Slate Blue #756CDE

Color information

#756CDE (or 0x756CDE) is unknown color: approx Medium Slate Blue. HEX triplet: 75, 6C and DE. RGB value is (117,108,222). Sum of RGB (Red+Green+Blue) = 117+108+222=447 (59% of max value = 765). Red value is 117 (46.09% from 255 or 26.17% from 447); Green value is 108 (42.58% from 255 or 24.16% from 447); Blue value is 222 (87.11% from 255 or 49.66% from 447); Max value from RGB is 222 - color contains mainly: blue. Hex color #756CDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #756CDE is #8A9321. Grayscale: #7B7B7B. Windows color (decimal): -9081634 or 14576757. OLE color: 14576757.

HSL color Cylindrical-coordinate representation of color #756CDE: hue angle of 244.74º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #756CDE is Cyan = 0.47, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB117108222-
CMYK0.470.5100.13
HSL244.74º63.33%64.71%-
HSV(B)244.74º51.35%87.06%-
XYZ25.8819.7871.56-
YUV123.69183.48123.23-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 26.17%
GREEN value IS 108 (42.58% from 255) = 24.16%
BLUE value IS 222 (87.11% from 255) = 49.66%
R=26.17%
G=24.16%
B=49.66%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1171082220.470.5100.13244.7463.3364.71
Hex756CDE2F330Df53f41
Octal165154336576301536577101
Binary111010111011001101111010111111001101101111101011111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756CDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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