Shades of Medium Slate Blue #7C53EB
Tints of Medium Slate Blue #7C53EB
RGB
CMYK
RGB Variations
Color information
#7C53EB (or 0x7C53EB) is known color: Medium Slate Blue. HEX triplet: 7C, 53 and EB. RGB value is (124,83,235). Sum of RGB (Red+Green+Blue) = 124+83+235=442 (58% of max value = 765). Red value is 124 (48.83% from 255 or 28.05% from 442); Green value is 83 (32.81% from 255 or 18.78% from 442); Blue value is 235 (92.19% from 255 or 53.17% from 442); Max value from RGB is 235 - color contains mainly: blue. Hex color #7C53EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7C53EB is #83AC14. Grayscale: #707070. Windows color (decimal): -8629269 or 15422332. OLE color: 15422332.
HSL color Cylindrical-coordinate representation of color #7C53EB: hue angle of 256.18º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7C53EB is Cyan = 0.47, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 124 | 83 | 235 | - |
| CMYK | 0.47 | 0.65 | 0 | 0.08 |
| HSL | 256.18º | 0.79% | 0.62% | - |
| HSV(B) | 256.18º | 0.65% | 0.92% | - |
| XYZ | 26.4 | 16.47 | 80.38 | - |
| YUV | 112.59 | 197.08 | 136.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 83 | 235 | 0.47 | 0.65 | 0 | 0.08 | 256.18 | 0.79 | 0.62 |
| Hex | 7C | 53 | EB | 2F | 41 | 0 | 8 | 100 | 4F | 3E |
| Octal | 174 | 123 | 353 | 57 | 101 | 0 | 10 | 400 | 117 | 76 |
| Binary | 1111100 | 1010011 | 11101011 | 101111 | 1000001 | 0 | 1000 | 100000000 | 1001111 | 111110 |
Color Harmonies of #7C53EB
Complementary color
Monochromatic Colors of #7C53EB
Black with #7C53EB
Text Example
Text Example
White with #7C53EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C53EB; }
p { color: rgb(124,83,235); }
H1.HeaderClassName
{
color: #7C53EB;
}
.AnyTagClassName
{
color: #7C53EB;
}
</style>
background-color css
<style>
a { background-color: #7C53EB; }
a { background-color: rgb(124,83,235); }
div.DivClassName
{
background-color: #7C53EB;
}
.BgClassName
{
background-color: #7C53EB;
}
</style>
border-color css
<style>
span { border-color: #7C53EB; }
span { border-color: rgb(124,83,235); }
td.TdClassName
{
border-color: #7C53EB;
}
.TagClassName
{
border-color: #7C53EB;
}
</style>