Shades of Medium Slate Blue #756FD9
Tints of Medium Slate Blue #756FD9
RGB
CMYK
RGB Variations
Color information
#756FD9 (or 0x756FD9) is known color: Medium Slate Blue. HEX triplet: 75, 6F and D9. RGB value is (117,111,217). Sum of RGB (Red+Green+Blue) = 117+111+217=445 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.29% from 445); Green value is 111 (43.75% from 255 or 24.94% from 445); Blue value is 217 (85.16% from 255 or 48.76% from 445); Max value from RGB is 217 - color contains mainly: blue. Hex color #756FD9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #756FD9 is #8A9026. Grayscale: #7C7C7C. Windows color (decimal): -9080871 or 14249845. OLE color: 14249845.
HSL color Cylindrical-coordinate representation of color #756FD9: hue angle of 243.4º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #756FD9 is Cyan = 0.46, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 117 | 111 | 217 | - |
| CMYK | 0.46 | 0.49 | 0 | 0.15 |
| HSL | 243.4º | 0.58% | 0.64% | - |
| HSV(B) | 243.4º | 0.49% | 0.85% | - |
| XYZ | 25.54 | 20.16 | 68.19 | - |
| YUV | 124.88 | 179.99 | 122.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 111 | 217 | 0.46 | 0.49 | 0 | 0.15 | 243.4 | 0.58 | 0.64 |
| Hex | 75 | 6F | D9 | 2E | 31 | 0 | F | F3 | 3A | 40 |
| Octal | 165 | 157 | 331 | 56 | 61 | 0 | 17 | 363 | 72 | 100 |
| Binary | 1110101 | 1101111 | 11011001 | 101110 | 110001 | 0 | 1111 | 11110011 | 111010 | 1000000 |
Color Harmonies of #756FD9
Complementary color
Monochromatic Colors of #756FD9
Black with #756FD9
Text Example
Text Example
White with #756FD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756FD9; }
p { color: rgb(117,111,217); }
H1.HeaderClassName
{
color: #756FD9;
}
.AnyTagClassName
{
color: #756FD9;
}
</style>
background-color css
<style>
a { background-color: #756FD9; }
a { background-color: rgb(117,111,217); }
div.DivClassName
{
background-color: #756FD9;
}
.BgClassName
{
background-color: #756FD9;
}
</style>
border-color css
<style>
span { border-color: #756FD9; }
span { border-color: rgb(117,111,217); }
td.TdClassName
{
border-color: #756FD9;
}
.TagClassName
{
border-color: #756FD9;
}
</style>