Shades of Medium Slate Blue #755DEC
Tints of Medium Slate Blue #755DEC
RGB
CMYK
RGB Variations
Color information
#755DEC (or 0x755DEC) is known color: Medium Slate Blue. HEX triplet: 75, 5D and EC. RGB value is (117,93,236). Sum of RGB (Red+Green+Blue) = 117+93+236=446 (59% of max value = 765). Red value is 117 (46.09% from 255 or 26.23% from 446); Green value is 93 (36.72% from 255 or 20.85% from 446); Blue value is 236 (92.58% from 255 or 52.91% from 446); Max value from RGB is 236 - color contains mainly: blue. Hex color #755DEC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #755DEC is #8AA213. Grayscale: #737373. Windows color (decimal): -9085460 or 15490421. OLE color: 15490421.
HSL color Cylindrical-coordinate representation of color #755DEC: hue angle of 250.07º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #755DEC is Cyan = 0.50, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 117 | 93 | 236 | - |
| CMYK | 0.50 | 0.61 | 0 | 0.07 |
| HSL | 250.07º | 0.79% | 0.65% | - |
| HSV(B) | 250.07º | 0.61% | 0.93% | - |
| XYZ | 26.39 | 17.67 | 81.38 | - |
| YUV | 116.48 | 195.45 | 128.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 93 | 236 | 0.50 | 0.61 | 0 | 0.07 | 250.07 | 0.79 | 0.65 |
| Hex | 75 | 5D | EC | 32 | 3D | 0 | 7 | FA | 4F | 41 |
| Octal | 165 | 135 | 354 | 62 | 75 | 0 | 7 | 372 | 117 | 101 |
| Binary | 1110101 | 1011101 | 11101100 | 110010 | 111101 | 0 | 111 | 11111010 | 1001111 | 1000001 |
Color Harmonies of #755DEC
Complementary color
Monochromatic Colors of #755DEC
Black with #755DEC
Text Example
Text Example
White with #755DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755DEC; }
p { color: rgb(117,93,236); }
H1.HeaderClassName
{
color: #755DEC;
}
.AnyTagClassName
{
color: #755DEC;
}
</style>
background-color css
<style>
a { background-color: #755DEC; }
a { background-color: rgb(117,93,236); }
div.DivClassName
{
background-color: #755DEC;
}
.BgClassName
{
background-color: #755DEC;
}
</style>
border-color css
<style>
span { border-color: #755DEC; }
span { border-color: rgb(117,93,236); }
td.TdClassName
{
border-color: #755DEC;
}
.TagClassName
{
border-color: #755DEC;
}
</style>