Shades of Medium Slate Blue #8049F3
Tints of Medium Slate Blue #8049F3
RGB
CMYK
RGB Variations
Color information
#8049F3 (or 0x8049F3) is known color: Medium Slate Blue. HEX triplet: 80, 49 and F3. RGB value is (128,73,243). Sum of RGB (Red+Green+Blue) = 128+73+243=444 (58% of max value = 765). Red value is 128 (50.39% from 255 or 28.83% from 444); Green value is 73 (28.91% from 255 or 16.44% from 444); Blue value is 243 (95.31% from 255 or 54.73% from 444); Max value from RGB is 243 - color contains mainly: blue. Hex color #8049F3 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8049F3 is #7FB60C. Grayscale: #6C6C6C. Windows color (decimal): -8369677 or 15944064. OLE color: 15944064.
HSL color Cylindrical-coordinate representation of color #8049F3: hue angle of 259.41º degrees, saturation: 0.88, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8049F3 is Cyan = 0.47, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 128 | 73 | 243 | - |
| CMYK | 0.47 | 0.70 | 0 | 0.05 |
| HSL | 259.41º | 0.88% | 0.62% | - |
| HSV(B) | 259.41º | 0.7% | 0.95% | - |
| XYZ | 27.46 | 15.83 | 86.4 | - |
| YUV | 108.83 | 203.72 | 141.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 73 | 243 | 0.47 | 0.70 | 0 | 0.05 | 259.41 | 0.88 | 0.62 |
| Hex | 80 | 49 | F3 | 2F | 46 | 0 | 5 | 103 | 58 | 3E |
| Octal | 200 | 111 | 363 | 57 | 106 | 0 | 5 | 403 | 130 | 76 |
| Binary | 10000000 | 1001001 | 11110011 | 101111 | 1000110 | 0 | 101 | 100000011 | 1011000 | 111110 |
Color Harmonies of #8049F3
Complementary color
Monochromatic Colors of #8049F3
Black with #8049F3
Text Example
Text Example
White with #8049F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8049F3; }
p { color: rgb(128,73,243); }
H1.HeaderClassName
{
color: #8049F3;
}
.AnyTagClassName
{
color: #8049F3;
}
</style>
background-color css
<style>
a { background-color: #8049F3; }
a { background-color: rgb(128,73,243); }
div.DivClassName
{
background-color: #8049F3;
}
.BgClassName
{
background-color: #8049F3;
}
</style>
border-color css
<style>
span { border-color: #8049F3; }
span { border-color: rgb(128,73,243); }
td.TdClassName
{
border-color: #8049F3;
}
.TagClassName
{
border-color: #8049F3;
}
</style>