Shades of Medium Slate Blue #755BDF
Tints of Medium Slate Blue #755BDF
RGB
CMYK
RGB Variations
Color information
#755BDF (or 0x755BDF) is known color: Medium Slate Blue. HEX triplet: 75, 5B and DF. RGB value is (117,91,223). Sum of RGB (Red+Green+Blue) = 117+91+223=431 (57% of max value = 765). Red value is 117 (46.09% from 255 or 27.15% from 431); Green value is 91 (35.94% from 255 or 21.11% from 431); Blue value is 223 (87.5% from 255 or 51.74% from 431); Max value from RGB is 223 - color contains mainly: blue. Hex color #755BDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #755BDF is #8AA420. Grayscale: #717171. Windows color (decimal): -9085985 or 14637941. OLE color: 14637941.
HSL color Cylindrical-coordinate representation of color #755BDF: hue angle of 251.82º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #755BDF is Cyan = 0.48, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 117 | 91 | 223 | - |
| CMYK | 0.48 | 0.59 | 0 | 0.13 |
| HSL | 251.82º | 0.67% | 0.62% | - |
| HSV(B) | 251.82º | 0.59% | 0.87% | - |
| XYZ | 24.4 | 16.59 | 71.73 | - |
| YUV | 113.82 | 189.61 | 130.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 91 | 223 | 0.48 | 0.59 | 0 | 0.13 | 251.82 | 0.67 | 0.62 |
| Hex | 75 | 5B | DF | 30 | 3B | 0 | D | FC | 43 | 3E |
| Octal | 165 | 133 | 337 | 60 | 73 | 0 | 15 | 374 | 103 | 76 |
| Binary | 1110101 | 1011011 | 11011111 | 110000 | 111011 | 0 | 1101 | 11111100 | 1000011 | 111110 |
Color Harmonies of #755BDF
Complementary color
Monochromatic Colors of #755BDF
Black with #755BDF
Text Example
Text Example
White with #755BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755BDF; }
p { color: rgb(117,91,223); }
H1.HeaderClassName
{
color: #755BDF;
}
.AnyTagClassName
{
color: #755BDF;
}
</style>
background-color css
<style>
a { background-color: #755BDF; }
a { background-color: rgb(117,91,223); }
div.DivClassName
{
background-color: #755BDF;
}
.BgClassName
{
background-color: #755BDF;
}
</style>
border-color css
<style>
span { border-color: #755BDF; }
span { border-color: rgb(117,91,223); }
td.TdClassName
{
border-color: #755BDF;
}
.TagClassName
{
border-color: #755BDF;
}
</style>