Shades of Medium Slate Blue #7A6DDB
Tints of Medium Slate Blue #7A6DDB
RGB
CMYK
RGB Variations
Color information
#7A6DDB (or 0x7A6DDB) is known color: Medium Slate Blue. HEX triplet: 7A, 6D and DB. RGB value is (122,109,219). Sum of RGB (Red+Green+Blue) = 122+109+219=450 (59% of max value = 765). Red value is 122 (48.05% from 255 or 27.11% from 450); Green value is 109 (42.97% from 255 or 24.22% from 450); Blue value is 219 (85.94% from 255 or 48.67% from 450); Max value from RGB is 219 - color contains mainly: blue. Hex color #7A6DDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A6DDB is #859224. Grayscale: #7D7D7D. Windows color (decimal): -8753701 or 14380410. OLE color: 14380410.
HSL color Cylindrical-coordinate representation of color #7A6DDB: hue angle of 247.09º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7A6DDB is Cyan = 0.44, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 122 | 109 | 219 | - |
| CMYK | 0.44 | 0.50 | 0 | 0.14 |
| HSL | 247.09º | 0.6% | 0.64% | - |
| HSV(B) | 247.09º | 0.5% | 0.86% | - |
| XYZ | 26.28 | 20.19 | 69.53 | - |
| YUV | 125.43 | 180.81 | 125.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 109 | 219 | 0.44 | 0.50 | 0 | 0.14 | 247.09 | 0.6 | 0.64 |
| Hex | 7A | 6D | DB | 2C | 32 | 0 | E | F7 | 3C | 40 |
| Octal | 172 | 155 | 333 | 54 | 62 | 0 | 16 | 367 | 74 | 100 |
| Binary | 1111010 | 1101101 | 11011011 | 101100 | 110010 | 0 | 1110 | 11110111 | 111100 | 1000000 |
Color Harmonies of #7A6DDB
Complementary color
Monochromatic Colors of #7A6DDB
Black with #7A6DDB
Text Example
Text Example
White with #7A6DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A6DDB; }
p { color: rgb(122,109,219); }
H1.HeaderClassName
{
color: #7A6DDB;
}
.AnyTagClassName
{
color: #7A6DDB;
}
</style>
background-color css
<style>
a { background-color: #7A6DDB; }
a { background-color: rgb(122,109,219); }
div.DivClassName
{
background-color: #7A6DDB;
}
.BgClassName
{
background-color: #7A6DDB;
}
</style>
border-color css
<style>
span { border-color: #7A6DDB; }
span { border-color: rgb(122,109,219); }
td.TdClassName
{
border-color: #7A6DDB;
}
.TagClassName
{
border-color: #7A6DDB;
}
</style>