Shades of Medium Slate Blue #7149F0
Tints of Medium Slate Blue #7149F0
RGB
CMYK
RGB Variations
Color information
#7149F0 (or 0x7149F0) is known color: Medium Slate Blue. HEX triplet: 71, 49 and F0. RGB value is (113,73,240). Sum of RGB (Red+Green+Blue) = 113+73+240=426 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.53% from 426); Green value is 73 (28.91% from 255 or 17.14% from 426); Blue value is 240 (94.14% from 255 or 56.34% from 426); Max value from RGB is 240 - color contains mainly: blue. Hex color #7149F0 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7149F0 is #8EB60F. Grayscale: #676767. Windows color (decimal): -9352720 or 15747441. OLE color: 15747441.
HSL color Cylindrical-coordinate representation of color #7149F0: hue angle of 254.37º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7149F0 is Cyan = 0.53, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 113 | 73 | 240 | - |
| CMYK | 0.53 | 0.70 | 0 | 0.06 |
| HSL | 254.37º | 0.85% | 0.61% | - |
| HSV(B) | 254.37º | 0.7% | 0.94% | - |
| XYZ | 24.92 | 14.57 | 83.94 | - |
| YUV | 104 | 204.75 | 134.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 73 | 240 | 0.53 | 0.70 | 0 | 0.06 | 254.37 | 0.85 | 0.61 |
| Hex | 71 | 49 | F0 | 35 | 46 | 0 | 6 | FE | 55 | 3D |
| Octal | 161 | 111 | 360 | 65 | 106 | 0 | 6 | 376 | 125 | 75 |
| Binary | 1110001 | 1001001 | 11110000 | 110101 | 1000110 | 0 | 110 | 11111110 | 1010101 | 111101 |
Color Harmonies of #7149F0
Complementary color
Monochromatic Colors of #7149F0
Black with #7149F0
Text Example
Text Example
White with #7149F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7149F0; }
p { color: rgb(113,73,240); }
H1.HeaderClassName
{
color: #7149F0;
}
.AnyTagClassName
{
color: #7149F0;
}
</style>
background-color css
<style>
a { background-color: #7149F0; }
a { background-color: rgb(113,73,240); }
div.DivClassName
{
background-color: #7149F0;
}
.BgClassName
{
background-color: #7149F0;
}
</style>
border-color css
<style>
span { border-color: #7149F0; }
span { border-color: rgb(113,73,240); }
td.TdClassName
{
border-color: #7149F0;
}
.TagClassName
{
border-color: #7149F0;
}
</style>