Shades of Medium Slate Blue #755DDF
Tints of Medium Slate Blue #755DDF
RGB
CMYK
RGB Variations
Color information
#755DDF (or 0x755DDF) is known color: Medium Slate Blue. HEX triplet: 75, 5D and DF. RGB value is (117,93,223). Sum of RGB (Red+Green+Blue) = 117+93+223=433 (57% of max value = 765). Red value is 117 (46.09% from 255 or 27.02% from 433); Green value is 93 (36.72% from 255 or 21.48% from 433); Blue value is 223 (87.5% from 255 or 51.50% from 433); Max value from RGB is 223 - color contains mainly: blue. Hex color #755DDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #755DDF is #8AA220. Grayscale: #727272. Windows color (decimal): -9085473 or 14638453. OLE color: 14638453.
HSL color Cylindrical-coordinate representation of color #755DDF: hue angle of 251.08º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #755DDF is Cyan = 0.48, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 117 | 93 | 223 | - |
| CMYK | 0.48 | 0.58 | 0 | 0.13 |
| HSL | 251.08º | 0.67% | 0.62% | - |
| HSV(B) | 251.08º | 0.58% | 0.87% | - |
| XYZ | 24.57 | 16.94 | 71.79 | - |
| YUV | 115 | 188.95 | 129.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 93 | 223 | 0.48 | 0.58 | 0 | 0.13 | 251.08 | 0.67 | 0.62 |
| Hex | 75 | 5D | DF | 30 | 3A | 0 | D | FB | 43 | 3E |
| Octal | 165 | 135 | 337 | 60 | 72 | 0 | 15 | 373 | 103 | 76 |
| Binary | 1110101 | 1011101 | 11011111 | 110000 | 111010 | 0 | 1101 | 11111011 | 1000011 | 111110 |
Color Harmonies of #755DDF
Complementary color
Monochromatic Colors of #755DDF
Black with #755DDF
Text Example
Text Example
White with #755DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755DDF; }
p { color: rgb(117,93,223); }
H1.HeaderClassName
{
color: #755DDF;
}
.AnyTagClassName
{
color: #755DDF;
}
</style>
background-color css
<style>
a { background-color: #755DDF; }
a { background-color: rgb(117,93,223); }
div.DivClassName
{
background-color: #755DDF;
}
.BgClassName
{
background-color: #755DDF;
}
</style>
border-color css
<style>
span { border-color: #755DDF; }
span { border-color: rgb(117,93,223); }
td.TdClassName
{
border-color: #755DDF;
}
.TagClassName
{
border-color: #755DDF;
}
</style>