Shades of Medium Slate Blue #7B6ADF
Tints of Medium Slate Blue #7B6ADF
RGB
CMYK
RGB Variations
Color information
#7B6ADF (or 0x7B6ADF) is known color: Medium Slate Blue. HEX triplet: 7B, 6A and DF. RGB value is (123,106,223). Sum of RGB (Red+Green+Blue) = 123+106+223=452 (59% of max value = 765). Red value is 123 (48.44% from 255 or 27.21% from 452); Green value is 106 (41.80% from 255 or 23.45% from 452); Blue value is 223 (87.5% from 255 or 49.34% from 452); Max value from RGB is 223 - color contains mainly: blue. Hex color #7B6ADF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B6ADF is #849520. Grayscale: #7B7B7B. Windows color (decimal): -8688929 or 14641787. OLE color: 14641787.
HSL color Cylindrical-coordinate representation of color #7B6ADF: hue angle of 248.72º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7B6ADF is Cyan = 0.45, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 123 | 106 | 223 | - |
| CMYK | 0.45 | 0.52 | 0 | 0.13 |
| HSL | 248.72º | 0.65% | 0.65% | - |
| HSV(B) | 248.72º | 0.52% | 0.87% | - |
| XYZ | 26.64 | 19.85 | 72.24 | - |
| YUV | 124.42 | 183.63 | 126.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 106 | 223 | 0.45 | 0.52 | 0 | 0.13 | 248.72 | 0.65 | 0.65 |
| Hex | 7B | 6A | DF | 2D | 34 | 0 | D | F9 | 41 | 41 |
| Octal | 173 | 152 | 337 | 55 | 64 | 0 | 15 | 371 | 101 | 101 |
| Binary | 1111011 | 1101010 | 11011111 | 101101 | 110100 | 0 | 1101 | 11111001 | 1000001 | 1000001 |
Color Harmonies of #7B6ADF
Complementary color
Monochromatic Colors of #7B6ADF
Black with #7B6ADF
Text Example
Text Example
White with #7B6ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B6ADF; }
p { color: rgb(123,106,223); }
H1.HeaderClassName
{
color: #7B6ADF;
}
.AnyTagClassName
{
color: #7B6ADF;
}
</style>
background-color css
<style>
a { background-color: #7B6ADF; }
a { background-color: rgb(123,106,223); }
div.DivClassName
{
background-color: #7B6ADF;
}
.BgClassName
{
background-color: #7B6ADF;
}
</style>
border-color css
<style>
span { border-color: #7B6ADF; }
span { border-color: rgb(123,106,223); }
td.TdClassName
{
border-color: #7B6ADF;
}
.TagClassName
{
border-color: #7B6ADF;
}
</style>