Shades of Medium Slate Blue #755FEC
Tints of Medium Slate Blue #755FEC
RGB
CMYK
RGB Variations
Color information
#755FEC (or 0x755FEC) is known color: Medium Slate Blue. HEX triplet: 75, 5F and EC. RGB value is (117,95,236). Sum of RGB (Red+Green+Blue) = 117+95+236=448 (59% of max value = 765). Red value is 117 (46.09% from 255 or 26.12% from 448); Green value is 95 (37.5% from 255 or 21.21% from 448); Blue value is 236 (92.58% from 255 or 52.68% from 448); Max value from RGB is 236 - color contains mainly: blue. Hex color #755FEC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #755FEC is #8AA013. Grayscale: #757575. Windows color (decimal): -9084948 or 15490933. OLE color: 15490933.
HSL color Cylindrical-coordinate representation of color #755FEC: hue angle of 249.36º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #755FEC is Cyan = 0.50, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 117 | 95 | 236 | - |
| CMYK | 0.50 | 0.60 | 0 | 0.07 |
| HSL | 249.36º | 0.79% | 0.65% | - |
| HSV(B) | 249.36º | 0.6% | 0.93% | - |
| XYZ | 26.57 | 18.02 | 81.44 | - |
| YUV | 117.65 | 194.79 | 127.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 95 | 236 | 0.50 | 0.60 | 0 | 0.07 | 249.36 | 0.79 | 0.65 |
| Hex | 75 | 5F | EC | 32 | 3C | 0 | 7 | F9 | 4F | 41 |
| Octal | 165 | 137 | 354 | 62 | 74 | 0 | 7 | 371 | 117 | 101 |
| Binary | 1110101 | 1011111 | 11101100 | 110010 | 111100 | 0 | 111 | 11111001 | 1001111 | 1000001 |
Color Harmonies of #755FEC
Complementary color
Monochromatic Colors of #755FEC
Black with #755FEC
Text Example
Text Example
White with #755FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755FEC; }
p { color: rgb(117,95,236); }
H1.HeaderClassName
{
color: #755FEC;
}
.AnyTagClassName
{
color: #755FEC;
}
</style>
background-color css
<style>
a { background-color: #755FEC; }
a { background-color: rgb(117,95,236); }
div.DivClassName
{
background-color: #755FEC;
}
.BgClassName
{
background-color: #755FEC;
}
</style>
border-color css
<style>
span { border-color: #755FEC; }
span { border-color: rgb(117,95,236); }
td.TdClassName
{
border-color: #755FEC;
}
.TagClassName
{
border-color: #755FEC;
}
</style>