Shades of Medium Slate Blue #7A6BDC
Tints of Medium Slate Blue #7A6BDC
RGB
CMYK
RGB Variations
Color information
#7A6BDC (or 0x7A6BDC) is known color: Medium Slate Blue. HEX triplet: 7A, 6B and DC. RGB value is (122,107,220). Sum of RGB (Red+Green+Blue) = 122+107+220=449 (59% of max value = 765). Red value is 122 (48.05% from 255 or 27.17% from 449); Green value is 107 (42.19% from 255 or 23.83% from 449); Blue value is 220 (86.33% from 255 or 49.00% from 449); Max value from RGB is 220 - color contains mainly: blue. Hex color #7A6BDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A6BDC is #859423. Grayscale: #7B7B7B. Windows color (decimal): -8754212 or 14445434. OLE color: 14445434.
HSL color Cylindrical-coordinate representation of color #7A6BDC: hue angle of 247.96º degrees, saturation: 0.62, 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 #7A6BDC is Cyan = 0.45, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 122 | 107 | 220 | - |
| CMYK | 0.45 | 0.51 | 0 | 0.14 |
| HSL | 247.96º | 0.62% | 0.64% | - |
| HSV(B) | 247.96º | 0.51% | 0.86% | - |
| XYZ | 26.2 | 19.82 | 70.15 | - |
| YUV | 124.37 | 181.97 | 126.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 107 | 220 | 0.45 | 0.51 | 0 | 0.14 | 247.96 | 0.62 | 0.64 |
| Hex | 7A | 6B | DC | 2D | 33 | 0 | E | F8 | 3E | 40 |
| Octal | 172 | 153 | 334 | 55 | 63 | 0 | 16 | 370 | 76 | 100 |
| Binary | 1111010 | 1101011 | 11011100 | 101101 | 110011 | 0 | 1110 | 11111000 | 111110 | 1000000 |
Color Harmonies of #7A6BDC
Complementary color
Monochromatic Colors of #7A6BDC
Black with #7A6BDC
Text Example
Text Example
White with #7A6BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A6BDC; }
p { color: rgb(122,107,220); }
H1.HeaderClassName
{
color: #7A6BDC;
}
.AnyTagClassName
{
color: #7A6BDC;
}
</style>
background-color css
<style>
a { background-color: #7A6BDC; }
a { background-color: rgb(122,107,220); }
div.DivClassName
{
background-color: #7A6BDC;
}
.BgClassName
{
background-color: #7A6BDC;
}
</style>
border-color css
<style>
span { border-color: #7A6BDC; }
span { border-color: rgb(122,107,220); }
td.TdClassName
{
border-color: #7A6BDC;
}
.TagClassName
{
border-color: #7A6BDC;
}
</style>