Shades of Medium Slate Blue #7B6DDC
Tints of Medium Slate Blue #7B6DDC
RGB
CMYK
RGB Variations
Color information
#7B6DDC (or 0x7B6DDC) is known color: Medium Slate Blue. HEX triplet: 7B, 6D and DC. RGB value is (123,109,220). Sum of RGB (Red+Green+Blue) = 123+109+220=452 (59% of max value = 765). Red value is 123 (48.44% from 255 or 27.21% from 452); Green value is 109 (42.97% from 255 or 24.12% from 452); Blue value is 220 (86.33% from 255 or 48.67% from 452); Max value from RGB is 220 - color contains mainly: blue. Hex color #7B6DDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B6DDC is #849223. Grayscale: #7D7D7D. Windows color (decimal): -8688164 or 14445947. OLE color: 14445947.
HSL color Cylindrical-coordinate representation of color #7B6DDC: hue angle of 247.57º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7B6DDC is Cyan = 0.44, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 123 | 109 | 220 | - |
| CMYK | 0.44 | 0.50 | 0 | 0.14 |
| HSL | 247.57º | 0.61% | 0.65% | - |
| HSV(B) | 247.57º | 0.5% | 0.86% | - |
| XYZ | 26.56 | 20.32 | 70.23 | - |
| YUV | 125.84 | 181.14 | 125.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 109 | 220 | 0.44 | 0.50 | 0 | 0.14 | 247.57 | 0.61 | 0.65 |
| Hex | 7B | 6D | DC | 2C | 32 | 0 | E | F8 | 3D | 41 |
| Octal | 173 | 155 | 334 | 54 | 62 | 0 | 16 | 370 | 75 | 101 |
| Binary | 1111011 | 1101101 | 11011100 | 101100 | 110010 | 0 | 1110 | 11111000 | 111101 | 1000001 |
Color Harmonies of #7B6DDC
Complementary color
Monochromatic Colors of #7B6DDC
Black with #7B6DDC
Text Example
Text Example
White with #7B6DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B6DDC; }
p { color: rgb(123,109,220); }
H1.HeaderClassName
{
color: #7B6DDC;
}
.AnyTagClassName
{
color: #7B6DDC;
}
</style>
background-color css
<style>
a { background-color: #7B6DDC; }
a { background-color: rgb(123,109,220); }
div.DivClassName
{
background-color: #7B6DDC;
}
.BgClassName
{
background-color: #7B6DDC;
}
</style>
border-color css
<style>
span { border-color: #7B6DDC; }
span { border-color: rgb(123,109,220); }
td.TdClassName
{
border-color: #7B6DDC;
}
.TagClassName
{
border-color: #7B6DDC;
}
</style>