Shades of Medium Slate Blue #7B6EDD
Tints of Medium Slate Blue #7B6EDD
RGB
CMYK
RGB Variations
Color information
#7B6EDD (or 0x7B6EDD) is known color: Medium Slate Blue. HEX triplet: 7B, 6E and DD. RGB value is (123,110,221). Sum of RGB (Red+Green+Blue) = 123+110+221=454 (60% of max value = 765). Red value is 123 (48.44% from 255 or 27.09% from 454); Green value is 110 (43.36% from 255 or 24.23% 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 #7B6EDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B6EDD is #849122. Grayscale: #7E7E7E. Windows color (decimal): -8687907 or 14511739. OLE color: 14511739.
HSL color Cylindrical-coordinate representation of color #7B6EDD: hue angle of 247.03º 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 #7B6EDD is Cyan = 0.44, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 123 | 110 | 221 | - |
| CMYK | 0.44 | 0.50 | 0 | 0.13 |
| HSL | 247.03º | 0.62% | 0.65% | - |
| HSV(B) | 247.03º | 0.5% | 0.87% | - |
| XYZ | 26.8 | 20.58 | 70.97 | - |
| YUV | 126.54 | 181.31 | 125.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 110 | 221 | 0.44 | 0.50 | 0 | 0.13 | 247.03 | 0.62 | 0.65 |
| Hex | 7B | 6E | DD | 2C | 32 | 0 | D | F7 | 3E | 41 |
| Octal | 173 | 156 | 335 | 54 | 62 | 0 | 15 | 367 | 76 | 101 |
| Binary | 1111011 | 1101110 | 11011101 | 101100 | 110010 | 0 | 1101 | 11110111 | 111110 | 1000001 |
Color Harmonies of #7B6EDD
Complementary color
Monochromatic Colors of #7B6EDD
Black with #7B6EDD
Text Example
Text Example
White with #7B6EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B6EDD; }
p { color: rgb(123,110,221); }
H1.HeaderClassName
{
color: #7B6EDD;
}
.AnyTagClassName
{
color: #7B6EDD;
}
</style>
background-color css
<style>
a { background-color: #7B6EDD; }
a { background-color: rgb(123,110,221); }
div.DivClassName
{
background-color: #7B6EDD;
}
.BgClassName
{
background-color: #7B6EDD;
}
</style>
border-color css
<style>
span { border-color: #7B6EDD; }
span { border-color: rgb(123,110,221); }
td.TdClassName
{
border-color: #7B6EDD;
}
.TagClassName
{
border-color: #7B6EDD;
}
</style>