Shades of Medium Slate Blue #756ADD
Tints of Medium Slate Blue #756ADD
RGB
CMYK
RGB Variations
Color information
#756ADD (or 0x756ADD) is known color: Medium Slate Blue. HEX triplet: 75, 6A and DD. RGB value is (117,106,221). Sum of RGB (Red+Green+Blue) = 117+106+221=444 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.35% from 444); Green value is 106 (41.80% from 255 or 23.87% from 444); Blue value is 221 (86.72% from 255 or 49.77% from 444); Max value from RGB is 221 - color contains mainly: blue. Hex color #756ADD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #756ADD is #8A9522. Grayscale: #797979. Windows color (decimal): -9082147 or 14510709. OLE color: 14510709.
HSL color Cylindrical-coordinate representation of color #756ADD: hue angle of 245.74º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #756ADD is Cyan = 0.47, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 117 | 106 | 221 | - |
| CMYK | 0.47 | 0.52 | 0 | 0.13 |
| HSL | 245.74º | 0.63% | 0.64% | - |
| HSV(B) | 245.74º | 0.52% | 0.87% | - |
| XYZ | 25.54 | 19.31 | 70.79 | - |
| YUV | 122.4 | 183.64 | 124.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 106 | 221 | 0.47 | 0.52 | 0 | 0.13 | 245.74 | 0.63 | 0.64 |
| Hex | 75 | 6A | DD | 2F | 34 | 0 | D | F6 | 3F | 40 |
| Octal | 165 | 152 | 335 | 57 | 64 | 0 | 15 | 366 | 77 | 100 |
| Binary | 1110101 | 1101010 | 11011101 | 101111 | 110100 | 0 | 1101 | 11110110 | 111111 | 1000000 |
Color Harmonies of #756ADD
Complementary color
Monochromatic Colors of #756ADD
Black with #756ADD
Text Example
Text Example
White with #756ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756ADD; }
p { color: rgb(117,106,221); }
H1.HeaderClassName
{
color: #756ADD;
}
.AnyTagClassName
{
color: #756ADD;
}
</style>
background-color css
<style>
a { background-color: #756ADD; }
a { background-color: rgb(117,106,221); }
div.DivClassName
{
background-color: #756ADD;
}
.BgClassName
{
background-color: #756ADD;
}
</style>
border-color css
<style>
span { border-color: #756ADD; }
span { border-color: rgb(117,106,221); }
td.TdClassName
{
border-color: #756ADD;
}
.TagClassName
{
border-color: #756ADD;
}
</style>