Shades of Medium Slate Blue #756DDB
Tints of Medium Slate Blue #756DDB
RGB
CMYK
RGB Variations
Color information
#756DDB (or 0x756DDB) is known color: Medium Slate Blue. HEX triplet: 75, 6D and DB. RGB value is (117,109,219). Sum of RGB (Red+Green+Blue) = 117+109+219=445 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.29% from 445); Green value is 109 (42.97% from 255 or 24.49% from 445); Blue value is 219 (85.94% from 255 or 49.21% from 445); Max value from RGB is 219 - color contains mainly: blue. Hex color #756DDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #756DDB is #8A9224. Grayscale: #7B7B7B. Windows color (decimal): -9081381 or 14380405. OLE color: 14380405.
HSL color Cylindrical-coordinate representation of color #756DDB: hue angle of 244.36º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #756DDB is Cyan = 0.47, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 117 | 109 | 219 | - |
| CMYK | 0.47 | 0.50 | 0 | 0.14 |
| HSL | 244.36º | 0.6% | 0.64% | - |
| HSV(B) | 244.36º | 0.5% | 0.86% | - |
| XYZ | 25.59 | 19.83 | 69.5 | - |
| YUV | 123.93 | 181.65 | 123.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 109 | 219 | 0.47 | 0.50 | 0 | 0.14 | 244.36 | 0.6 | 0.64 |
| Hex | 75 | 6D | DB | 2F | 32 | 0 | E | F4 | 3C | 40 |
| Octal | 165 | 155 | 333 | 57 | 62 | 0 | 16 | 364 | 74 | 100 |
| Binary | 1110101 | 1101101 | 11011011 | 101111 | 110010 | 0 | 1110 | 11110100 | 111100 | 1000000 |
Color Harmonies of #756DDB
Complementary color
Monochromatic Colors of #756DDB
Black with #756DDB
Text Example
Text Example
White with #756DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756DDB; }
p { color: rgb(117,109,219); }
H1.HeaderClassName
{
color: #756DDB;
}
.AnyTagClassName
{
color: #756DDB;
}
</style>
background-color css
<style>
a { background-color: #756DDB; }
a { background-color: rgb(117,109,219); }
div.DivClassName
{
background-color: #756DDB;
}
.BgClassName
{
background-color: #756DDB;
}
</style>
border-color css
<style>
span { border-color: #756DDB; }
span { border-color: rgb(117,109,219); }
td.TdClassName
{
border-color: #756DDB;
}
.TagClassName
{
border-color: #756DDB;
}
</style>