Shades of Medium Slate Blue #7B50EA
Tints of Medium Slate Blue #7B50EA
RGB
CMYK
RGB Variations
Color information
#7B50EA (or 0x7B50EA) is known color: Medium Slate Blue. HEX triplet: 7B, 50 and EA. RGB value is (123,80,234). Sum of RGB (Red+Green+Blue) = 123+80+234=437 (57% of max value = 765). Red value is 123 (48.44% from 255 or 28.15% from 437); Green value is 80 (31.64% from 255 or 18.31% from 437); Blue value is 234 (91.80% from 255 or 53.55% from 437); Max value from RGB is 234 - color contains mainly: blue. Hex color #7B50EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7B50EA is #84AF15. Grayscale: #6D6D6D. Windows color (decimal): -8695574 or 15356027. OLE color: 15356027.
HSL color Cylindrical-coordinate representation of color #7B50EA: hue angle of 256.75º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7B50EA is Cyan = 0.47, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 123 | 80 | 234 | - |
| CMYK | 0.47 | 0.66 | 0 | 0.08 |
| HSL | 256.75º | 0.79% | 0.62% | - |
| HSV(B) | 256.75º | 0.66% | 0.92% | - |
| XYZ | 25.89 | 15.89 | 79.54 | - |
| YUV | 110.41 | 197.75 | 136.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 80 | 234 | 0.47 | 0.66 | 0 | 0.08 | 256.75 | 0.79 | 0.62 |
| Hex | 7B | 50 | EA | 2F | 42 | 0 | 8 | 101 | 4F | 3E |
| Octal | 173 | 120 | 352 | 57 | 102 | 0 | 10 | 401 | 117 | 76 |
| Binary | 1111011 | 1010000 | 11101010 | 101111 | 1000010 | 0 | 1000 | 100000001 | 1001111 | 111110 |
Color Harmonies of #7B50EA
Complementary color
Monochromatic Colors of #7B50EA
Black with #7B50EA
Text Example
Text Example
White with #7B50EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B50EA; }
p { color: rgb(123,80,234); }
H1.HeaderClassName
{
color: #7B50EA;
}
.AnyTagClassName
{
color: #7B50EA;
}
</style>
background-color css
<style>
a { background-color: #7B50EA; }
a { background-color: rgb(123,80,234); }
div.DivClassName
{
background-color: #7B50EA;
}
.BgClassName
{
background-color: #7B50EA;
}
</style>
border-color css
<style>
span { border-color: #7B50EA; }
span { border-color: rgb(123,80,234); }
td.TdClassName
{
border-color: #7B50EA;
}
.TagClassName
{
border-color: #7B50EA;
}
</style>