Shades of Medium Slate Blue #756DF7
Tints of Medium Slate Blue #756DF7
RGB
CMYK
RGB Variations
Color information
#756DF7 (or 0x756DF7) is known color: Medium Slate Blue. HEX triplet: 75, 6D and F7. RGB value is (117,109,247). Sum of RGB (Red+Green+Blue) = 117+109+247=473 (62% of max value = 765). Red value is 117 (46.09% from 255 or 24.74% from 473); Green value is 109 (42.97% from 255 or 23.04% from 473); Blue value is 247 (96.88% from 255 or 52.22% from 473); Max value from RGB is 247 - color contains mainly: blue. Hex color #756DF7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #756DF7 is #8A9208. Grayscale: #7E7E7E. Windows color (decimal): -9081353 or 16215413. OLE color: 16215413.
HSL color Cylindrical-coordinate representation of color #756DF7: hue angle of 243.48º degrees, saturation: 0.9, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #756DF7 is Cyan = 0.53, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 117 | 109 | 247 | - |
| CMYK | 0.53 | 0.56 | 0 | 0.03 |
| HSL | 243.48º | 0.9% | 0.7% | - |
| HSV(B) | 243.48º | 0.56% | 0.97% | - |
| XYZ | 29.59 | 21.43 | 90.57 | - |
| YUV | 127.12 | 195.65 | 120.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 109 | 247 | 0.53 | 0.56 | 0 | 0.03 | 243.48 | 0.9 | 0.7 |
| Hex | 75 | 6D | F7 | 35 | 38 | 0 | 3 | F3 | 5A | 46 |
| Octal | 165 | 155 | 367 | 65 | 70 | 0 | 3 | 363 | 132 | 106 |
| Binary | 1110101 | 1101101 | 11110111 | 110101 | 111000 | 0 | 11 | 11110011 | 1011010 | 1000110 |
Color Harmonies of #756DF7
Complementary color
Monochromatic Colors of #756DF7
Black with #756DF7
Text Example
Text Example
White with #756DF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756DF7; }
p { color: rgb(117,109,247); }
H1.HeaderClassName
{
color: #756DF7;
}
.AnyTagClassName
{
color: #756DF7;
}
</style>
background-color css
<style>
a { background-color: #756DF7; }
a { background-color: rgb(117,109,247); }
div.DivClassName
{
background-color: #756DF7;
}
.BgClassName
{
background-color: #756DF7;
}
</style>
border-color css
<style>
span { border-color: #756DF7; }
span { border-color: rgb(117,109,247); }
td.TdClassName
{
border-color: #756DF7;
}
.TagClassName
{
border-color: #756DF7;
}
</style>