Shades of Medium Slate Blue #7C6FDB
Tints of Medium Slate Blue #7C6FDB
RGB
CMYK
RGB Variations
Color information
#7C6FDB (or 0x7C6FDB) is known color: Medium Slate Blue. HEX triplet: 7C, 6F and DB. RGB value is (124,111,219). Sum of RGB (Red+Green+Blue) = 124+111+219=454 (60% of max value = 765). Red value is 124 (48.83% from 255 or 27.31% from 454); Green value is 111 (43.75% from 255 or 24.45% from 454); Blue value is 219 (85.94% from 255 or 48.24% from 454); Max value from RGB is 219 - color contains mainly: blue. Hex color #7C6FDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C6FDB is #839024. Grayscale: #7E7E7E. Windows color (decimal): -8622117 or 14380924. OLE color: 14380924.
HSL color Cylindrical-coordinate representation of color #7C6FDB: hue angle of 247.22º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7C6FDB is Cyan = 0.43, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 124 | 111 | 219 | - |
| CMYK | 0.43 | 0.49 | 0 | 0.14 |
| HSL | 247.22º | 0.6% | 0.65% | - |
| HSV(B) | 247.22º | 0.49% | 0.86% | - |
| XYZ | 26.78 | 20.77 | 69.61 | - |
| YUV | 127.2 | 179.81 | 125.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 111 | 219 | 0.43 | 0.49 | 0 | 0.14 | 247.22 | 0.6 | 0.65 |
| Hex | 7C | 6F | DB | 2B | 31 | 0 | E | F7 | 3C | 41 |
| Octal | 174 | 157 | 333 | 53 | 61 | 0 | 16 | 367 | 74 | 101 |
| Binary | 1111100 | 1101111 | 11011011 | 101011 | 110001 | 0 | 1110 | 11110111 | 111100 | 1000001 |
Color Harmonies of #7C6FDB
Complementary color
Monochromatic Colors of #7C6FDB
Black with #7C6FDB
Text Example
Text Example
White with #7C6FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C6FDB; }
p { color: rgb(124,111,219); }
H1.HeaderClassName
{
color: #7C6FDB;
}
.AnyTagClassName
{
color: #7C6FDB;
}
</style>
background-color css
<style>
a { background-color: #7C6FDB; }
a { background-color: rgb(124,111,219); }
div.DivClassName
{
background-color: #7C6FDB;
}
.BgClassName
{
background-color: #7C6FDB;
}
</style>
border-color css
<style>
span { border-color: #7C6FDB; }
span { border-color: rgb(124,111,219); }
td.TdClassName
{
border-color: #7C6FDB;
}
.TagClassName
{
border-color: #7C6FDB;
}
</style>