Shades of Medium Slate Blue #756FF7
Tints of Medium Slate Blue #756FF7
RGB
CMYK
RGB Variations
Color information
#756FF7 (or 0x756FF7) is known color: Medium Slate Blue. HEX triplet: 75, 6F and F7. RGB value is (117,111,247). Sum of RGB (Red+Green+Blue) = 117+111+247=475 (62% of max value = 765). Red value is 117 (46.09% from 255 or 24.63% from 475); Green value is 111 (43.75% from 255 or 23.37% from 475); Blue value is 247 (96.88% from 255 or 52% from 475); Max value from RGB is 247 - color contains mainly: blue. Hex color #756FF7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #756FF7 is #8A9008. Grayscale: #7F7F7F. Windows color (decimal): -9080841 or 16215925. OLE color: 16215925.
HSL color Cylindrical-coordinate representation of color #756FF7: hue angle of 242.65º degrees, saturation: 0.89, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #756FF7 is Cyan = 0.53, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 117 | 111 | 247 | - |
| CMYK | 0.53 | 0.55 | 0 | 0.03 |
| HSL | 242.65º | 0.89% | 0.7% | - |
| HSV(B) | 242.65º | 0.55% | 0.97% | - |
| XYZ | 29.81 | 21.87 | 90.65 | - |
| YUV | 128.3 | 194.99 | 119.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 111 | 247 | 0.53 | 0.55 | 0 | 0.03 | 242.65 | 0.89 | 0.7 |
| Hex | 75 | 6F | F7 | 35 | 37 | 0 | 3 | F3 | 59 | 46 |
| Octal | 165 | 157 | 367 | 65 | 67 | 0 | 3 | 363 | 131 | 106 |
| Binary | 1110101 | 1101111 | 11110111 | 110101 | 110111 | 0 | 11 | 11110011 | 1011001 | 1000110 |
Color Harmonies of #756FF7
Complementary color
Monochromatic Colors of #756FF7
Black with #756FF7
Text Example
Text Example
White with #756FF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756FF7; }
p { color: rgb(117,111,247); }
H1.HeaderClassName
{
color: #756FF7;
}
.AnyTagClassName
{
color: #756FF7;
}
</style>
background-color css
<style>
a { background-color: #756FF7; }
a { background-color: rgb(117,111,247); }
div.DivClassName
{
background-color: #756FF7;
}
.BgClassName
{
background-color: #756FF7;
}
</style>
border-color css
<style>
span { border-color: #756FF7; }
span { border-color: rgb(117,111,247); }
td.TdClassName
{
border-color: #756FF7;
}
.TagClassName
{
border-color: #756FF7;
}
</style>