Shades of Medium Slate Blue #7C43FE
Tints of Medium Slate Blue #7C43FE
RGB
CMYK
RGB Variations
Color information
#7C43FE (or 0x7C43FE) is known color: Medium Slate Blue. HEX triplet: 7C, 43 and FE. RGB value is (124,67,254). Sum of RGB (Red+Green+Blue) = 124+67+254=445 (58% of max value = 765). Red value is 124 (48.83% from 255 or 27.87% from 445); Green value is 67 (26.56% from 255 or 15.06% from 445); Blue value is 254 (99.61% from 255 or 57.08% from 445); Max value from RGB is 254 - color contains mainly: blue. Hex color #7C43FE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7C43FE is #83BC01. Grayscale: #686868. Windows color (decimal): -8633346 or 16663420. OLE color: 16663420.
HSL color Cylindrical-coordinate representation of color #7C43FE: hue angle of 258.29º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7C43FE is Cyan = 0.51, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 124 | 67 | 254 | - |
| CMYK | 0.51 | 0.74 | 0 | 0.00 |
| HSL | 258.29º | 0.99% | 0.63% | - |
| HSV(B) | 258.29º | 0.74% | 1% | - |
| XYZ | 28.21 | 15.46 | 95.26 | - |
| YUV | 105.36 | 211.88 | 141.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 67 | 254 | 0.51 | 0.74 | 0 | 0.00 | 258.29 | 0.99 | 0.63 |
| Hex | 7C | 43 | FE | 33 | 4A | 0 | 0 | 102 | 63 | 3F |
| Octal | 174 | 103 | 376 | 63 | 112 | 0 | 0 | 402 | 143 | 77 |
| Binary | 1111100 | 1000011 | 11111110 | 110011 | 1001010 | 0 | 0 | 100000010 | 1100011 | 111111 |
Color Harmonies of #7C43FE
Complementary color
Monochromatic Colors of #7C43FE
Black with #7C43FE
Text Example
Text Example
White with #7C43FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C43FE; }
p { color: rgb(124,67,254); }
H1.HeaderClassName
{
color: #7C43FE;
}
.AnyTagClassName
{
color: #7C43FE;
}
</style>
background-color css
<style>
a { background-color: #7C43FE; }
a { background-color: rgb(124,67,254); }
div.DivClassName
{
background-color: #7C43FE;
}
.BgClassName
{
background-color: #7C43FE;
}
</style>
border-color css
<style>
span { border-color: #7C43FE; }
span { border-color: rgb(124,67,254); }
td.TdClassName
{
border-color: #7C43FE;
}
.TagClassName
{
border-color: #7C43FE;
}
</style>