Shades of Medium Slate Blue #756FDB
Tints of Medium Slate Blue #756FDB
RGB
CMYK
RGB Variations
Color information
#756FDB (or 0x756FDB) is known color: Medium Slate Blue. HEX triplet: 75, 6F and DB. RGB value is (117,111,219). Sum of RGB (Red+Green+Blue) = 117+111+219=447 (59% of max value = 765). Red value is 117 (46.09% from 255 or 26.17% from 447); Green value is 111 (43.75% from 255 or 24.83% from 447); Blue value is 219 (85.94% from 255 or 48.99% from 447); Max value from RGB is 219 - color contains mainly: blue. Hex color #756FDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #756FDB is #8A9024. Grayscale: #7C7C7C. Windows color (decimal): -9080869 or 14380917. OLE color: 14380917.
HSL color Cylindrical-coordinate representation of color #756FDB: hue angle of 243.33º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #756FDB is Cyan = 0.47, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 117 | 111 | 219 | - |
| CMYK | 0.47 | 0.49 | 0 | 0.14 |
| HSL | 243.33º | 0.6% | 0.65% | - |
| HSV(B) | 243.33º | 0.49% | 0.86% | - |
| XYZ | 25.81 | 20.27 | 69.57 | - |
| YUV | 125.11 | 180.99 | 122.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 111 | 219 | 0.47 | 0.49 | 0 | 0.14 | 243.33 | 0.6 | 0.65 |
| Hex | 75 | 6F | DB | 2F | 31 | 0 | E | F3 | 3C | 41 |
| Octal | 165 | 157 | 333 | 57 | 61 | 0 | 16 | 363 | 74 | 101 |
| Binary | 1110101 | 1101111 | 11011011 | 101111 | 110001 | 0 | 1110 | 11110011 | 111100 | 1000001 |
Color Harmonies of #756FDB
Complementary color
Monochromatic Colors of #756FDB
Black with #756FDB
Text Example
Text Example
White with #756FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756FDB; }
p { color: rgb(117,111,219); }
H1.HeaderClassName
{
color: #756FDB;
}
.AnyTagClassName
{
color: #756FDB;
}
</style>
background-color css
<style>
a { background-color: #756FDB; }
a { background-color: rgb(117,111,219); }
div.DivClassName
{
background-color: #756FDB;
}
.BgClassName
{
background-color: #756FDB;
}
</style>
border-color css
<style>
span { border-color: #756FDB; }
span { border-color: rgb(117,111,219); }
td.TdClassName
{
border-color: #756FDB;
}
.TagClassName
{
border-color: #756FDB;
}
</style>