Shades of Medium Slate Blue #7A6FDD
Tints of Medium Slate Blue #7A6FDD
RGB
CMYK
RGB Variations
Color information
#7A6FDD (or 0x7A6FDD) is known color: Medium Slate Blue. HEX triplet: 7A, 6F and DD. RGB value is (122,111,221). Sum of RGB (Red+Green+Blue) = 122+111+221=454 (60% of max value = 765). Red value is 122 (48.05% from 255 or 26.87% from 454); Green value is 111 (43.75% from 255 or 24.45% from 454); Blue value is 221 (86.72% from 255 or 48.68% from 454); Max value from RGB is 221 - color contains mainly: blue. Hex color #7A6FDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A6FDD is #859022. Grayscale: #7E7E7E. Windows color (decimal): -8753187 or 14511994. OLE color: 14511994.
HSL color Cylindrical-coordinate representation of color #7A6FDD: hue angle of 246º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7A6FDD is Cyan = 0.45, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 122 | 111 | 221 | - |
| CMYK | 0.45 | 0.50 | 0 | 0.13 |
| HSL | 246º | 0.62% | 0.65% | - |
| HSV(B) | 246º | 0.5% | 0.87% | - |
| XYZ | 26.76 | 20.73 | 71 | - |
| YUV | 126.83 | 181.14 | 124.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 111 | 221 | 0.45 | 0.50 | 0 | 0.13 | 246 | 0.62 | 0.65 |
| Hex | 7A | 6F | DD | 2D | 32 | 0 | D | F6 | 3E | 41 |
| Octal | 172 | 157 | 335 | 55 | 62 | 0 | 15 | 366 | 76 | 101 |
| Binary | 1111010 | 1101111 | 11011101 | 101101 | 110010 | 0 | 1101 | 11110110 | 111110 | 1000001 |
Color Harmonies of #7A6FDD
Complementary color
Monochromatic Colors of #7A6FDD
Black with #7A6FDD
Text Example
Text Example
White with #7A6FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A6FDD; }
p { color: rgb(122,111,221); }
H1.HeaderClassName
{
color: #7A6FDD;
}
.AnyTagClassName
{
color: #7A6FDD;
}
</style>
background-color css
<style>
a { background-color: #7A6FDD; }
a { background-color: rgb(122,111,221); }
div.DivClassName
{
background-color: #7A6FDD;
}
.BgClassName
{
background-color: #7A6FDD;
}
</style>
border-color css
<style>
span { border-color: #7A6FDD; }
span { border-color: rgb(122,111,221); }
td.TdClassName
{
border-color: #7A6FDD;
}
.TagClassName
{
border-color: #7A6FDD;
}
</style>