Shades of Medium Slate Blue #7B56DE
Tints of Medium Slate Blue #7B56DE
RGB
CMYK
RGB Variations
Color information
#7B56DE (or 0x7B56DE) is known color: Medium Slate Blue. HEX triplet: 7B, 56 and DE. RGB value is (123,86,222). Sum of RGB (Red+Green+Blue) = 123+86+222=431 (57% of max value = 765). Red value is 123 (48.44% from 255 or 28.54% from 431); Green value is 86 (33.98% from 255 or 19.95% from 431); Blue value is 222 (87.11% from 255 or 51.51% from 431); Max value from RGB is 222 - color contains mainly: blue. Hex color #7B56DE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B56DE is #84A921. Grayscale: #707070. Windows color (decimal): -8694050 or 14571131. OLE color: 14571131.
HSL color Cylindrical-coordinate representation of color #7B56DE: hue angle of 256.32º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7B56DE is Cyan = 0.45, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 123 | 86 | 222 | - |
| CMYK | 0.45 | 0.61 | 0 | 0.13 |
| HSL | 256.32º | 0.67% | 0.6% | - |
| HSV(B) | 256.32º | 0.61% | 0.87% | - |
| XYZ | 24.68 | 16.14 | 70.92 | - |
| YUV | 112.57 | 189.76 | 135.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 86 | 222 | 0.45 | 0.61 | 0 | 0.13 | 256.32 | 0.67 | 0.6 |
| Hex | 7B | 56 | DE | 2D | 3D | 0 | D | 100 | 43 | 3C |
| Octal | 173 | 126 | 336 | 55 | 75 | 0 | 15 | 400 | 103 | 74 |
| Binary | 1111011 | 1010110 | 11011110 | 101101 | 111101 | 0 | 1101 | 100000000 | 1000011 | 111100 |
Color Harmonies of #7B56DE
Complementary color
Monochromatic Colors of #7B56DE
Black with #7B56DE
Text Example
Text Example
White with #7B56DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B56DE; }
p { color: rgb(123,86,222); }
H1.HeaderClassName
{
color: #7B56DE;
}
.AnyTagClassName
{
color: #7B56DE;
}
</style>
background-color css
<style>
a { background-color: #7B56DE; }
a { background-color: rgb(123,86,222); }
div.DivClassName
{
background-color: #7B56DE;
}
.BgClassName
{
background-color: #7B56DE;
}
</style>
border-color css
<style>
span { border-color: #7B56DE; }
span { border-color: rgb(123,86,222); }
td.TdClassName
{
border-color: #7B56DE;
}
.TagClassName
{
border-color: #7B56DE;
}
</style>