Shades of Medium Slate Blue #7C43FC
Tints of Medium Slate Blue #7C43FC
RGB
CMYK
RGB Variations
Color information
#7C43FC (or 0x7C43FC) is known color: Medium Slate Blue. HEX triplet: 7C, 43 and FC. RGB value is (124,67,252). Sum of RGB (Red+Green+Blue) = 124+67+252=443 (58% of max value = 765). Red value is 124 (48.83% from 255 or 27.99% from 443); Green value is 67 (26.56% from 255 or 15.12% from 443); Blue value is 252 (98.83% from 255 or 56.88% from 443); Max value from RGB is 252 - color contains mainly: blue. Hex color #7C43FC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7C43FC is #83BC03. Grayscale: #686868. Windows color (decimal): -8633348 or 16532348. OLE color: 16532348.
HSL color Cylindrical-coordinate representation of color #7C43FC: hue angle of 258.49º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7C43FC is Cyan = 0.51, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 124 | 67 | 252 | - |
| CMYK | 0.51 | 0.73 | 0 | 0.01 |
| HSL | 258.49º | 0.97% | 0.63% | - |
| HSV(B) | 258.49º | 0.73% | 0.99% | - |
| XYZ | 27.89 | 15.33 | 93.58 | - |
| YUV | 105.13 | 210.88 | 141.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 67 | 252 | 0.51 | 0.73 | 0 | 0.01 | 258.49 | 0.97 | 0.63 |
| Hex | 7C | 43 | FC | 33 | 49 | 0 | 1 | 102 | 61 | 3F |
| Octal | 174 | 103 | 374 | 63 | 111 | 0 | 1 | 402 | 141 | 77 |
| Binary | 1111100 | 1000011 | 11111100 | 110011 | 1001001 | 0 | 1 | 100000010 | 1100001 | 111111 |
Color Harmonies of #7C43FC
Complementary color
Monochromatic Colors of #7C43FC
Black with #7C43FC
Text Example
Text Example
White with #7C43FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C43FC; }
p { color: rgb(124,67,252); }
H1.HeaderClassName
{
color: #7C43FC;
}
.AnyTagClassName
{
color: #7C43FC;
}
</style>
background-color css
<style>
a { background-color: #7C43FC; }
a { background-color: rgb(124,67,252); }
div.DivClassName
{
background-color: #7C43FC;
}
.BgClassName
{
background-color: #7C43FC;
}
</style>
border-color css
<style>
span { border-color: #7C43FC; }
span { border-color: rgb(124,67,252); }
td.TdClassName
{
border-color: #7C43FC;
}
.TagClassName
{
border-color: #7C43FC;
}
</style>