Shades of Medium Slate Blue #7B4DEE
Tints of Medium Slate Blue #7B4DEE
RGB
CMYK
RGB Variations
Color information
#7B4DEE (or 0x7B4DEE) is known color: Medium Slate Blue. HEX triplet: 7B, 4D and EE. RGB value is (123,77,238). Sum of RGB (Red+Green+Blue) = 123+77+238=438 (58% of max value = 765). Red value is 123 (48.44% from 255 or 28.08% from 438); Green value is 77 (30.47% from 255 or 17.58% from 438); Blue value is 238 (93.36% from 255 or 54.34% from 438); Max value from RGB is 238 - color contains mainly: blue. Hex color #7B4DEE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7B4DEE is #84B211. Grayscale: #6C6C6C. Windows color (decimal): -8696338 or 15617403. OLE color: 15617403.
HSL color Cylindrical-coordinate representation of color #7B4DEE: hue angle of 257.14º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7B4DEE is Cyan = 0.48, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 123 | 77 | 238 | - |
| CMYK | 0.48 | 0.68 | 0 | 0.07 |
| HSL | 257.14º | 0.83% | 0.62% | - |
| HSV(B) | 257.14º | 0.68% | 0.93% | - |
| XYZ | 26.25 | 15.69 | 82.53 | - |
| YUV | 109.11 | 200.74 | 137.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 77 | 238 | 0.48 | 0.68 | 0 | 0.07 | 257.14 | 0.83 | 0.62 |
| Hex | 7B | 4D | EE | 30 | 44 | 0 | 7 | 101 | 53 | 3E |
| Octal | 173 | 115 | 356 | 60 | 104 | 0 | 7 | 401 | 123 | 76 |
| Binary | 1111011 | 1001101 | 11101110 | 110000 | 1000100 | 0 | 111 | 100000001 | 1010011 | 111110 |
Color Harmonies of #7B4DEE
Complementary color
Monochromatic Colors of #7B4DEE
Black with #7B4DEE
Text Example
Text Example
White with #7B4DEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B4DEE; }
p { color: rgb(123,77,238); }
H1.HeaderClassName
{
color: #7B4DEE;
}
.AnyTagClassName
{
color: #7B4DEE;
}
</style>
background-color css
<style>
a { background-color: #7B4DEE; }
a { background-color: rgb(123,77,238); }
div.DivClassName
{
background-color: #7B4DEE;
}
.BgClassName
{
background-color: #7B4DEE;
}
</style>
border-color css
<style>
span { border-color: #7B4DEE; }
span { border-color: rgb(123,77,238); }
td.TdClassName
{
border-color: #7B4DEE;
}
.TagClassName
{
border-color: #7B4DEE;
}
</style>