Shades of Medium Slate Blue #7A6CEB
Tints of Medium Slate Blue #7A6CEB
RGB
CMYK
RGB Variations
Color information
#7A6CEB (or 0x7A6CEB) is known color: Medium Slate Blue. HEX triplet: 7A, 6C and EB. RGB value is (122,108,235). Sum of RGB (Red+Green+Blue) = 122+108+235=465 (61% of max value = 765). Red value is 122 (48.05% from 255 or 26.24% from 465); Green value is 108 (42.58% from 255 or 23.23% from 465); Blue value is 235 (92.19% from 255 or 50.54% from 465); Max value from RGB is 235 - color contains mainly: blue. Hex color #7A6CEB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7A6CEB is #859314. Grayscale: #7E7E7E. Windows color (decimal): -8753941 or 15428730. OLE color: 15428730.
HSL color Cylindrical-coordinate representation of color #7A6CEB: hue angle of 246.61º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7A6CEB is Cyan = 0.48, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 122 | 108 | 235 | - |
| CMYK | 0.48 | 0.54 | 0 | 0.08 |
| HSL | 246.61º | 0.76% | 0.67% | - |
| HSV(B) | 246.61º | 0.54% | 0.92% | - |
| XYZ | 28.38 | 20.86 | 81.13 | - |
| YUV | 126.66 | 189.14 | 124.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 108 | 235 | 0.48 | 0.54 | 0 | 0.08 | 246.61 | 0.76 | 0.67 |
| Hex | 7A | 6C | EB | 30 | 36 | 0 | 8 | F7 | 4C | 43 |
| Octal | 172 | 154 | 353 | 60 | 66 | 0 | 10 | 367 | 114 | 103 |
| Binary | 1111010 | 1101100 | 11101011 | 110000 | 110110 | 0 | 1000 | 11110111 | 1001100 | 1000011 |
Color Harmonies of #7A6CEB
Complementary color
Monochromatic Colors of #7A6CEB
Black with #7A6CEB
Text Example
Text Example
White with #7A6CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A6CEB; }
p { color: rgb(122,108,235); }
H1.HeaderClassName
{
color: #7A6CEB;
}
.AnyTagClassName
{
color: #7A6CEB;
}
</style>
background-color css
<style>
a { background-color: #7A6CEB; }
a { background-color: rgb(122,108,235); }
div.DivClassName
{
background-color: #7A6CEB;
}
.BgClassName
{
background-color: #7A6CEB;
}
</style>
border-color css
<style>
span { border-color: #7A6CEB; }
span { border-color: rgb(122,108,235); }
td.TdClassName
{
border-color: #7A6CEB;
}
.TagClassName
{
border-color: #7A6CEB;
}
</style>