Shades of Medium Slate Blue #7B6DE0
Tints of Medium Slate Blue #7B6DE0
RGB
CMYK
RGB Variations
Color information
#7B6DE0 (or 0x7B6DE0) is known color: Medium Slate Blue. HEX triplet: 7B, 6D and E0. RGB value is (123,109,224). Sum of RGB (Red+Green+Blue) = 123+109+224=456 (60% of max value = 765). Red value is 123 (48.44% from 255 or 26.97% from 456); Green value is 109 (42.97% from 255 or 23.90% from 456); Blue value is 224 (87.89% from 255 or 49.12% from 456); Max value from RGB is 224 - color contains mainly: blue. Hex color #7B6DE0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B6DE0 is #84921F. Grayscale: #7D7D7D. Windows color (decimal): -8688160 or 14708091. OLE color: 14708091.
HSL color Cylindrical-coordinate representation of color #7B6DE0: hue angle of 247.3º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7B6DE0 is Cyan = 0.45, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 123 | 109 | 224 | - |
| CMYK | 0.45 | 0.51 | 0 | 0.12 |
| HSL | 247.3º | 0.65% | 0.65% | - |
| HSV(B) | 247.3º | 0.51% | 0.88% | - |
| XYZ | 27.09 | 20.53 | 73.06 | - |
| YUV | 126.3 | 183.14 | 125.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 109 | 224 | 0.45 | 0.51 | 0 | 0.12 | 247.3 | 0.65 | 0.65 |
| Hex | 7B | 6D | E0 | 2D | 33 | 0 | C | F7 | 41 | 41 |
| Octal | 173 | 155 | 340 | 55 | 63 | 0 | 14 | 367 | 101 | 101 |
| Binary | 1111011 | 1101101 | 11100000 | 101101 | 110011 | 0 | 1100 | 11110111 | 1000001 | 1000001 |
Color Harmonies of #7B6DE0
Complementary color
Monochromatic Colors of #7B6DE0
Black with #7B6DE0
Text Example
Text Example
White with #7B6DE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B6DE0; }
p { color: rgb(123,109,224); }
H1.HeaderClassName
{
color: #7B6DE0;
}
.AnyTagClassName
{
color: #7B6DE0;
}
</style>
background-color css
<style>
a { background-color: #7B6DE0; }
a { background-color: rgb(123,109,224); }
div.DivClassName
{
background-color: #7B6DE0;
}
.BgClassName
{
background-color: #7B6DE0;
}
</style>
border-color css
<style>
span { border-color: #7B6DE0; }
span { border-color: rgb(123,109,224); }
td.TdClassName
{
border-color: #7B6DE0;
}
.TagClassName
{
border-color: #7B6DE0;
}
</style>