Shades of Medium Slate Blue #7C43FD
Tints of Medium Slate Blue #7C43FD
RGB
CMYK
RGB Variations
Color information
#7C43FD (or 0x7C43FD) is known color: Medium Slate Blue. HEX triplet: 7C, 43 and FD. RGB value is (124,67,253). Sum of RGB (Red+Green+Blue) = 124+67+253=444 (58% of max value = 765). Red value is 124 (48.83% from 255 or 27.93% from 444); Green value is 67 (26.56% from 255 or 15.09% from 444); Blue value is 253 (99.22% from 255 or 56.98% from 444); Max value from RGB is 253 - color contains mainly: blue. Hex color #7C43FD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7C43FD is #83BC02. Grayscale: #686868. Windows color (decimal): -8633347 or 16597884. OLE color: 16597884.
HSL color Cylindrical-coordinate representation of color #7C43FD: hue angle of 258.39º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7C43FD is Cyan = 0.51, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 124 | 67 | 253 | - |
| CMYK | 0.51 | 0.74 | 0 | 0.01 |
| HSL | 258.39º | 0.98% | 0.63% | - |
| HSV(B) | 258.39º | 0.74% | 0.99% | - |
| XYZ | 28.05 | 15.39 | 94.42 | - |
| YUV | 105.25 | 211.38 | 141.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 67 | 253 | 0.51 | 0.74 | 0 | 0.01 | 258.39 | 0.98 | 0.63 |
| Hex | 7C | 43 | FD | 33 | 4A | 0 | 1 | 102 | 62 | 3F |
| Octal | 174 | 103 | 375 | 63 | 112 | 0 | 1 | 402 | 142 | 77 |
| Binary | 1111100 | 1000011 | 11111101 | 110011 | 1001010 | 0 | 1 | 100000010 | 1100010 | 111111 |
Color Harmonies of #7C43FD
Complementary color
Monochromatic Colors of #7C43FD
Black with #7C43FD
Text Example
Text Example
White with #7C43FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C43FD; }
p { color: rgb(124,67,253); }
H1.HeaderClassName
{
color: #7C43FD;
}
.AnyTagClassName
{
color: #7C43FD;
}
</style>
background-color css
<style>
a { background-color: #7C43FD; }
a { background-color: rgb(124,67,253); }
div.DivClassName
{
background-color: #7C43FD;
}
.BgClassName
{
background-color: #7C43FD;
}
</style>
border-color css
<style>
span { border-color: #7C43FD; }
span { border-color: rgb(124,67,253); }
td.TdClassName
{
border-color: #7C43FD;
}
.TagClassName
{
border-color: #7C43FD;
}
</style>