Shades of Medium Slate Blue #7B6DDA
Tints of Medium Slate Blue #7B6DDA
RGB
CMYK
RGB Variations
Color information
#7B6DDA (or 0x7B6DDA) is known color: Medium Slate Blue. HEX triplet: 7B, 6D and DA. RGB value is (123,109,218). Sum of RGB (Red+Green+Blue) = 123+109+218=450 (59% of max value = 765). Red value is 123 (48.44% from 255 or 27.33% from 450); Green value is 109 (42.97% from 255 or 24.22% from 450); Blue value is 218 (85.55% from 255 or 48.44% from 450); Max value from RGB is 218 - color contains mainly: blue. Hex color #7B6DDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B6DDA is #849225. Grayscale: #7D7D7D. Windows color (decimal): -8688166 or 14314875. OLE color: 14314875.
HSL color Cylindrical-coordinate representation of color #7B6DDA: hue angle of 247.71º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7B6DDA is Cyan = 0.44, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 123 | 109 | 218 | - |
| CMYK | 0.44 | 0.5 | 0 | 0.15 |
| HSL | 247.71º | 0.6% | 0.64% | - |
| HSV(B) | 247.71º | 0.5% | 0.85% | - |
| XYZ | 26.29 | 20.21 | 68.84 | - |
| YUV | 125.61 | 180.14 | 126.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 109 | 218 | 0.44 | 0.5 | 0 | 0.15 | 247.71 | 0.6 | 0.64 |
| Hex | 7B | 6D | DA | 2C | 32 | 0 | F | F8 | 3C | 40 |
| Octal | 173 | 155 | 332 | 54 | 62 | 0 | 17 | 370 | 74 | 100 |
| Binary | 1111011 | 1101101 | 11011010 | 101100 | 110010 | 0 | 1111 | 11111000 | 111100 | 1000000 |
Color Harmonies of #7B6DDA
Complementary color
Monochromatic Colors of #7B6DDA
Black with #7B6DDA
Text Example
Text Example
White with #7B6DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B6DDA; }
p { color: rgb(123,109,218); }
H1.HeaderClassName
{
color: #7B6DDA;
}
.AnyTagClassName
{
color: #7B6DDA;
}
</style>
background-color css
<style>
a { background-color: #7B6DDA; }
a { background-color: rgb(123,109,218); }
div.DivClassName
{
background-color: #7B6DDA;
}
.BgClassName
{
background-color: #7B6DDA;
}
</style>
border-color css
<style>
span { border-color: #7B6DDA; }
span { border-color: rgb(123,109,218); }
td.TdClassName
{
border-color: #7B6DDA;
}
.TagClassName
{
border-color: #7B6DDA;
}
</style>