Shades of Medium Slate Blue #7B53EE
Tints of Medium Slate Blue #7B53EE
RGB
CMYK
RGB Variations
Color information
#7B53EE (or 0x7B53EE) is known color: Medium Slate Blue. HEX triplet: 7B, 53 and EE. RGB value is (123,83,238). Sum of RGB (Red+Green+Blue) = 123+83+238=444 (58% of max value = 765). Red value is 123 (48.44% from 255 or 27.70% from 444); Green value is 83 (32.81% from 255 or 18.69% from 444); Blue value is 238 (93.36% from 255 or 53.60% from 444); Max value from RGB is 238 - color contains mainly: blue. Hex color #7B53EE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7B53EE is #84AC11. Grayscale: #707070. Windows color (decimal): -8694802 or 15618939. OLE color: 15618939.
HSL color Cylindrical-coordinate representation of color #7B53EE: hue angle of 255.48º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7B53EE is Cyan = 0.48, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 123 | 83 | 238 | - |
| CMYK | 0.48 | 0.65 | 0 | 0.07 |
| HSL | 255.48º | 0.82% | 0.63% | - |
| HSV(B) | 255.48º | 0.65% | 0.93% | - |
| XYZ | 26.69 | 16.57 | 82.68 | - |
| YUV | 112.63 | 198.75 | 135.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 83 | 238 | 0.48 | 0.65 | 0 | 0.07 | 255.48 | 0.82 | 0.63 |
| Hex | 7B | 53 | EE | 30 | 41 | 0 | 7 | FF | 52 | 3F |
| Octal | 173 | 123 | 356 | 60 | 101 | 0 | 7 | 377 | 122 | 77 |
| Binary | 1111011 | 1010011 | 11101110 | 110000 | 1000001 | 0 | 111 | 11111111 | 1010010 | 111111 |
Color Harmonies of #7B53EE
Complementary color
Monochromatic Colors of #7B53EE
Black with #7B53EE
Text Example
Text Example
White with #7B53EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B53EE; }
p { color: rgb(123,83,238); }
H1.HeaderClassName
{
color: #7B53EE;
}
.AnyTagClassName
{
color: #7B53EE;
}
</style>
background-color css
<style>
a { background-color: #7B53EE; }
a { background-color: rgb(123,83,238); }
div.DivClassName
{
background-color: #7B53EE;
}
.BgClassName
{
background-color: #7B53EE;
}
</style>
border-color css
<style>
span { border-color: #7B53EE; }
span { border-color: rgb(123,83,238); }
td.TdClassName
{
border-color: #7B53EE;
}
.TagClassName
{
border-color: #7B53EE;
}
</style>