Shades of Medium Slate Blue #756DDE
Tints of Medium Slate Blue #756DDE
RGB
CMYK
RGB Variations
Color information
#756DDE (or 0x756DDE) is known color: Medium Slate Blue. HEX triplet: 75, 6D and DE. RGB value is (117,109,222). Sum of RGB (Red+Green+Blue) = 117+109+222=448 (59% of max value = 765). Red value is 117 (46.09% from 255 or 26.12% from 448); Green value is 109 (42.97% from 255 or 24.33% from 448); Blue value is 222 (87.11% from 255 or 49.55% from 448); Max value from RGB is 222 - color contains mainly: blue. Hex color #756DDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #756DDE is #8A9221. Grayscale: #7B7B7B. Windows color (decimal): -9081378 or 14577013. OLE color: 14577013.
HSL color Cylindrical-coordinate representation of color #756DDE: hue angle of 244.25º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #756DDE is Cyan = 0.47, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 117 | 109 | 222 | - |
| CMYK | 0.47 | 0.51 | 0 | 0.13 |
| HSL | 244.25º | 0.63% | 0.65% | - |
| HSV(B) | 244.25º | 0.51% | 0.87% | - |
| XYZ | 25.99 | 19.99 | 71.6 | - |
| YUV | 124.27 | 183.15 | 122.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 109 | 222 | 0.47 | 0.51 | 0 | 0.13 | 244.25 | 0.63 | 0.65 |
| Hex | 75 | 6D | DE | 2F | 33 | 0 | D | F4 | 3F | 41 |
| Octal | 165 | 155 | 336 | 57 | 63 | 0 | 15 | 364 | 77 | 101 |
| Binary | 1110101 | 1101101 | 11011110 | 101111 | 110011 | 0 | 1101 | 11110100 | 111111 | 1000001 |
Color Harmonies of #756DDE
Complementary color
Monochromatic Colors of #756DDE
Black with #756DDE
Text Example
Text Example
White with #756DDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756DDE; }
p { color: rgb(117,109,222); }
H1.HeaderClassName
{
color: #756DDE;
}
.AnyTagClassName
{
color: #756DDE;
}
</style>
background-color css
<style>
a { background-color: #756DDE; }
a { background-color: rgb(117,109,222); }
div.DivClassName
{
background-color: #756DDE;
}
.BgClassName
{
background-color: #756DDE;
}
</style>
border-color css
<style>
span { border-color: #756DDE; }
span { border-color: rgb(117,109,222); }
td.TdClassName
{
border-color: #756DDE;
}
.TagClassName
{
border-color: #756DDE;
}
</style>