Shades of Medium Slate Blue #7B6ADE
Tints of Medium Slate Blue #7B6ADE
RGB
CMYK
RGB Variations
Color information
#7B6ADE (or 0x7B6ADE) is known color: Medium Slate Blue. HEX triplet: 7B, 6A and DE. RGB value is (123,106,222). Sum of RGB (Red+Green+Blue) = 123+106+222=451 (59% of max value = 765). Red value is 123 (48.44% from 255 or 27.27% from 451); Green value is 106 (41.80% from 255 or 23.50% from 451); Blue value is 222 (87.11% from 255 or 49.22% from 451); Max value from RGB is 222 - color contains mainly: blue. Hex color #7B6ADE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B6ADE is #849521. Grayscale: #7B7B7B. Windows color (decimal): -8688930 or 14576251. OLE color: 14576251.
HSL color Cylindrical-coordinate representation of color #7B6ADE: hue angle of 248.79º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7B6ADE is Cyan = 0.45, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 123 | 106 | 222 | - |
| CMYK | 0.45 | 0.52 | 0 | 0.13 |
| HSL | 248.79º | 0.64% | 0.64% | - |
| HSV(B) | 248.79º | 0.52% | 0.87% | - |
| XYZ | 26.51 | 19.79 | 71.53 | - |
| YUV | 124.31 | 183.13 | 127.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 106 | 222 | 0.45 | 0.52 | 0 | 0.13 | 248.79 | 0.64 | 0.64 |
| Hex | 7B | 6A | DE | 2D | 34 | 0 | D | F9 | 40 | 40 |
| Octal | 173 | 152 | 336 | 55 | 64 | 0 | 15 | 371 | 100 | 100 |
| Binary | 1111011 | 1101010 | 11011110 | 101101 | 110100 | 0 | 1101 | 11111001 | 1000000 | 1000000 |
Color Harmonies of #7B6ADE
Complementary color
Monochromatic Colors of #7B6ADE
Black with #7B6ADE
Text Example
Text Example
White with #7B6ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B6ADE; }
p { color: rgb(123,106,222); }
H1.HeaderClassName
{
color: #7B6ADE;
}
.AnyTagClassName
{
color: #7B6ADE;
}
</style>
background-color css
<style>
a { background-color: #7B6ADE; }
a { background-color: rgb(123,106,222); }
div.DivClassName
{
background-color: #7B6ADE;
}
.BgClassName
{
background-color: #7B6ADE;
}
</style>
border-color css
<style>
span { border-color: #7B6ADE; }
span { border-color: rgb(123,106,222); }
td.TdClassName
{
border-color: #7B6ADE;
}
.TagClassName
{
border-color: #7B6ADE;
}
</style>