Shades of Medium Slate Blue #756FEC
Tints of Medium Slate Blue #756FEC
RGB
CMYK
RGB Variations
Color information
#756FEC (or 0x756FEC) is known color: Medium Slate Blue. HEX triplet: 75, 6F and EC. RGB value is (117,111,236). Sum of RGB (Red+Green+Blue) = 117+111+236=464 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25.22% from 464); Green value is 111 (43.75% from 255 or 23.92% from 464); Blue value is 236 (92.58% from 255 or 50.86% from 464); Max value from RGB is 236 - color contains mainly: blue. Hex color #756FEC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #756FEC is #8A9013. Grayscale: #7E7E7E. Windows color (decimal): -9080852 or 15495029. OLE color: 15495029.
HSL color Cylindrical-coordinate representation of color #756FEC: hue angle of 242.88º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #756FEC is Cyan = 0.50, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 117 | 111 | 236 | - |
| CMYK | 0.50 | 0.53 | 0 | 0.07 |
| HSL | 242.88º | 0.77% | 0.68% | - |
| HSV(B) | 242.88º | 0.53% | 0.93% | - |
| XYZ | 28.16 | 21.21 | 81.97 | - |
| YUV | 127.04 | 189.49 | 120.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 111 | 236 | 0.50 | 0.53 | 0 | 0.07 | 242.88 | 0.77 | 0.68 |
| Hex | 75 | 6F | EC | 32 | 35 | 0 | 7 | F3 | 4D | 44 |
| Octal | 165 | 157 | 354 | 62 | 65 | 0 | 7 | 363 | 115 | 104 |
| Binary | 1110101 | 1101111 | 11101100 | 110010 | 110101 | 0 | 111 | 11110011 | 1001101 | 1000100 |
Color Harmonies of #756FEC
Complementary color
Monochromatic Colors of #756FEC
Black with #756FEC
Text Example
Text Example
White with #756FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756FEC; }
p { color: rgb(117,111,236); }
H1.HeaderClassName
{
color: #756FEC;
}
.AnyTagClassName
{
color: #756FEC;
}
</style>
background-color css
<style>
a { background-color: #756FEC; }
a { background-color: rgb(117,111,236); }
div.DivClassName
{
background-color: #756FEC;
}
.BgClassName
{
background-color: #756FEC;
}
</style>
border-color css
<style>
span { border-color: #756FEC; }
span { border-color: rgb(117,111,236); }
td.TdClassName
{
border-color: #756FEC;
}
.TagClassName
{
border-color: #756FEC;
}
</style>