Shades of Medium Slate Blue #756CEC
Tints of Medium Slate Blue #756CEC
RGB
CMYK
RGB Variations
Color information
#756CEC (or 0x756CEC) is known color: Medium Slate Blue. HEX triplet: 75, 6C and EC. RGB value is (117,108,236). Sum of RGB (Red+Green+Blue) = 117+108+236=461 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25.38% from 461); Green value is 108 (42.58% from 255 or 23.43% from 461); Blue value is 236 (92.58% from 255 or 51.19% from 461); Max value from RGB is 236 - color contains mainly: blue. Hex color #756CEC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #756CEC is #8A9313. Grayscale: #7C7C7C. Windows color (decimal): -9081620 or 15494261. OLE color: 15494261.
HSL color Cylindrical-coordinate representation of color #756CEC: hue angle of 244.22º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #756CEC is Cyan = 0.50, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 117 | 108 | 236 | - |
| CMYK | 0.50 | 0.54 | 0 | 0.07 |
| HSL | 244.22º | 0.77% | 0.67% | - |
| HSV(B) | 244.22º | 0.54% | 0.93% | - |
| XYZ | 27.84 | 20.56 | 81.86 | - |
| YUV | 125.28 | 190.48 | 122.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 108 | 236 | 0.50 | 0.54 | 0 | 0.07 | 244.22 | 0.77 | 0.67 |
| Hex | 75 | 6C | EC | 32 | 36 | 0 | 7 | F4 | 4D | 43 |
| Octal | 165 | 154 | 354 | 62 | 66 | 0 | 7 | 364 | 115 | 103 |
| Binary | 1110101 | 1101100 | 11101100 | 110010 | 110110 | 0 | 111 | 11110100 | 1001101 | 1000011 |
Color Harmonies of #756CEC
Complementary color
Monochromatic Colors of #756CEC
Black with #756CEC
Text Example
Text Example
White with #756CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756CEC; }
p { color: rgb(117,108,236); }
H1.HeaderClassName
{
color: #756CEC;
}
.AnyTagClassName
{
color: #756CEC;
}
</style>
background-color css
<style>
a { background-color: #756CEC; }
a { background-color: rgb(117,108,236); }
div.DivClassName
{
background-color: #756CEC;
}
.BgClassName
{
background-color: #756CEC;
}
</style>
border-color css
<style>
span { border-color: #756CEC; }
span { border-color: rgb(117,108,236); }
td.TdClassName
{
border-color: #756CEC;
}
.TagClassName
{
border-color: #756CEC;
}
</style>