Shades of Medium Slate Blue #756EF3
Tints of Medium Slate Blue #756EF3
RGB
CMYK
RGB Variations
Color information
#756EF3 (or 0x756EF3) is known color: Medium Slate Blue. HEX triplet: 75, 6E and F3. RGB value is (117,110,243). Sum of RGB (Red+Green+Blue) = 117+110+243=470 (62% of max value = 765). Red value is 117 (46.09% from 255 or 24.89% from 470); Green value is 110 (43.36% from 255 or 23.40% from 470); Blue value is 243 (95.31% from 255 or 51.70% from 470); Max value from RGB is 243 - color contains mainly: blue. Hex color #756EF3 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #756EF3 is #8A910C. Grayscale: #7E7E7E. Windows color (decimal): -9081101 or 15953525. OLE color: 15953525.
HSL color Cylindrical-coordinate representation of color #756EF3: hue angle of 243.16º degrees, saturation: 0.85, 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 #756EF3 is Cyan = 0.52, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 117 | 110 | 243 | - |
| CMYK | 0.52 | 0.55 | 0 | 0.05 |
| HSL | 243.16º | 0.85% | 0.69% | - |
| HSV(B) | 243.16º | 0.55% | 0.95% | - |
| XYZ | 29.09 | 21.4 | 87.39 | - |
| YUV | 127.26 | 193.32 | 120.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 110 | 243 | 0.52 | 0.55 | 0 | 0.05 | 243.16 | 0.85 | 0.69 |
| Hex | 75 | 6E | F3 | 34 | 37 | 0 | 5 | F3 | 55 | 45 |
| Octal | 165 | 156 | 363 | 64 | 67 | 0 | 5 | 363 | 125 | 105 |
| Binary | 1110101 | 1101110 | 11110011 | 110100 | 110111 | 0 | 101 | 11110011 | 1010101 | 1000101 |
Color Harmonies of #756EF3
Complementary color
Monochromatic Colors of #756EF3
Black with #756EF3
Text Example
Text Example
White with #756EF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756EF3; }
p { color: rgb(117,110,243); }
H1.HeaderClassName
{
color: #756EF3;
}
.AnyTagClassName
{
color: #756EF3;
}
</style>
background-color css
<style>
a { background-color: #756EF3; }
a { background-color: rgb(117,110,243); }
div.DivClassName
{
background-color: #756EF3;
}
.BgClassName
{
background-color: #756EF3;
}
</style>
border-color css
<style>
span { border-color: #756EF3; }
span { border-color: rgb(117,110,243); }
td.TdClassName
{
border-color: #756EF3;
}
.TagClassName
{
border-color: #756EF3;
}
</style>