Shades of Medium Slate Blue #756DEF
Tints of Medium Slate Blue #756DEF
RGB
CMYK
RGB Variations
Color information
#756DEF (or 0x756DEF) is known color: Medium Slate Blue. HEX triplet: 75, 6D and EF. RGB value is (117,109,239). Sum of RGB (Red+Green+Blue) = 117+109+239=465 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25.16% from 465); Green value is 109 (42.97% from 255 or 23.44% from 465); Blue value is 239 (93.75% from 255 or 51.40% from 465); Max value from RGB is 239 - color contains mainly: blue. Hex color #756DEF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #756DEF is #8A9210. Grayscale: #7D7D7D. Windows color (decimal): -9081361 or 15691125. OLE color: 15691125.
HSL color Cylindrical-coordinate representation of color #756DEF: hue angle of 243.69º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #756DEF is Cyan = 0.51, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 117 | 109 | 239 | - |
| CMYK | 0.51 | 0.54 | 0 | 0.06 |
| HSL | 243.69º | 0.8% | 0.68% | - |
| HSV(B) | 243.69º | 0.54% | 0.94% | - |
| XYZ | 28.38 | 20.95 | 84.21 | - |
| YUV | 126.21 | 191.65 | 121.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 109 | 239 | 0.51 | 0.54 | 0 | 0.06 | 243.69 | 0.8 | 0.68 |
| Hex | 75 | 6D | EF | 33 | 36 | 0 | 6 | F4 | 50 | 44 |
| Octal | 165 | 155 | 357 | 63 | 66 | 0 | 6 | 364 | 120 | 104 |
| Binary | 1110101 | 1101101 | 11101111 | 110011 | 110110 | 0 | 110 | 11110100 | 1010000 | 1000100 |
Color Harmonies of #756DEF
Complementary color
Monochromatic Colors of #756DEF
Black with #756DEF
Text Example
Text Example
White with #756DEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756DEF; }
p { color: rgb(117,109,239); }
H1.HeaderClassName
{
color: #756DEF;
}
.AnyTagClassName
{
color: #756DEF;
}
</style>
background-color css
<style>
a { background-color: #756DEF; }
a { background-color: rgb(117,109,239); }
div.DivClassName
{
background-color: #756DEF;
}
.BgClassName
{
background-color: #756DEF;
}
</style>
border-color css
<style>
span { border-color: #756DEF; }
span { border-color: rgb(117,109,239); }
td.TdClassName
{
border-color: #756DEF;
}
.TagClassName
{
border-color: #756DEF;
}
</style>