Shades of Medium Slate Blue #7B48EF
Tints of Medium Slate Blue #7B48EF
RGB
CMYK
RGB Variations
Color information
#7B48EF (or 0x7B48EF) is known color: Medium Slate Blue. HEX triplet: 7B, 48 and EF. RGB value is (123,72,239). Sum of RGB (Red+Green+Blue) = 123+72+239=434 (57% of max value = 765). Red value is 123 (48.44% from 255 or 28.34% from 434); Green value is 72 (28.52% from 255 or 16.59% from 434); Blue value is 239 (93.75% from 255 or 55.07% from 434); Max value from RGB is 239 - color contains mainly: blue. Hex color #7B48EF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7B48EF is #84B710. Grayscale: #696969. Windows color (decimal): -8697617 or 15681659. OLE color: 15681659.
HSL color Cylindrical-coordinate representation of color #7B48EF: hue angle of 258.32º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7B48EF is Cyan = 0.49, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 123 | 72 | 239 | - |
| CMYK | 0.49 | 0.70 | 0 | 0.06 |
| HSL | 258.32º | 0.84% | 0.61% | - |
| HSV(B) | 258.32º | 0.7% | 0.94% | - |
| XYZ | 26.07 | 15.08 | 83.2 | - |
| YUV | 106.29 | 202.9 | 139.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 72 | 239 | 0.49 | 0.70 | 0 | 0.06 | 258.32 | 0.84 | 0.61 |
| Hex | 7B | 48 | EF | 31 | 46 | 0 | 6 | 102 | 54 | 3D |
| Octal | 173 | 110 | 357 | 61 | 106 | 0 | 6 | 402 | 124 | 75 |
| Binary | 1111011 | 1001000 | 11101111 | 110001 | 1000110 | 0 | 110 | 100000010 | 1010100 | 111101 |
Color Harmonies of #7B48EF
Complementary color
Monochromatic Colors of #7B48EF
Black with #7B48EF
Text Example
Text Example
White with #7B48EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B48EF; }
p { color: rgb(123,72,239); }
H1.HeaderClassName
{
color: #7B48EF;
}
.AnyTagClassName
{
color: #7B48EF;
}
</style>
background-color css
<style>
a { background-color: #7B48EF; }
a { background-color: rgb(123,72,239); }
div.DivClassName
{
background-color: #7B48EF;
}
.BgClassName
{
background-color: #7B48EF;
}
</style>
border-color css
<style>
span { border-color: #7B48EF; }
span { border-color: rgb(123,72,239); }
td.TdClassName
{
border-color: #7B48EF;
}
.TagClassName
{
border-color: #7B48EF;
}
</style>