#756BDB

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

Shades of Medium Slate Blue #756BDB

Tints of Medium Slate Blue #756BDB

Color information

#756BDB (or 0x756BDB) is unknown color: approx Medium Slate Blue. HEX triplet: 75, 6B and DB. RGB value is (117,107,219). Sum of RGB (Red+Green+Blue) = 117+107+219=443 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.41% from 443); Green value is 107 (42.19% from 255 or 24.15% from 443); Blue value is 219 (85.94% from 255 or 49.44% from 443); Max value from RGB is 219 - color contains mainly: blue. Hex color #756BDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #756BDB is #8A9424. Grayscale: #7A7A7A. Windows color (decimal): -9081893 or 14379893. OLE color: 14379893.

HSL color Cylindrical-coordinate representation of color #756BDB: hue angle of 245.36º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #756BDB is Cyan = 0.47, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB117107219-
CMYK0.470.5100.14
HSL245.36º60.87%63.92%-
HSV(B)245.36º51.14%85.88%-
XYZ25.3819.4169.43-
YUV122.76182.31123.89-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 26.41%
GREEN value IS 107 (42.19% from 255) = 24.15%
BLUE value IS 219 (85.94% from 255) = 49.44%
R=26.41%
G=24.15%
B=49.44%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1171072190.470.5100.14245.3660.8763.92
Hex756BDB2F330Ef53d40
Octal165153333576301636575100
Binary111010111010111101101110111111001101110111101011111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756BDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,107,219); }

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

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

 a { background-color: rgb(117,107,219); }

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

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

 span { border-color: rgb(117,107,219); }

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