Shades of Medium Slate Blue #7C45FE
Tints of Medium Slate Blue #7C45FE
RGB
CMYK
RGB Variations
Color information
#7C45FE (or 0x7C45FE) is known color: Medium Slate Blue. HEX triplet: 7C, 45 and FE. RGB value is (124,69,254). Sum of RGB (Red+Green+Blue) = 124+69+254=447 (59% of max value = 765). Red value is 124 (48.83% from 255 or 27.74% from 447); Green value is 69 (27.34% from 255 or 15.44% from 447); Blue value is 254 (99.61% from 255 or 56.82% from 447); Max value from RGB is 254 - color contains mainly: blue. Hex color #7C45FE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7C45FE is #83BA01. Grayscale: #696969. Windows color (decimal): -8632834 or 16663932. OLE color: 16663932.
HSL color Cylindrical-coordinate representation of color #7C45FE: hue angle of 257.84º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7C45FE is Cyan = 0.51, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 124 | 69 | 254 | - |
| CMYK | 0.51 | 0.73 | 0 | 0.00 |
| HSL | 257.84º | 0.99% | 0.63% | - |
| HSV(B) | 257.84º | 0.73% | 1% | - |
| XYZ | 28.33 | 15.7 | 95.3 | - |
| YUV | 106.54 | 211.22 | 140.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 69 | 254 | 0.51 | 0.73 | 0 | 0.00 | 257.84 | 0.99 | 0.63 |
| Hex | 7C | 45 | FE | 33 | 49 | 0 | 0 | 102 | 63 | 3F |
| Octal | 174 | 105 | 376 | 63 | 111 | 0 | 0 | 402 | 143 | 77 |
| Binary | 1111100 | 1000101 | 11111110 | 110011 | 1001001 | 0 | 0 | 100000010 | 1100011 | 111111 |
Color Harmonies of #7C45FE
Complementary color
Monochromatic Colors of #7C45FE
Black with #7C45FE
Text Example
Text Example
White with #7C45FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C45FE; }
p { color: rgb(124,69,254); }
H1.HeaderClassName
{
color: #7C45FE;
}
.AnyTagClassName
{
color: #7C45FE;
}
</style>
background-color css
<style>
a { background-color: #7C45FE; }
a { background-color: rgb(124,69,254); }
div.DivClassName
{
background-color: #7C45FE;
}
.BgClassName
{
background-color: #7C45FE;
}
</style>
border-color css
<style>
span { border-color: #7C45FE; }
span { border-color: rgb(124,69,254); }
td.TdClassName
{
border-color: #7C45FE;
}
.TagClassName
{
border-color: #7C45FE;
}
</style>