#756CDA

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

Shades of Medium Slate Blue #756CDA

Tints of Medium Slate Blue #756CDA

Color information

#756CDA (or 0x756CDA) is unknown color: approx Medium Slate Blue. HEX triplet: 75, 6C and DA. RGB value is (117,108,218). Sum of RGB (Red+Green+Blue) = 117+108+218=443 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.41% from 443); Green value is 108 (42.58% from 255 or 24.38% from 443); Blue value is 218 (85.55% from 255 or 49.21% from 443); Max value from RGB is 218 - color contains mainly: blue. Hex color #756CDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #756CDA is #8A9325. Grayscale: #7A7A7A. Windows color (decimal): -9081638 or 14314613. OLE color: 14314613.

HSL color Cylindrical-coordinate representation of color #756CDA: hue angle of 244.91º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #756CDA is Cyan = 0.46, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB117108218-
CMYK0.460.5000.15
HSL244.91º59.78%63.92%-
HSV(B)244.91º50.46%85.49%-
XYZ25.3519.5768.77-
YUV123.23181.48123.56-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 26.41%
GREEN value IS 108 (42.58% from 255) = 24.38%
BLUE value IS 218 (85.55% from 255) = 49.21%
R=26.41%
G=24.38%
B=49.21%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1171082180.460.5000.15244.9159.7863.92
Hex756CDA2E320Ff53c40
Octal165154332566201736574100
Binary111010111011001101101010111011001001111111101011111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756CDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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