Shades of Medium Slate Blue #7C4BEE
Tints of Medium Slate Blue #7C4BEE
RGB
CMYK
RGB Variations
Color information
#7C4BEE (or 0x7C4BEE) is known color: Medium Slate Blue. HEX triplet: 7C, 4B and EE. RGB value is (124,75,238). Sum of RGB (Red+Green+Blue) = 124+75+238=437 (57% of max value = 765). Red value is 124 (48.83% from 255 or 28.38% from 437); Green value is 75 (29.69% from 255 or 17.16% from 437); Blue value is 238 (93.36% from 255 or 54.46% from 437); Max value from RGB is 238 - color contains mainly: blue. Hex color #7C4BEE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7C4BEE is #83B411. Grayscale: #6B6B6B. Windows color (decimal): -8631314 or 15616892. OLE color: 15616892.
HSL color Cylindrical-coordinate representation of color #7C4BEE: hue angle of 258.04º degrees, saturation: 0.83, 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 #7C4BEE is Cyan = 0.48, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 124 | 75 | 238 | - |
| CMYK | 0.48 | 0.68 | 0 | 0.07 |
| HSL | 258.04º | 0.83% | 0.61% | - |
| HSV(B) | 258.04º | 0.68% | 0.93% | - |
| XYZ | 26.26 | 15.49 | 82.49 | - |
| YUV | 108.23 | 201.23 | 139.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 75 | 238 | 0.48 | 0.68 | 0 | 0.07 | 258.04 | 0.83 | 0.61 |
| Hex | 7C | 4B | EE | 30 | 44 | 0 | 7 | 102 | 53 | 3D |
| Octal | 174 | 113 | 356 | 60 | 104 | 0 | 7 | 402 | 123 | 75 |
| Binary | 1111100 | 1001011 | 11101110 | 110000 | 1000100 | 0 | 111 | 100000010 | 1010011 | 111101 |
Color Harmonies of #7C4BEE
Complementary color
Monochromatic Colors of #7C4BEE
Black with #7C4BEE
Text Example
Text Example
White with #7C4BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C4BEE; }
p { color: rgb(124,75,238); }
H1.HeaderClassName
{
color: #7C4BEE;
}
.AnyTagClassName
{
color: #7C4BEE;
}
</style>
background-color css
<style>
a { background-color: #7C4BEE; }
a { background-color: rgb(124,75,238); }
div.DivClassName
{
background-color: #7C4BEE;
}
.BgClassName
{
background-color: #7C4BEE;
}
</style>
border-color css
<style>
span { border-color: #7C4BEE; }
span { border-color: rgb(124,75,238); }
td.TdClassName
{
border-color: #7C4BEE;
}
.TagClassName
{
border-color: #7C4BEE;
}
</style>