Shades of Medium Slate Blue #7B6CDD
Tints of Medium Slate Blue #7B6CDD
RGB
CMYK
RGB Variations
Color information
#7B6CDD (or 0x7B6CDD) is known color: Medium Slate Blue. HEX triplet: 7B, 6C and DD. RGB value is (123,108,221). Sum of RGB (Red+Green+Blue) = 123+108+221=452 (59% of max value = 765). Red value is 123 (48.44% from 255 or 27.21% from 452); Green value is 108 (42.58% from 255 or 23.89% from 452); Blue value is 221 (86.72% from 255 or 48.89% from 452); Max value from RGB is 221 - color contains mainly: blue. Hex color #7B6CDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B6CDD is #849322. Grayscale: #7C7C7C. Windows color (decimal): -8688419 or 14511227. OLE color: 14511227.
HSL color Cylindrical-coordinate representation of color #7B6CDD: hue angle of 247.96º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7B6CDD is Cyan = 0.44, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 123 | 108 | 221 | - |
| CMYK | 0.44 | 0.51 | 0 | 0.13 |
| HSL | 247.96º | 0.62% | 0.65% | - |
| HSV(B) | 247.96º | 0.51% | 0.87% | - |
| XYZ | 26.58 | 20.16 | 70.9 | - |
| YUV | 125.37 | 181.97 | 126.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 108 | 221 | 0.44 | 0.51 | 0 | 0.13 | 247.96 | 0.62 | 0.65 |
| Hex | 7B | 6C | DD | 2C | 33 | 0 | D | F8 | 3E | 41 |
| Octal | 173 | 154 | 335 | 54 | 63 | 0 | 15 | 370 | 76 | 101 |
| Binary | 1111011 | 1101100 | 11011101 | 101100 | 110011 | 0 | 1101 | 11111000 | 111110 | 1000001 |
Color Harmonies of #7B6CDD
Complementary color
Monochromatic Colors of #7B6CDD
Black with #7B6CDD
Text Example
Text Example
White with #7B6CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B6CDD; }
p { color: rgb(123,108,221); }
H1.HeaderClassName
{
color: #7B6CDD;
}
.AnyTagClassName
{
color: #7B6CDD;
}
</style>
background-color css
<style>
a { background-color: #7B6CDD; }
a { background-color: rgb(123,108,221); }
div.DivClassName
{
background-color: #7B6CDD;
}
.BgClassName
{
background-color: #7B6CDD;
}
</style>
border-color css
<style>
span { border-color: #7B6CDD; }
span { border-color: rgb(123,108,221); }
td.TdClassName
{
border-color: #7B6CDD;
}
.TagClassName
{
border-color: #7B6CDD;
}
</style>