Shades of Medium Slate Blue #756DF3
Tints of Medium Slate Blue #756DF3
RGB
CMYK
RGB Variations
Color information
#756DF3 (or 0x756DF3) is known color: Medium Slate Blue. HEX triplet: 75, 6D and F3. RGB value is (117,109,243). Sum of RGB (Red+Green+Blue) = 117+109+243=469 (62% of max value = 765). Red value is 117 (46.09% from 255 or 24.95% from 469); Green value is 109 (42.97% from 255 or 23.24% from 469); Blue value is 243 (95.31% from 255 or 51.81% from 469); Max value from RGB is 243 - color contains mainly: blue. Hex color #756DF3 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #756DF3 is #8A920C. Grayscale: #7E7E7E. Windows color (decimal): -9081357 or 15953269. OLE color: 15953269.
HSL color Cylindrical-coordinate representation of color #756DF3: hue angle of 243.58º degrees, saturation: 0.85, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #756DF3 is Cyan = 0.52, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 117 | 109 | 243 | - |
| CMYK | 0.52 | 0.55 | 0 | 0.05 |
| HSL | 243.58º | 0.85% | 0.69% | - |
| HSV(B) | 243.58º | 0.55% | 0.95% | - |
| XYZ | 28.98 | 21.19 | 87.36 | - |
| YUV | 126.67 | 193.65 | 121.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 109 | 243 | 0.52 | 0.55 | 0 | 0.05 | 243.58 | 0.85 | 0.69 |
| Hex | 75 | 6D | F3 | 34 | 37 | 0 | 5 | F4 | 55 | 45 |
| Octal | 165 | 155 | 363 | 64 | 67 | 0 | 5 | 364 | 125 | 105 |
| Binary | 1110101 | 1101101 | 11110011 | 110100 | 110111 | 0 | 101 | 11110100 | 1010101 | 1000101 |
Color Harmonies of #756DF3
Complementary color
Monochromatic Colors of #756DF3
Black with #756DF3
Text Example
Text Example
White with #756DF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756DF3; }
p { color: rgb(117,109,243); }
H1.HeaderClassName
{
color: #756DF3;
}
.AnyTagClassName
{
color: #756DF3;
}
</style>
background-color css
<style>
a { background-color: #756DF3; }
a { background-color: rgb(117,109,243); }
div.DivClassName
{
background-color: #756DF3;
}
.BgClassName
{
background-color: #756DF3;
}
</style>
border-color css
<style>
span { border-color: #756DF3; }
span { border-color: rgb(117,109,243); }
td.TdClassName
{
border-color: #756DF3;
}
.TagClassName
{
border-color: #756DF3;
}
</style>