Shades of Medium Slate Blue #756DF1
Tints of Medium Slate Blue #756DF1
RGB
CMYK
RGB Variations
Color information
#756DF1 (or 0x756DF1) is known color: Medium Slate Blue. HEX triplet: 75, 6D and F1. RGB value is (117,109,241). Sum of RGB (Red+Green+Blue) = 117+109+241=467 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25.05% from 467); Green value is 109 (42.97% from 255 or 23.34% from 467); Blue value is 241 (94.53% from 255 or 51.61% from 467); Max value from RGB is 241 - color contains mainly: blue. Hex color #756DF1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #756DF1 is #8A920E. Grayscale: #7D7D7D. Windows color (decimal): -9081359 or 15822197. OLE color: 15822197.
HSL color Cylindrical-coordinate representation of color #756DF1: hue angle of 243.64º degrees, saturation: 0.82, 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 #756DF1 is Cyan = 0.51, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 117 | 109 | 241 | - |
| CMYK | 0.51 | 0.55 | 0 | 0.05 |
| HSL | 243.64º | 0.83% | 0.69% | - |
| HSV(B) | 243.64º | 0.55% | 0.95% | - |
| XYZ | 28.68 | 21.07 | 85.77 | - |
| YUV | 126.44 | 192.65 | 121.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 109 | 241 | 0.51 | 0.55 | 0 | 0.05 | 243.64 | 0.83 | 0.69 |
| Hex | 75 | 6D | F1 | 33 | 37 | 0 | 5 | F4 | 52 | 45 |
| Octal | 165 | 155 | 361 | 63 | 67 | 0 | 5 | 364 | 122 | 105 |
| Binary | 1110101 | 1101101 | 11110001 | 110011 | 110111 | 0 | 101 | 11110100 | 1010010 | 1000101 |
Color Harmonies of #756DF1
Complementary color
Monochromatic Colors of #756DF1
Black with #756DF1
Text Example
Text Example
White with #756DF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756DF1; }
p { color: rgb(117,109,241); }
H1.HeaderClassName
{
color: #756DF1;
}
.AnyTagClassName
{
color: #756DF1;
}
</style>
background-color css
<style>
a { background-color: #756DF1; }
a { background-color: rgb(117,109,241); }
div.DivClassName
{
background-color: #756DF1;
}
.BgClassName
{
background-color: #756DF1;
}
</style>
border-color css
<style>
span { border-color: #756DF1; }
span { border-color: rgb(117,109,241); }
td.TdClassName
{
border-color: #756DF1;
}
.TagClassName
{
border-color: #756DF1;
}
</style>