Shades of Medium Slate Blue #7B57EA
Tints of Medium Slate Blue #7B57EA
RGB
CMYK
RGB Variations
Color information
#7B57EA (or 0x7B57EA) is known color: Medium Slate Blue. HEX triplet: 7B, 57 and EA. RGB value is (123,87,234). Sum of RGB (Red+Green+Blue) = 123+87+234=444 (58% of max value = 765). Red value is 123 (48.44% from 255 or 27.70% from 444); Green value is 87 (34.38% from 255 or 19.59% from 444); Blue value is 234 (91.80% from 255 or 52.70% from 444); Max value from RGB is 234 - color contains mainly: blue. Hex color #7B57EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7B57EA is #84A815. Grayscale: #717171. Windows color (decimal): -8693782 or 15357819. OLE color: 15357819.
HSL color Cylindrical-coordinate representation of color #7B57EA: hue angle of 254.69º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7B57EA is Cyan = 0.47, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 123 | 87 | 234 | - |
| CMYK | 0.47 | 0.63 | 0 | 0.08 |
| HSL | 254.69º | 0.78% | 0.63% | - |
| HSV(B) | 254.69º | 0.63% | 0.92% | - |
| XYZ | 26.43 | 16.97 | 79.72 | - |
| YUV | 114.52 | 195.43 | 134.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 87 | 234 | 0.47 | 0.63 | 0 | 0.08 | 254.69 | 0.78 | 0.63 |
| Hex | 7B | 57 | EA | 2F | 3F | 0 | 8 | FF | 4E | 3F |
| Octal | 173 | 127 | 352 | 57 | 77 | 0 | 10 | 377 | 116 | 77 |
| Binary | 1111011 | 1010111 | 11101010 | 101111 | 111111 | 0 | 1000 | 11111111 | 1001110 | 111111 |
Color Harmonies of #7B57EA
Complementary color
Monochromatic Colors of #7B57EA
Black with #7B57EA
Text Example
Text Example
White with #7B57EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B57EA; }
p { color: rgb(123,87,234); }
H1.HeaderClassName
{
color: #7B57EA;
}
.AnyTagClassName
{
color: #7B57EA;
}
</style>
background-color css
<style>
a { background-color: #7B57EA; }
a { background-color: rgb(123,87,234); }
div.DivClassName
{
background-color: #7B57EA;
}
.BgClassName
{
background-color: #7B57EA;
}
</style>
border-color css
<style>
span { border-color: #7B57EA; }
span { border-color: rgb(123,87,234); }
td.TdClassName
{
border-color: #7B57EA;
}
.TagClassName
{
border-color: #7B57EA;
}
</style>