Shades of Medium Slate Blue #7B56FE
Tints of Medium Slate Blue #7B56FE
RGB
CMYK
RGB Variations
Color information
#7B56FE (or 0x7B56FE) is known color: Medium Slate Blue. HEX triplet: 7B, 56 and FE. RGB value is (123,86,254). Sum of RGB (Red+Green+Blue) = 123+86+254=463 (61% of max value = 765). Red value is 123 (48.44% from 255 or 26.57% from 463); Green value is 86 (33.98% from 255 or 18.57% from 463); Blue value is 254 (99.61% from 255 or 54.86% from 463); Max value from RGB is 254 - color contains mainly: blue. Hex color #7B56FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7B56FE is #84A901. Grayscale: #737373. Windows color (decimal): -8694018 or 16668283. OLE color: 16668283.
HSL color Cylindrical-coordinate representation of color #7B56FE: hue angle of 253.21º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7B56FE is Cyan = 0.52, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 123 | 86 | 254 | - |
| CMYK | 0.52 | 0.66 | 0 | 0.00 |
| HSL | 253.21º | 0.99% | 0.67% | - |
| HSV(B) | 253.21º | 0.66% | 1% | - |
| XYZ | 29.39 | 18.02 | 95.7 | - |
| YUV | 116.22 | 205.76 | 132.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 86 | 254 | 0.52 | 0.66 | 0 | 0.00 | 253.21 | 0.99 | 0.67 |
| Hex | 7B | 56 | FE | 34 | 42 | 0 | 0 | FD | 63 | 43 |
| Octal | 173 | 126 | 376 | 64 | 102 | 0 | 0 | 375 | 143 | 103 |
| Binary | 1111011 | 1010110 | 11111110 | 110100 | 1000010 | 0 | 0 | 11111101 | 1100011 | 1000011 |
Color Harmonies of #7B56FE
Complementary color
Monochromatic Colors of #7B56FE
Black with #7B56FE
Text Example
Text Example
White with #7B56FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B56FE; }
p { color: rgb(123,86,254); }
H1.HeaderClassName
{
color: #7B56FE;
}
.AnyTagClassName
{
color: #7B56FE;
}
</style>
background-color css
<style>
a { background-color: #7B56FE; }
a { background-color: rgb(123,86,254); }
div.DivClassName
{
background-color: #7B56FE;
}
.BgClassName
{
background-color: #7B56FE;
}
</style>
border-color css
<style>
span { border-color: #7B56FE; }
span { border-color: rgb(123,86,254); }
td.TdClassName
{
border-color: #7B56FE;
}
.TagClassName
{
border-color: #7B56FE;
}
</style>