Shades of Medium Slate Blue #7C54EA
Tints of Medium Slate Blue #7C54EA
RGB
CMYK
RGB Variations
Color information
#7C54EA (or 0x7C54EA) is known color: Medium Slate Blue. HEX triplet: 7C, 54 and EA. RGB value is (124,84,234). Sum of RGB (Red+Green+Blue) = 124+84+234=442 (58% of max value = 765). Red value is 124 (48.83% from 255 or 28.05% from 442); Green value is 84 (33.20% from 255 or 19.00% from 442); Blue value is 234 (91.80% from 255 or 52.94% from 442); Max value from RGB is 234 - color contains mainly: blue. Hex color #7C54EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7C54EA is #83AB15. Grayscale: #707070. Windows color (decimal): -8629014 or 15357052. OLE color: 15357052.
HSL color Cylindrical-coordinate representation of color #7C54EA: hue angle of 256º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7C54EA is Cyan = 0.47, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 124 | 84 | 234 | - |
| CMYK | 0.47 | 0.64 | 0 | 0.08 |
| HSL | 256º | 0.78% | 0.62% | - |
| HSV(B) | 256º | 0.64% | 0.92% | - |
| XYZ | 26.33 | 16.57 | 79.65 | - |
| YUV | 113.06 | 196.25 | 135.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 84 | 234 | 0.47 | 0.64 | 0 | 0.08 | 256 | 0.78 | 0.62 |
| Hex | 7C | 54 | EA | 2F | 40 | 0 | 8 | 100 | 4E | 3E |
| Octal | 174 | 124 | 352 | 57 | 100 | 0 | 10 | 400 | 116 | 76 |
| Binary | 1111100 | 1010100 | 11101010 | 101111 | 1000000 | 0 | 1000 | 100000000 | 1001110 | 111110 |
Color Harmonies of #7C54EA
Complementary color
Monochromatic Colors of #7C54EA
Black with #7C54EA
Text Example
Text Example
White with #7C54EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C54EA; }
p { color: rgb(124,84,234); }
H1.HeaderClassName
{
color: #7C54EA;
}
.AnyTagClassName
{
color: #7C54EA;
}
</style>
background-color css
<style>
a { background-color: #7C54EA; }
a { background-color: rgb(124,84,234); }
div.DivClassName
{
background-color: #7C54EA;
}
.BgClassName
{
background-color: #7C54EA;
}
</style>
border-color css
<style>
span { border-color: #7C54EA; }
span { border-color: rgb(124,84,234); }
td.TdClassName
{
border-color: #7C54EA;
}
.TagClassName
{
border-color: #7C54EA;
}
</style>