Shades of Medium Slate Blue #7D43FE
Tints of Medium Slate Blue #7D43FE
RGB
CMYK
RGB Variations
Color information
#7D43FE (or 0x7D43FE) is known color: Medium Slate Blue. HEX triplet: 7D, 43 and FE. RGB value is (125,67,254). Sum of RGB (Red+Green+Blue) = 125+67+254=446 (59% of max value = 765). Red value is 125 (49.22% from 255 or 28.03% from 446); Green value is 67 (26.56% from 255 or 15.02% from 446); Blue value is 254 (99.61% from 255 or 56.95% from 446); Max value from RGB is 254 - color contains mainly: blue. Hex color #7D43FE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7D43FE is #82BC01. Grayscale: #686868. Windows color (decimal): -8567810 or 16663421. OLE color: 16663421.
HSL color Cylindrical-coordinate representation of color #7D43FE: hue angle of 258.61º 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 #7D43FE is Cyan = 0.51, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 125 | 67 | 254 | - |
| CMYK | 0.51 | 0.74 | 0 | 0.00 |
| HSL | 258.61º | 0.99% | 0.63% | - |
| HSV(B) | 258.61º | 0.74% | 1% | - |
| XYZ | 28.35 | 15.53 | 95.27 | - |
| YUV | 105.66 | 211.72 | 141.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 67 | 254 | 0.51 | 0.74 | 0 | 0.00 | 258.61 | 0.99 | 0.63 |
| Hex | 7D | 43 | FE | 33 | 4A | 0 | 0 | 103 | 63 | 3F |
| Octal | 175 | 103 | 376 | 63 | 112 | 0 | 0 | 403 | 143 | 77 |
| Binary | 1111101 | 1000011 | 11111110 | 110011 | 1001010 | 0 | 0 | 100000011 | 1100011 | 111111 |
Color Harmonies of #7D43FE
Complementary color
Monochromatic Colors of #7D43FE
Black with #7D43FE
Text Example
Text Example
White with #7D43FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D43FE; }
p { color: rgb(125,67,254); }
H1.HeaderClassName
{
color: #7D43FE;
}
.AnyTagClassName
{
color: #7D43FE;
}
</style>
background-color css
<style>
a { background-color: #7D43FE; }
a { background-color: rgb(125,67,254); }
div.DivClassName
{
background-color: #7D43FE;
}
.BgClassName
{
background-color: #7D43FE;
}
</style>
border-color css
<style>
span { border-color: #7D43FE; }
span { border-color: rgb(125,67,254); }
td.TdClassName
{
border-color: #7D43FE;
}
.TagClassName
{
border-color: #7D43FE;
}
</style>