Shades of Medium Slate Blue #7049F5
Tints of Medium Slate Blue #7049F5
RGB
CMYK
RGB Variations
Color information
#7049F5 (or 0x7049F5) is known color: Medium Slate Blue. HEX triplet: 70, 49 and F5. RGB value is (112,73,245). Sum of RGB (Red+Green+Blue) = 112+73+245=430 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.05% from 430); Green value is 73 (28.91% from 255 or 16.98% from 430); Blue value is 245 (96.09% from 255 or 56.98% from 430); Max value from RGB is 245 - color contains mainly: blue. Hex color #7049F5 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7049F5 is #8FB60A. Grayscale: #676767. Windows color (decimal): -9418251 or 16075120. OLE color: 16075120.
HSL color Cylindrical-coordinate representation of color #7049F5: hue angle of 253.6º degrees, saturation: 0.9, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7049F5 is Cyan = 0.54, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 112 | 73 | 245 | - |
| CMYK | 0.54 | 0.70 | 0 | 0.04 |
| HSL | 253.6º | 0.9% | 0.62% | - |
| HSV(B) | 253.6º | 0.7% | 0.96% | - |
| XYZ | 25.55 | 14.8 | 87.9 | - |
| YUV | 104.27 | 207.42 | 133.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 73 | 245 | 0.54 | 0.70 | 0 | 0.04 | 253.6 | 0.9 | 0.62 |
| Hex | 70 | 49 | F5 | 36 | 46 | 0 | 4 | FE | 5A | 3E |
| Octal | 160 | 111 | 365 | 66 | 106 | 0 | 4 | 376 | 132 | 76 |
| Binary | 1110000 | 1001001 | 11110101 | 110110 | 1000110 | 0 | 100 | 11111110 | 1011010 | 111110 |
Color Harmonies of #7049F5
Complementary color
Monochromatic Colors of #7049F5
Black with #7049F5
Text Example
Text Example
White with #7049F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7049F5; }
p { color: rgb(112,73,245); }
H1.HeaderClassName
{
color: #7049F5;
}
.AnyTagClassName
{
color: #7049F5;
}
</style>
background-color css
<style>
a { background-color: #7049F5; }
a { background-color: rgb(112,73,245); }
div.DivClassName
{
background-color: #7049F5;
}
.BgClassName
{
background-color: #7049F5;
}
</style>
border-color css
<style>
span { border-color: #7049F5; }
span { border-color: rgb(112,73,245); }
td.TdClassName
{
border-color: #7049F5;
}
.TagClassName
{
border-color: #7049F5;
}
</style>