Shades of Medium Slate Blue #756DDA
Tints of Medium Slate Blue #756DDA
RGB
CMYK
RGB Variations
Color information
#756DDA (or 0x756DDA) is known color: Medium Slate Blue. HEX triplet: 75, 6D and DA. RGB value is (117,109,218). Sum of RGB (Red+Green+Blue) = 117+109+218=444 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.35% from 444); Green value is 109 (42.97% from 255 or 24.55% from 444); Blue value is 218 (85.55% from 255 or 49.10% from 444); Max value from RGB is 218 - color contains mainly: blue. Hex color #756DDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #756DDA is #8A9225. Grayscale: #7B7B7B. Windows color (decimal): -9081382 or 14314869. OLE color: 14314869.
HSL color Cylindrical-coordinate representation of color #756DDA: hue angle of 244.4º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #756DDA is Cyan = 0.46, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 117 | 109 | 218 | - |
| CMYK | 0.46 | 0.5 | 0 | 0.15 |
| HSL | 244.4º | 0.6% | 0.64% | - |
| HSV(B) | 244.4º | 0.5% | 0.85% | - |
| XYZ | 25.46 | 19.78 | 68.81 | - |
| YUV | 123.82 | 181.15 | 123.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 109 | 218 | 0.46 | 0.5 | 0 | 0.15 | 244.4 | 0.6 | 0.64 |
| Hex | 75 | 6D | DA | 2E | 32 | 0 | F | F4 | 3C | 40 |
| Octal | 165 | 155 | 332 | 56 | 62 | 0 | 17 | 364 | 74 | 100 |
| Binary | 1110101 | 1101101 | 11011010 | 101110 | 110010 | 0 | 1111 | 11110100 | 111100 | 1000000 |
Color Harmonies of #756DDA
Complementary color
Monochromatic Colors of #756DDA
Black with #756DDA
Text Example
Text Example
White with #756DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756DDA; }
p { color: rgb(117,109,218); }
H1.HeaderClassName
{
color: #756DDA;
}
.AnyTagClassName
{
color: #756DDA;
}
</style>
background-color css
<style>
a { background-color: #756DDA; }
a { background-color: rgb(117,109,218); }
div.DivClassName
{
background-color: #756DDA;
}
.BgClassName
{
background-color: #756DDA;
}
</style>
border-color css
<style>
span { border-color: #756DDA; }
span { border-color: rgb(117,109,218); }
td.TdClassName
{
border-color: #756DDA;
}
.TagClassName
{
border-color: #756DDA;
}
</style>