Shades of Medium Slate Blue #7C43FF
Tints of Medium Slate Blue #7C43FF
RGB
CMYK
RGB Variations
Color information
#7C43FF (or 0x7C43FF) is known color: Medium Slate Blue. HEX triplet: 7C, 43 and FF. RGB value is (124,67,255). Sum of RGB (Red+Green+Blue) = 124+67+255=446 (59% of max value = 765). Red value is 124 (48.83% from 255 or 27.80% from 446); Green value is 67 (26.56% from 255 or 15.02% from 446); Blue value is 255 (100% from 255 or 57.17% from 446); Max value from RGB is 255 - color contains mainly: blue. Hex color #7C43FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7C43FF is #83BC00. Grayscale: #686868. Windows color (decimal): -8633345 or 16728956. OLE color: 16728956.
HSL color Cylindrical-coordinate representation of color #7C43FF: hue angle of 258.19º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7C43FF is Cyan = 0.51, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 124 | 67 | 255 | - |
| CMYK | 0.51 | 0.74 | 0 | 0 |
| HSL | 258.19º | 1% | 0.63% | - |
| HSV(B) | 258.19º | 0.74% | 1% | - |
| XYZ | 28.37 | 15.52 | 96.11 | - |
| YUV | 105.48 | 212.38 | 141.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 67 | 255 | 0.51 | 0.74 | 0 | 0 | 258.19 | 1 | 0.63 |
| Hex | 7C | 43 | FF | 33 | 4A | 0 | 0 | 102 | 64 | 3F |
| Octal | 174 | 103 | 377 | 63 | 112 | 0 | 0 | 402 | 144 | 77 |
| Binary | 1111100 | 1000011 | 11111111 | 110011 | 1001010 | 0 | 0 | 100000010 | 1100100 | 111111 |
Color Harmonies of #7C43FF
Complementary color
Monochromatic Colors of #7C43FF
Black with #7C43FF
Text Example
Text Example
White with #7C43FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C43FF; }
p { color: rgb(124,67,255); }
H1.HeaderClassName
{
color: #7C43FF;
}
.AnyTagClassName
{
color: #7C43FF;
}
</style>
background-color css
<style>
a { background-color: #7C43FF; }
a { background-color: rgb(124,67,255); }
div.DivClassName
{
background-color: #7C43FF;
}
.BgClassName
{
background-color: #7C43FF;
}
</style>
border-color css
<style>
span { border-color: #7C43FF; }
span { border-color: rgb(124,67,255); }
td.TdClassName
{
border-color: #7C43FF;
}
.TagClassName
{
border-color: #7C43FF;
}
</style>