Shades of Medium Slate Blue #7A6BDF
Tints of Medium Slate Blue #7A6BDF
RGB
CMYK
RGB Variations
Color information
#7A6BDF (or 0x7A6BDF) is known color: Medium Slate Blue. HEX triplet: 7A, 6B and DF. RGB value is (122,107,223). Sum of RGB (Red+Green+Blue) = 122+107+223=452 (59% of max value = 765). Red value is 122 (48.05% from 255 or 26.99% from 452); Green value is 107 (42.19% from 255 or 23.67% from 452); Blue value is 223 (87.5% from 255 or 49.34% from 452); Max value from RGB is 223 - color contains mainly: blue. Hex color #7A6BDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A6BDF is #859420. Grayscale: #7C7C7C. Windows color (decimal): -8754209 or 14642042. OLE color: 14642042.
HSL color Cylindrical-coordinate representation of color #7A6BDF: hue angle of 247.76º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7A6BDF is Cyan = 0.45, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 122 | 107 | 223 | - |
| CMYK | 0.45 | 0.52 | 0 | 0.13 |
| HSL | 247.76º | 0.64% | 0.65% | - |
| HSV(B) | 247.76º | 0.52% | 0.87% | - |
| XYZ | 26.6 | 19.98 | 72.27 | - |
| YUV | 124.71 | 183.47 | 126.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 107 | 223 | 0.45 | 0.52 | 0 | 0.13 | 247.76 | 0.64 | 0.65 |
| Hex | 7A | 6B | DF | 2D | 34 | 0 | D | F8 | 40 | 41 |
| Octal | 172 | 153 | 337 | 55 | 64 | 0 | 15 | 370 | 100 | 101 |
| Binary | 1111010 | 1101011 | 11011111 | 101101 | 110100 | 0 | 1101 | 11111000 | 1000000 | 1000001 |
Color Harmonies of #7A6BDF
Complementary color
Monochromatic Colors of #7A6BDF
Black with #7A6BDF
Text Example
Text Example
White with #7A6BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A6BDF; }
p { color: rgb(122,107,223); }
H1.HeaderClassName
{
color: #7A6BDF;
}
.AnyTagClassName
{
color: #7A6BDF;
}
</style>
background-color css
<style>
a { background-color: #7A6BDF; }
a { background-color: rgb(122,107,223); }
div.DivClassName
{
background-color: #7A6BDF;
}
.BgClassName
{
background-color: #7A6BDF;
}
</style>
border-color css
<style>
span { border-color: #7A6BDF; }
span { border-color: rgb(122,107,223); }
td.TdClassName
{
border-color: #7A6BDF;
}
.TagClassName
{
border-color: #7A6BDF;
}
</style>