Shades of Medium Slate Blue #7B6EDC
Tints of Medium Slate Blue #7B6EDC
RGB
CMYK
RGB Variations
Color information
#7B6EDC (or 0x7B6EDC) is known color: Medium Slate Blue. HEX triplet: 7B, 6E and DC. RGB value is (123,110,220). Sum of RGB (Red+Green+Blue) = 123+110+220=453 (60% of max value = 765). Red value is 123 (48.44% from 255 or 27.15% from 453); Green value is 110 (43.36% from 255 or 24.28% from 453); Blue value is 220 (86.33% from 255 or 48.57% from 453); Max value from RGB is 220 - color contains mainly: blue. Hex color #7B6EDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B6EDC is #849123. Grayscale: #7D7D7D. Windows color (decimal): -8687908 or 14446203. OLE color: 14446203.
HSL color Cylindrical-coordinate representation of color #7B6EDC: hue angle of 247.09º 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 #7B6EDC is Cyan = 0.44, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 123 | 110 | 220 | - |
| CMYK | 0.44 | 0.50 | 0 | 0.14 |
| HSL | 247.09º | 0.61% | 0.65% | - |
| HSV(B) | 247.09º | 0.5% | 0.86% | - |
| XYZ | 26.66 | 20.53 | 70.27 | - |
| YUV | 126.43 | 180.81 | 125.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 110 | 220 | 0.44 | 0.50 | 0 | 0.14 | 247.09 | 0.61 | 0.65 |
| Hex | 7B | 6E | DC | 2C | 32 | 0 | E | F7 | 3D | 41 |
| Octal | 173 | 156 | 334 | 54 | 62 | 0 | 16 | 367 | 75 | 101 |
| Binary | 1111011 | 1101110 | 11011100 | 101100 | 110010 | 0 | 1110 | 11110111 | 111101 | 1000001 |
Color Harmonies of #7B6EDC
Complementary color
Monochromatic Colors of #7B6EDC
Black with #7B6EDC
Text Example
Text Example
White with #7B6EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B6EDC; }
p { color: rgb(123,110,220); }
H1.HeaderClassName
{
color: #7B6EDC;
}
.AnyTagClassName
{
color: #7B6EDC;
}
</style>
background-color css
<style>
a { background-color: #7B6EDC; }
a { background-color: rgb(123,110,220); }
div.DivClassName
{
background-color: #7B6EDC;
}
.BgClassName
{
background-color: #7B6EDC;
}
</style>
border-color css
<style>
span { border-color: #7B6EDC; }
span { border-color: rgb(123,110,220); }
td.TdClassName
{
border-color: #7B6EDC;
}
.TagClassName
{
border-color: #7B6EDC;
}
</style>