Shades of Medium Slate Blue #756CF7
Tints of Medium Slate Blue #756CF7
RGB
CMYK
RGB Variations
Color information
#756CF7 (or 0x756CF7) is known color: Medium Slate Blue. HEX triplet: 75, 6C and F7. RGB value is (117,108,247). Sum of RGB (Red+Green+Blue) = 117+108+247=472 (62% of max value = 765). Red value is 117 (46.09% from 255 or 24.79% from 472); Green value is 108 (42.58% from 255 or 22.88% from 472); Blue value is 247 (96.88% from 255 or 52.33% from 472); Max value from RGB is 247 - color contains mainly: blue. Hex color #756CF7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #756CF7 is #8A9308. Grayscale: #7D7D7D. Windows color (decimal): -9081609 or 16215157. OLE color: 16215157.
HSL color Cylindrical-coordinate representation of color #756CF7: hue angle of 243.88º 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 #756CF7 is Cyan = 0.53, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 117 | 108 | 247 | - |
| CMYK | 0.53 | 0.56 | 0 | 0.03 |
| HSL | 243.88º | 0.9% | 0.7% | - |
| HSV(B) | 243.88º | 0.56% | 0.97% | - |
| XYZ | 29.49 | 21.22 | 90.54 | - |
| YUV | 126.54 | 195.98 | 121.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 108 | 247 | 0.53 | 0.56 | 0 | 0.03 | 243.88 | 0.9 | 0.7 |
| Hex | 75 | 6C | F7 | 35 | 38 | 0 | 3 | F4 | 5A | 46 |
| Octal | 165 | 154 | 367 | 65 | 70 | 0 | 3 | 364 | 132 | 106 |
| Binary | 1110101 | 1101100 | 11110111 | 110101 | 111000 | 0 | 11 | 11110100 | 1011010 | 1000110 |
Color Harmonies of #756CF7
Complementary color
Monochromatic Colors of #756CF7
Black with #756CF7
Text Example
Text Example
White with #756CF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756CF7; }
p { color: rgb(117,108,247); }
H1.HeaderClassName
{
color: #756CF7;
}
.AnyTagClassName
{
color: #756CF7;
}
</style>
background-color css
<style>
a { background-color: #756CF7; }
a { background-color: rgb(117,108,247); }
div.DivClassName
{
background-color: #756CF7;
}
.BgClassName
{
background-color: #756CF7;
}
</style>
border-color css
<style>
span { border-color: #756CF7; }
span { border-color: rgb(117,108,247); }
td.TdClassName
{
border-color: #756CF7;
}
.TagClassName
{
border-color: #756CF7;
}
</style>