Shades of Medium Slate Blue #7B56FF
Tints of Medium Slate Blue #7B56FF
RGB
CMYK
RGB Variations
Color information
#7B56FF (or 0x7B56FF) is known color: Medium Slate Blue. HEX triplet: 7B, 56 and FF. RGB value is (123,86,255). Sum of RGB (Red+Green+Blue) = 123+86+255=464 (61% of max value = 765). Red value is 123 (48.44% from 255 or 26.51% from 464); Green value is 86 (33.98% from 255 or 18.53% from 464); Blue value is 255 (100% from 255 or 54.96% from 464); Max value from RGB is 255 - color contains mainly: blue. Hex color #7B56FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7B56FF is #84A900. Grayscale: #737373. Windows color (decimal): -8694017 or 16733819. OLE color: 16733819.
HSL color Cylindrical-coordinate representation of color #7B56FF: hue angle of 253.14º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7B56FF is Cyan = 0.52, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 123 | 86 | 255 | - |
| CMYK | 0.52 | 0.66 | 0 | 0 |
| HSL | 253.14º | 1% | 0.67% | - |
| HSV(B) | 253.14º | 0.66% | 1% | - |
| XYZ | 29.55 | 18.09 | 96.54 | - |
| YUV | 116.33 | 206.26 | 132.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 86 | 255 | 0.52 | 0.66 | 0 | 0 | 253.14 | 1 | 0.67 |
| Hex | 7B | 56 | FF | 34 | 42 | 0 | 0 | FD | 64 | 43 |
| Octal | 173 | 126 | 377 | 64 | 102 | 0 | 0 | 375 | 144 | 103 |
| Binary | 1111011 | 1010110 | 11111111 | 110100 | 1000010 | 0 | 0 | 11111101 | 1100100 | 1000011 |
Color Harmonies of #7B56FF
Complementary color
Monochromatic Colors of #7B56FF
Black with #7B56FF
Text Example
Text Example
White with #7B56FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B56FF; }
p { color: rgb(123,86,255); }
H1.HeaderClassName
{
color: #7B56FF;
}
.AnyTagClassName
{
color: #7B56FF;
}
</style>
background-color css
<style>
a { background-color: #7B56FF; }
a { background-color: rgb(123,86,255); }
div.DivClassName
{
background-color: #7B56FF;
}
.BgClassName
{
background-color: #7B56FF;
}
</style>
border-color css
<style>
span { border-color: #7B56FF; }
span { border-color: rgb(123,86,255); }
td.TdClassName
{
border-color: #7B56FF;
}
.TagClassName
{
border-color: #7B56FF;
}
</style>