Shades of Medium Slate Blue #756BDF
Tints of Medium Slate Blue #756BDF
RGB
CMYK
RGB Variations
Color information
#756BDF (or 0x756BDF) is known color: Medium Slate Blue. HEX triplet: 75, 6B and DF. RGB value is (117,107,223). Sum of RGB (Red+Green+Blue) = 117+107+223=447 (59% of max value = 765). Red value is 117 (46.09% from 255 or 26.17% from 447); Green value is 107 (42.19% from 255 or 23.94% from 447); Blue value is 223 (87.5% from 255 or 49.89% from 447); Max value from RGB is 223 - color contains mainly: blue. Hex color #756BDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #756BDF is #8A9420. Grayscale: #7A7A7A. Windows color (decimal): -9081889 or 14642037. OLE color: 14642037.
HSL color Cylindrical-coordinate representation of color #756BDF: hue angle of 245.17º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #756BDF is Cyan = 0.48, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 117 | 107 | 223 | - |
| CMYK | 0.48 | 0.52 | 0 | 0.13 |
| HSL | 245.17º | 0.64% | 0.65% | - |
| HSV(B) | 245.17º | 0.52% | 0.87% | - |
| XYZ | 25.91 | 19.63 | 72.23 | - |
| YUV | 123.21 | 184.31 | 123.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 107 | 223 | 0.48 | 0.52 | 0 | 0.13 | 245.17 | 0.64 | 0.65 |
| Hex | 75 | 6B | DF | 30 | 34 | 0 | D | F5 | 40 | 41 |
| Octal | 165 | 153 | 337 | 60 | 64 | 0 | 15 | 365 | 100 | 101 |
| Binary | 1110101 | 1101011 | 11011111 | 110000 | 110100 | 0 | 1101 | 11110101 | 1000000 | 1000001 |
Color Harmonies of #756BDF
Complementary color
Monochromatic Colors of #756BDF
Black with #756BDF
Text Example
Text Example
White with #756BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756BDF; }
p { color: rgb(117,107,223); }
H1.HeaderClassName
{
color: #756BDF;
}
.AnyTagClassName
{
color: #756BDF;
}
</style>
background-color css
<style>
a { background-color: #756BDF; }
a { background-color: rgb(117,107,223); }
div.DivClassName
{
background-color: #756BDF;
}
.BgClassName
{
background-color: #756BDF;
}
</style>
border-color css
<style>
span { border-color: #756BDF; }
span { border-color: rgb(117,107,223); }
td.TdClassName
{
border-color: #756BDF;
}
.TagClassName
{
border-color: #756BDF;
}
</style>