Shades of Medium Slate Blue #7A6BDB
Tints of Medium Slate Blue #7A6BDB
RGB
CMYK
RGB Variations
Color information
#7A6BDB (or 0x7A6BDB) is known color: Medium Slate Blue. HEX triplet: 7A, 6B and DB. RGB value is (122,107,219). Sum of RGB (Red+Green+Blue) = 122+107+219=448 (59% of max value = 765). Red value is 122 (48.05% from 255 or 27.23% from 448); Green value is 107 (42.19% from 255 or 23.88% from 448); Blue value is 219 (85.94% from 255 or 48.88% from 448); Max value from RGB is 219 - color contains mainly: blue. Hex color #7A6BDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A6BDB is #859424. Grayscale: #7B7B7B. Windows color (decimal): -8754213 or 14379898. OLE color: 14379898.
HSL color Cylindrical-coordinate representation of color #7A6BDB: hue angle of 248.04º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7A6BDB is Cyan = 0.44, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 122 | 107 | 219 | - |
| CMYK | 0.44 | 0.51 | 0 | 0.14 |
| HSL | 248.04º | 0.61% | 0.64% | - |
| HSV(B) | 248.04º | 0.51% | 0.86% | - |
| XYZ | 26.07 | 19.77 | 69.46 | - |
| YUV | 124.25 | 181.47 | 126.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 107 | 219 | 0.44 | 0.51 | 0 | 0.14 | 248.04 | 0.61 | 0.64 |
| Hex | 7A | 6B | DB | 2C | 33 | 0 | E | F8 | 3D | 40 |
| Octal | 172 | 153 | 333 | 54 | 63 | 0 | 16 | 370 | 75 | 100 |
| Binary | 1111010 | 1101011 | 11011011 | 101100 | 110011 | 0 | 1110 | 11111000 | 111101 | 1000000 |
Color Harmonies of #7A6BDB
Complementary color
Monochromatic Colors of #7A6BDB
Black with #7A6BDB
Text Example
Text Example
White with #7A6BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A6BDB; }
p { color: rgb(122,107,219); }
H1.HeaderClassName
{
color: #7A6BDB;
}
.AnyTagClassName
{
color: #7A6BDB;
}
</style>
background-color css
<style>
a { background-color: #7A6BDB; }
a { background-color: rgb(122,107,219); }
div.DivClassName
{
background-color: #7A6BDB;
}
.BgClassName
{
background-color: #7A6BDB;
}
</style>
border-color css
<style>
span { border-color: #7A6BDB; }
span { border-color: rgb(122,107,219); }
td.TdClassName
{
border-color: #7A6BDB;
}
.TagClassName
{
border-color: #7A6BDB;
}
</style>