Shades of Medium Slate Blue #7F49FC
Tints of Medium Slate Blue #7F49FC
RGB
CMYK
RGB Variations
Color information
#7F49FC (or 0x7F49FC) is known color: Medium Slate Blue. HEX triplet: 7F, 49 and FC. RGB value is (127,73,252). Sum of RGB (Red+Green+Blue) = 127+73+252=452 (59% of max value = 765). Red value is 127 (50% from 255 or 28.10% from 452); Green value is 73 (28.91% from 255 or 16.15% from 452); Blue value is 252 (98.83% from 255 or 55.75% from 452); Max value from RGB is 252 - color contains mainly: blue. Hex color #7F49FC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7F49FC is #80B603. Grayscale: #6C6C6C. Windows color (decimal): -8435204 or 16533887. OLE color: 16533887.
HSL color Cylindrical-coordinate representation of color #7F49FC: hue angle of 258.1º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7F49FC is Cyan = 0.50, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 127 | 73 | 252 | - |
| CMYK | 0.50 | 0.71 | 0 | 0.01 |
| HSL | 258.1º | 0.97% | 0.64% | - |
| HSV(B) | 258.1º | 0.71% | 0.99% | - |
| XYZ | 28.71 | 16.31 | 93.73 | - |
| YUV | 109.55 | 208.39 | 140.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 73 | 252 | 0.50 | 0.71 | 0 | 0.01 | 258.1 | 0.97 | 0.64 |
| Hex | 7F | 49 | FC | 32 | 47 | 0 | 1 | 102 | 61 | 40 |
| Octal | 177 | 111 | 374 | 62 | 107 | 0 | 1 | 402 | 141 | 100 |
| Binary | 1111111 | 1001001 | 11111100 | 110010 | 1000111 | 0 | 1 | 100000010 | 1100001 | 1000000 |
Color Harmonies of #7F49FC
Complementary color
Monochromatic Colors of #7F49FC
Black with #7F49FC
Text Example
Text Example
White with #7F49FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F49FC; }
p { color: rgb(127,73,252); }
H1.HeaderClassName
{
color: #7F49FC;
}
.AnyTagClassName
{
color: #7F49FC;
}
</style>
background-color css
<style>
a { background-color: #7F49FC; }
a { background-color: rgb(127,73,252); }
div.DivClassName
{
background-color: #7F49FC;
}
.BgClassName
{
background-color: #7F49FC;
}
</style>
border-color css
<style>
span { border-color: #7F49FC; }
span { border-color: rgb(127,73,252); }
td.TdClassName
{
border-color: #7F49FC;
}
.TagClassName
{
border-color: #7F49FC;
}
</style>