Shades of Medium Slate Blue #756CDB
Tints of Medium Slate Blue #756CDB
RGB
CMYK
RGB Variations
Color information
#756CDB (or 0x756CDB) is known color: Medium Slate Blue. HEX triplet: 75, 6C and DB. RGB value is (117,108,219). Sum of RGB (Red+Green+Blue) = 117+108+219=444 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.35% from 444); Green value is 108 (42.58% from 255 or 24.32% from 444); Blue value is 219 (85.94% from 255 or 49.32% from 444); Max value from RGB is 219 - color contains mainly: blue. Hex color #756CDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #756CDB is #8A9324. Grayscale: #7A7A7A. Windows color (decimal): -9081637 or 14380149. OLE color: 14380149.
HSL color Cylindrical-coordinate representation of color #756CDB: hue angle of 244.86º 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 #756CDB is Cyan = 0.47, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 117 | 108 | 219 | - |
| CMYK | 0.47 | 0.51 | 0 | 0.14 |
| HSL | 244.86º | 0.61% | 0.64% | - |
| HSV(B) | 244.86º | 0.51% | 0.86% | - |
| XYZ | 25.48 | 19.62 | 69.46 | - |
| YUV | 123.35 | 181.98 | 123.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 108 | 219 | 0.47 | 0.51 | 0 | 0.14 | 244.86 | 0.61 | 0.64 |
| Hex | 75 | 6C | DB | 2F | 33 | 0 | E | F5 | 3D | 40 |
| Octal | 165 | 154 | 333 | 57 | 63 | 0 | 16 | 365 | 75 | 100 |
| Binary | 1110101 | 1101100 | 11011011 | 101111 | 110011 | 0 | 1110 | 11110101 | 111101 | 1000000 |
Color Harmonies of #756CDB
Complementary color
Monochromatic Colors of #756CDB
Black with #756CDB
Text Example
Text Example
White with #756CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756CDB; }
p { color: rgb(117,108,219); }
H1.HeaderClassName
{
color: #756CDB;
}
.AnyTagClassName
{
color: #756CDB;
}
</style>
background-color css
<style>
a { background-color: #756CDB; }
a { background-color: rgb(117,108,219); }
div.DivClassName
{
background-color: #756CDB;
}
.BgClassName
{
background-color: #756CDB;
}
</style>
border-color css
<style>
span { border-color: #756CDB; }
span { border-color: rgb(117,108,219); }
td.TdClassName
{
border-color: #756CDB;
}
.TagClassName
{
border-color: #756CDB;
}
</style>