Shades of Medium Slate Blue #756ADE
Tints of Medium Slate Blue #756ADE
RGB
CMYK
RGB Variations
Color information
#756ADE (or 0x756ADE) is known color: Medium Slate Blue. HEX triplet: 75, 6A and DE. RGB value is (117,106,222). Sum of RGB (Red+Green+Blue) = 117+106+222=445 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.29% from 445); Green value is 106 (41.80% from 255 or 23.82% from 445); Blue value is 222 (87.11% from 255 or 49.89% from 445); Max value from RGB is 222 - color contains mainly: blue. Hex color #756ADE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #756ADE is #8A9521. Grayscale: #7A7A7A. Windows color (decimal): -9082146 or 14576245. OLE color: 14576245.
HSL color Cylindrical-coordinate representation of color #756ADE: hue angle of 245.69º degrees, saturation: 0.64, 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 #756ADE is Cyan = 0.47, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 117 | 106 | 222 | - |
| CMYK | 0.47 | 0.52 | 0 | 0.13 |
| HSL | 245.69º | 0.64% | 0.64% | - |
| HSV(B) | 245.69º | 0.52% | 0.87% | - |
| XYZ | 25.67 | 19.36 | 71.49 | - |
| YUV | 122.51 | 184.14 | 124.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 106 | 222 | 0.47 | 0.52 | 0 | 0.13 | 245.69 | 0.64 | 0.64 |
| Hex | 75 | 6A | DE | 2F | 34 | 0 | D | F6 | 40 | 40 |
| Octal | 165 | 152 | 336 | 57 | 64 | 0 | 15 | 366 | 100 | 100 |
| Binary | 1110101 | 1101010 | 11011110 | 101111 | 110100 | 0 | 1101 | 11110110 | 1000000 | 1000000 |
Color Harmonies of #756ADE
Complementary color
Monochromatic Colors of #756ADE
Black with #756ADE
Text Example
Text Example
White with #756ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756ADE; }
p { color: rgb(117,106,222); }
H1.HeaderClassName
{
color: #756ADE;
}
.AnyTagClassName
{
color: #756ADE;
}
</style>
background-color css
<style>
a { background-color: #756ADE; }
a { background-color: rgb(117,106,222); }
div.DivClassName
{
background-color: #756ADE;
}
.BgClassName
{
background-color: #756ADE;
}
</style>
border-color css
<style>
span { border-color: #756ADE; }
span { border-color: rgb(117,106,222); }
td.TdClassName
{
border-color: #756ADE;
}
.TagClassName
{
border-color: #756ADE;
}
</style>