Shades of Medium Slate Blue #756BDB
Tints of Medium Slate Blue #756BDB
RGB
CMYK
RGB Variations
Color information
#756BDB (or 0x756BDB) is known color: 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
| RGB | 117 | 107 | 219 | - |
| CMYK | 0.47 | 0.51 | 0 | 0.14 |
| HSL | 245.36º | 0.61% | 0.64% | - |
| HSV(B) | 245.36º | 0.51% | 0.86% | - |
| XYZ | 25.38 | 19.41 | 69.43 | - |
| YUV | 122.76 | 182.31 | 123.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 107 | 219 | 0.47 | 0.51 | 0 | 0.14 | 245.36 | 0.61 | 0.64 |
| Hex | 75 | 6B | DB | 2F | 33 | 0 | E | F5 | 3D | 40 |
| Octal | 165 | 153 | 333 | 57 | 63 | 0 | 16 | 365 | 75 | 100 |
| Binary | 1110101 | 1101011 | 11011011 | 101111 | 110011 | 0 | 1110 | 11110101 | 111101 | 1000000 |
Color Harmonies of #756BDB
Complementary color
Monochromatic Colors of #756BDB
Black with #756BDB
Text Example
Text Example
White with #756BDB
Text Example
Text Example
HTML Codes & Css Web 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>