Shades of Medium Slate Blue #756ADA
Tints of Medium Slate Blue #756ADA
RGB
CMYK
RGB Variations
Color information
#756ADA (or 0x756ADA) is known color: Medium Slate Blue. HEX triplet: 75, 6A and DA. RGB value is (117,106,218). Sum of RGB (Red+Green+Blue) = 117+106+218=441 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.53% from 441); Green value is 106 (41.80% from 255 or 24.04% from 441); Blue value is 218 (85.55% from 255 or 49.43% from 441); Max value from RGB is 218 - color contains mainly: blue. Hex color #756ADA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #756ADA is #8A9525. Grayscale: #797979. Windows color (decimal): -9082150 or 14314101. OLE color: 14314101.
HSL color Cylindrical-coordinate representation of color #756ADA: hue angle of 245.89º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #756ADA is Cyan = 0.46, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 117 | 106 | 218 | - |
| CMYK | 0.46 | 0.51 | 0 | 0.15 |
| HSL | 245.89º | 0.6% | 0.64% | - |
| HSV(B) | 245.89º | 0.51% | 0.85% | - |
| XYZ | 25.15 | 19.15 | 68.7 | - |
| YUV | 122.06 | 182.14 | 124.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 106 | 218 | 0.46 | 0.51 | 0 | 0.15 | 245.89 | 0.6 | 0.64 |
| Hex | 75 | 6A | DA | 2E | 33 | 0 | F | F6 | 3C | 40 |
| Octal | 165 | 152 | 332 | 56 | 63 | 0 | 17 | 366 | 74 | 100 |
| Binary | 1110101 | 1101010 | 11011010 | 101110 | 110011 | 0 | 1111 | 11110110 | 111100 | 1000000 |
Color Harmonies of #756ADA
Complementary color
Monochromatic Colors of #756ADA
Black with #756ADA
Text Example
Text Example
White with #756ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756ADA; }
p { color: rgb(117,106,218); }
H1.HeaderClassName
{
color: #756ADA;
}
.AnyTagClassName
{
color: #756ADA;
}
</style>
background-color css
<style>
a { background-color: #756ADA; }
a { background-color: rgb(117,106,218); }
div.DivClassName
{
background-color: #756ADA;
}
.BgClassName
{
background-color: #756ADA;
}
</style>
border-color css
<style>
span { border-color: #756ADA; }
span { border-color: rgb(117,106,218); }
td.TdClassName
{
border-color: #756ADA;
}
.TagClassName
{
border-color: #756ADA;
}
</style>