Shades of Medium Slate Blue #756ADB
Tints of Medium Slate Blue #756ADB
RGB
CMYK
RGB Variations
Color information
#756ADB (or 0x756ADB) is known color: Medium Slate Blue. HEX triplet: 75, 6A and DB. RGB value is (117,106,219). Sum of RGB (Red+Green+Blue) = 117+106+219=442 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.47% from 442); Green value is 106 (41.80% from 255 or 23.98% from 442); Blue value is 219 (85.94% from 255 or 49.55% from 442); Max value from RGB is 219 - color contains mainly: blue. Hex color #756ADB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #756ADB is #8A9524. Grayscale: #797979. Windows color (decimal): -9082149 or 14379637. OLE color: 14379637.
HSL color Cylindrical-coordinate representation of color #756ADB: hue angle of 245.84º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #756ADB is Cyan = 0.47, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 117 | 106 | 219 | - |
| CMYK | 0.47 | 0.52 | 0 | 0.14 |
| HSL | 245.84º | 0.61% | 0.64% | - |
| HSV(B) | 245.84º | 0.52% | 0.86% | - |
| XYZ | 25.28 | 19.2 | 69.39 | - |
| YUV | 122.17 | 182.64 | 124.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 106 | 219 | 0.47 | 0.52 | 0 | 0.14 | 245.84 | 0.61 | 0.64 |
| Hex | 75 | 6A | DB | 2F | 34 | 0 | E | F6 | 3D | 40 |
| Octal | 165 | 152 | 333 | 57 | 64 | 0 | 16 | 366 | 75 | 100 |
| Binary | 1110101 | 1101010 | 11011011 | 101111 | 110100 | 0 | 1110 | 11110110 | 111101 | 1000000 |
Color Harmonies of #756ADB
Complementary color
Monochromatic Colors of #756ADB
Black with #756ADB
Text Example
Text Example
White with #756ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756ADB; }
p { color: rgb(117,106,219); }
H1.HeaderClassName
{
color: #756ADB;
}
.AnyTagClassName
{
color: #756ADB;
}
</style>
background-color css
<style>
a { background-color: #756ADB; }
a { background-color: rgb(117,106,219); }
div.DivClassName
{
background-color: #756ADB;
}
.BgClassName
{
background-color: #756ADB;
}
</style>
border-color css
<style>
span { border-color: #756ADB; }
span { border-color: rgb(117,106,219); }
td.TdClassName
{
border-color: #756ADB;
}
.TagClassName
{
border-color: #756ADB;
}
</style>