Shades of Medium Slate Blue #755DEF
Tints of Medium Slate Blue #755DEF
RGB
CMYK
RGB Variations
Color information
#755DEF (or 0x755DEF) is known color: Medium Slate Blue. HEX triplet: 75, 5D and EF. RGB value is (117,93,239). Sum of RGB (Red+Green+Blue) = 117+93+239=449 (59% of max value = 765). Red value is 117 (46.09% from 255 or 26.06% from 449); Green value is 93 (36.72% from 255 or 20.71% from 449); Blue value is 239 (93.75% from 255 or 53.23% from 449); Max value from RGB is 239 - color contains mainly: blue. Hex color #755DEF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #755DEF is #8AA210. Grayscale: #747474. Windows color (decimal): -9085457 or 15687029. OLE color: 15687029.
HSL color Cylindrical-coordinate representation of color #755DEF: hue angle of 249.86º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #755DEF is Cyan = 0.51, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 117 | 93 | 239 | - |
| CMYK | 0.51 | 0.61 | 0 | 0.06 |
| HSL | 249.86º | 0.82% | 0.65% | - |
| HSV(B) | 249.86º | 0.61% | 0.94% | - |
| XYZ | 26.83 | 17.84 | 83.69 | - |
| YUV | 116.82 | 196.95 | 128.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 93 | 239 | 0.51 | 0.61 | 0 | 0.06 | 249.86 | 0.82 | 0.65 |
| Hex | 75 | 5D | EF | 33 | 3D | 0 | 6 | FA | 52 | 41 |
| Octal | 165 | 135 | 357 | 63 | 75 | 0 | 6 | 372 | 122 | 101 |
| Binary | 1110101 | 1011101 | 11101111 | 110011 | 111101 | 0 | 110 | 11111010 | 1010010 | 1000001 |
Color Harmonies of #755DEF
Complementary color
Monochromatic Colors of #755DEF
Black with #755DEF
Text Example
Text Example
White with #755DEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755DEF; }
p { color: rgb(117,93,239); }
H1.HeaderClassName
{
color: #755DEF;
}
.AnyTagClassName
{
color: #755DEF;
}
</style>
background-color css
<style>
a { background-color: #755DEF; }
a { background-color: rgb(117,93,239); }
div.DivClassName
{
background-color: #755DEF;
}
.BgClassName
{
background-color: #755DEF;
}
</style>
border-color css
<style>
span { border-color: #755DEF; }
span { border-color: rgb(117,93,239); }
td.TdClassName
{
border-color: #755DEF;
}
.TagClassName
{
border-color: #755DEF;
}
</style>