Shades of Medium Slate Blue #7B4DFE
Tints of Medium Slate Blue #7B4DFE
RGB
CMYK
RGB Variations
Color information
#7B4DFE (or 0x7B4DFE) is known color: Medium Slate Blue. HEX triplet: 7B, 4D and FE. RGB value is (123,77,254). Sum of RGB (Red+Green+Blue) = 123+77+254=454 (60% of max value = 765). Red value is 123 (48.44% from 255 or 27.09% from 454); Green value is 77 (30.47% from 255 or 16.96% from 454); Blue value is 254 (99.61% from 255 or 55.95% from 454); Max value from RGB is 254 - color contains mainly: blue. Hex color #7B4DFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7B4DFE is #84B201. Grayscale: #6E6E6E. Windows color (decimal): -8696322 or 16665979. OLE color: 16665979.
HSL color Cylindrical-coordinate representation of color #7B4DFE: hue angle of 255.59º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7B4DFE is Cyan = 0.52, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 123 | 77 | 254 | - |
| CMYK | 0.52 | 0.70 | 0 | 0.00 |
| HSL | 255.59º | 0.99% | 0.65% | - |
| HSV(B) | 255.59º | 0.7% | 1% | - |
| XYZ | 28.71 | 16.67 | 95.47 | - |
| YUV | 110.93 | 208.74 | 136.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 77 | 254 | 0.52 | 0.70 | 0 | 0.00 | 255.59 | 0.99 | 0.65 |
| Hex | 7B | 4D | FE | 34 | 46 | 0 | 0 | 100 | 63 | 41 |
| Octal | 173 | 115 | 376 | 64 | 106 | 0 | 0 | 400 | 143 | 101 |
| Binary | 1111011 | 1001101 | 11111110 | 110100 | 1000110 | 0 | 0 | 100000000 | 1100011 | 1000001 |
Color Harmonies of #7B4DFE
Complementary color
Monochromatic Colors of #7B4DFE
Black with #7B4DFE
Text Example
Text Example
White with #7B4DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B4DFE; }
p { color: rgb(123,77,254); }
H1.HeaderClassName
{
color: #7B4DFE;
}
.AnyTagClassName
{
color: #7B4DFE;
}
</style>
background-color css
<style>
a { background-color: #7B4DFE; }
a { background-color: rgb(123,77,254); }
div.DivClassName
{
background-color: #7B4DFE;
}
.BgClassName
{
background-color: #7B4DFE;
}
</style>
border-color css
<style>
span { border-color: #7B4DFE; }
span { border-color: rgb(123,77,254); }
td.TdClassName
{
border-color: #7B4DFE;
}
.TagClassName
{
border-color: #7B4DFE;
}
</style>