Shades of Medium Slate Blue #7A6BEB
Tints of Medium Slate Blue #7A6BEB
RGB
CMYK
RGB Variations
Color information
#7A6BEB (or 0x7A6BEB) is known color: Medium Slate Blue. HEX triplet: 7A, 6B and EB. RGB value is (122,107,235). Sum of RGB (Red+Green+Blue) = 122+107+235=464 (61% of max value = 765). Red value is 122 (48.05% from 255 or 26.29% from 464); Green value is 107 (42.19% from 255 or 23.06% from 464); Blue value is 235 (92.19% from 255 or 50.65% from 464); Max value from RGB is 235 - color contains mainly: blue. Hex color #7A6BEB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7A6BEB is #859414. Grayscale: #7D7D7D. Windows color (decimal): -8754197 or 15428474. OLE color: 15428474.
HSL color Cylindrical-coordinate representation of color #7A6BEB: hue angle of 247.03º 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 #7A6BEB is Cyan = 0.48, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 122 | 107 | 235 | - |
| CMYK | 0.48 | 0.54 | 0 | 0.08 |
| HSL | 247.03º | 0.76% | 0.67% | - |
| HSV(B) | 247.03º | 0.54% | 0.92% | - |
| XYZ | 28.28 | 20.65 | 81.09 | - |
| YUV | 126.08 | 189.47 | 125.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 107 | 235 | 0.48 | 0.54 | 0 | 0.08 | 247.03 | 0.76 | 0.67 |
| Hex | 7A | 6B | EB | 30 | 36 | 0 | 8 | F7 | 4C | 43 |
| Octal | 172 | 153 | 353 | 60 | 66 | 0 | 10 | 367 | 114 | 103 |
| Binary | 1111010 | 1101011 | 11101011 | 110000 | 110110 | 0 | 1000 | 11110111 | 1001100 | 1000011 |
Color Harmonies of #7A6BEB
Complementary color
Monochromatic Colors of #7A6BEB
Black with #7A6BEB
Text Example
Text Example
White with #7A6BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A6BEB; }
p { color: rgb(122,107,235); }
H1.HeaderClassName
{
color: #7A6BEB;
}
.AnyTagClassName
{
color: #7A6BEB;
}
</style>
background-color css
<style>
a { background-color: #7A6BEB; }
a { background-color: rgb(122,107,235); }
div.DivClassName
{
background-color: #7A6BEB;
}
.BgClassName
{
background-color: #7A6BEB;
}
</style>
border-color css
<style>
span { border-color: #7A6BEB; }
span { border-color: rgb(122,107,235); }
td.TdClassName
{
border-color: #7A6BEB;
}
.TagClassName
{
border-color: #7A6BEB;
}
</style>