Shades of Medium Slate Blue #8350F3
Tints of Medium Slate Blue #8350F3
RGB
CMYK
RGB Variations
Color information
#8350F3 (or 0x8350F3) is known color: Medium Slate Blue. HEX triplet: 83, 50 and F3. RGB value is (131,80,243). Sum of RGB (Red+Green+Blue) = 131+80+243=454 (60% of max value = 765). Red value is 131 (51.56% from 255 or 28.85% from 454); Green value is 80 (31.64% from 255 or 17.62% from 454); Blue value is 243 (95.31% from 255 or 53.52% from 454); Max value from RGB is 243 - color contains mainly: blue. Hex color #8350F3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8350F3 is #7CAF0C. Grayscale: #717171. Windows color (decimal): -8171277 or 15945859. OLE color: 15945859.
HSL color Cylindrical-coordinate representation of color #8350F3: hue angle of 258.77º degrees, saturation: 0.87, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8350F3 is Cyan = 0.46, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 131 | 80 | 243 | - |
| CMYK | 0.46 | 0.67 | 0 | 0.05 |
| HSL | 258.77º | 0.87% | 0.63% | - |
| HSV(B) | 258.77º | 0.67% | 0.95% | - |
| XYZ | 28.41 | 17.03 | 86.58 | - |
| YUV | 113.83 | 200.9 | 140.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 80 | 243 | 0.46 | 0.67 | 0 | 0.05 | 258.77 | 0.87 | 0.63 |
| Hex | 83 | 50 | F3 | 2E | 43 | 0 | 5 | 103 | 57 | 3F |
| Octal | 203 | 120 | 363 | 56 | 103 | 0 | 5 | 403 | 127 | 77 |
| Binary | 10000011 | 1010000 | 11110011 | 101110 | 1000011 | 0 | 101 | 100000011 | 1010111 | 111111 |
Color Harmonies of #8350F3
Complementary color
Monochromatic Colors of #8350F3
Black with #8350F3
Text Example
Text Example
White with #8350F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8350F3; }
p { color: rgb(131,80,243); }
H1.HeaderClassName
{
color: #8350F3;
}
.AnyTagClassName
{
color: #8350F3;
}
</style>
background-color css
<style>
a { background-color: #8350F3; }
a { background-color: rgb(131,80,243); }
div.DivClassName
{
background-color: #8350F3;
}
.BgClassName
{
background-color: #8350F3;
}
</style>
border-color css
<style>
span { border-color: #8350F3; }
span { border-color: rgb(131,80,243); }
td.TdClassName
{
border-color: #8350F3;
}
.TagClassName
{
border-color: #8350F3;
}
</style>