Shades of Medium Slate Blue #7B4BEC
Tints of Medium Slate Blue #7B4BEC
RGB
CMYK
RGB Variations
Color information
#7B4BEC (or 0x7B4BEC) is known color: Medium Slate Blue. HEX triplet: 7B, 4B and EC. RGB value is (123,75,236). Sum of RGB (Red+Green+Blue) = 123+75+236=434 (57% of max value = 765). Red value is 123 (48.44% from 255 or 28.34% from 434); Green value is 75 (29.69% from 255 or 17.28% from 434); Blue value is 236 (92.58% from 255 or 54.38% from 434); Max value from RGB is 236 - color contains mainly: blue. Hex color #7B4BEC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7B4BEC is #84B413. Grayscale: #6B6B6B. Windows color (decimal): -8696852 or 15485819. OLE color: 15485819.
HSL color Cylindrical-coordinate representation of color #7B4BEC: hue angle of 257.89º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7B4BEC is Cyan = 0.48, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 123 | 75 | 236 | - |
| CMYK | 0.48 | 0.68 | 0 | 0.07 |
| HSL | 257.89º | 0.81% | 0.61% | - |
| HSV(B) | 257.89º | 0.68% | 0.93% | - |
| XYZ | 25.82 | 15.3 | 80.95 | - |
| YUV | 107.71 | 200.4 | 138.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 75 | 236 | 0.48 | 0.68 | 0 | 0.07 | 257.89 | 0.81 | 0.61 |
| Hex | 7B | 4B | EC | 30 | 44 | 0 | 7 | 102 | 51 | 3D |
| Octal | 173 | 113 | 354 | 60 | 104 | 0 | 7 | 402 | 121 | 75 |
| Binary | 1111011 | 1001011 | 11101100 | 110000 | 1000100 | 0 | 111 | 100000010 | 1010001 | 111101 |
Color Harmonies of #7B4BEC
Complementary color
Monochromatic Colors of #7B4BEC
Black with #7B4BEC
Text Example
Text Example
White with #7B4BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B4BEC; }
p { color: rgb(123,75,236); }
H1.HeaderClassName
{
color: #7B4BEC;
}
.AnyTagClassName
{
color: #7B4BEC;
}
</style>
background-color css
<style>
a { background-color: #7B4BEC; }
a { background-color: rgb(123,75,236); }
div.DivClassName
{
background-color: #7B4BEC;
}
.BgClassName
{
background-color: #7B4BEC;
}
</style>
border-color css
<style>
span { border-color: #7B4BEC; }
span { border-color: rgb(123,75,236); }
td.TdClassName
{
border-color: #7B4BEC;
}
.TagClassName
{
border-color: #7B4BEC;
}
</style>