Shades of Medium Slate Blue #8350F2
Tints of Medium Slate Blue #8350F2
RGB
CMYK
RGB Variations
Color information
#8350F2 (or 0x8350F2) is known color: Medium Slate Blue. HEX triplet: 83, 50 and F2. RGB value is (131,80,242). Sum of RGB (Red+Green+Blue) = 131+80+242=453 (60% of max value = 765). Red value is 131 (51.56% from 255 or 28.92% from 453); Green value is 80 (31.64% from 255 or 17.66% from 453); Blue value is 242 (94.92% from 255 or 53.42% from 453); Max value from RGB is 242 - color contains mainly: blue. Hex color #8350F2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8350F2 is #7CAF0D. Grayscale: #717171. Windows color (decimal): -8171278 or 15880323. OLE color: 15880323.
HSL color Cylindrical-coordinate representation of color #8350F2: hue angle of 258.89º degrees, saturation: 0.86, 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 #8350F2 is Cyan = 0.46, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 131 | 80 | 242 | - |
| CMYK | 0.46 | 0.67 | 0 | 0.05 |
| HSL | 258.89º | 0.86% | 0.63% | - |
| HSV(B) | 258.89º | 0.67% | 0.95% | - |
| XYZ | 28.26 | 16.97 | 85.79 | - |
| YUV | 113.72 | 200.4 | 140.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 80 | 242 | 0.46 | 0.67 | 0 | 0.05 | 258.89 | 0.86 | 0.63 |
| Hex | 83 | 50 | F2 | 2E | 43 | 0 | 5 | 103 | 56 | 3F |
| Octal | 203 | 120 | 362 | 56 | 103 | 0 | 5 | 403 | 126 | 77 |
| Binary | 10000011 | 1010000 | 11110010 | 101110 | 1000011 | 0 | 101 | 100000011 | 1010110 | 111111 |
Color Harmonies of #8350F2
Complementary color
Monochromatic Colors of #8350F2
Black with #8350F2
Text Example
Text Example
White with #8350F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8350F2; }
p { color: rgb(131,80,242); }
H1.HeaderClassName
{
color: #8350F2;
}
.AnyTagClassName
{
color: #8350F2;
}
</style>
background-color css
<style>
a { background-color: #8350F2; }
a { background-color: rgb(131,80,242); }
div.DivClassName
{
background-color: #8350F2;
}
.BgClassName
{
background-color: #8350F2;
}
</style>
border-color css
<style>
span { border-color: #8350F2; }
span { border-color: rgb(131,80,242); }
td.TdClassName
{
border-color: #8350F2;
}
.TagClassName
{
border-color: #8350F2;
}
</style>