Shades of Medium Slate Blue #756DF8
Tints of Medium Slate Blue #756DF8
RGB
CMYK
RGB Variations
Color information
#756DF8 (or 0x756DF8) is known color: Medium Slate Blue. HEX triplet: 75, 6D and F8. RGB value is (117,109,248). Sum of RGB (Red+Green+Blue) = 117+109+248=474 (62% of max value = 765). Red value is 117 (46.09% from 255 or 24.68% from 474); Green value is 109 (42.97% from 255 or 23.00% from 474); Blue value is 248 (97.27% from 255 or 52.32% from 474); Max value from RGB is 248 - color contains mainly: blue. Hex color #756DF8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #756DF8 is #8A9207. Grayscale: #7E7E7E. Windows color (decimal): -9081352 or 16280949. OLE color: 16280949.
HSL color Cylindrical-coordinate representation of color #756DF8: hue angle of 243.45º degrees, saturation: 0.91, 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 #756DF8 is Cyan = 0.53, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 117 | 109 | 248 | - |
| CMYK | 0.53 | 0.56 | 0 | 0.03 |
| HSL | 243.45º | 0.91% | 0.7% | - |
| HSV(B) | 243.45º | 0.56% | 0.97% | - |
| XYZ | 29.75 | 21.5 | 91.39 | - |
| YUV | 127.24 | 196.15 | 120.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 109 | 248 | 0.53 | 0.56 | 0 | 0.03 | 243.45 | 0.91 | 0.7 |
| Hex | 75 | 6D | F8 | 35 | 38 | 0 | 3 | F3 | 5B | 46 |
| Octal | 165 | 155 | 370 | 65 | 70 | 0 | 3 | 363 | 133 | 106 |
| Binary | 1110101 | 1101101 | 11111000 | 110101 | 111000 | 0 | 11 | 11110011 | 1011011 | 1000110 |
Color Harmonies of #756DF8
Complementary color
Monochromatic Colors of #756DF8
Black with #756DF8
Text Example
Text Example
White with #756DF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756DF8; }
p { color: rgb(117,109,248); }
H1.HeaderClassName
{
color: #756DF8;
}
.AnyTagClassName
{
color: #756DF8;
}
</style>
background-color css
<style>
a { background-color: #756DF8; }
a { background-color: rgb(117,109,248); }
div.DivClassName
{
background-color: #756DF8;
}
.BgClassName
{
background-color: #756DF8;
}
</style>
border-color css
<style>
span { border-color: #756DF8; }
span { border-color: rgb(117,109,248); }
td.TdClassName
{
border-color: #756DF8;
}
.TagClassName
{
border-color: #756DF8;
}
</style>