Shades of Medium Slate Blue #8351F6
Tints of Medium Slate Blue #8351F6
RGB
CMYK
RGB Variations
Color information
#8351F6 (or 0x8351F6) is known color: Medium Slate Blue. HEX triplet: 83, 51 and F6. RGB value is (131,81,246). Sum of RGB (Red+Green+Blue) = 131+81+246=458 (60% of max value = 765). Red value is 131 (51.56% from 255 or 28.60% from 458); Green value is 81 (32.03% from 255 or 17.69% from 458); Blue value is 246 (96.48% from 255 or 53.71% from 458); Max value from RGB is 246 - color contains mainly: blue. Hex color #8351F6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8351F6 is #7CAE09. Grayscale: #727272. Windows color (decimal): -8171018 or 16142723. OLE color: 16142723.
HSL color Cylindrical-coordinate representation of color #8351F6: hue angle of 258.18º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8351F6 is Cyan = 0.47, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 131 | 81 | 246 | - |
| CMYK | 0.47 | 0.67 | 0 | 0.04 |
| HSL | 258.18º | 0.9% | 0.64% | - |
| HSV(B) | 258.18º | 0.67% | 0.96% | - |
| XYZ | 28.94 | 17.36 | 89.02 | - |
| YUV | 114.76 | 202.07 | 139.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 81 | 246 | 0.47 | 0.67 | 0 | 0.04 | 258.18 | 0.9 | 0.64 |
| Hex | 83 | 51 | F6 | 2F | 43 | 0 | 4 | 102 | 5A | 40 |
| Octal | 203 | 121 | 366 | 57 | 103 | 0 | 4 | 402 | 132 | 100 |
| Binary | 10000011 | 1010001 | 11110110 | 101111 | 1000011 | 0 | 100 | 100000010 | 1011010 | 1000000 |
Color Harmonies of #8351F6
Complementary color
Monochromatic Colors of #8351F6
Black with #8351F6
Text Example
Text Example
White with #8351F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8351F6; }
p { color: rgb(131,81,246); }
H1.HeaderClassName
{
color: #8351F6;
}
.AnyTagClassName
{
color: #8351F6;
}
</style>
background-color css
<style>
a { background-color: #8351F6; }
a { background-color: rgb(131,81,246); }
div.DivClassName
{
background-color: #8351F6;
}
.BgClassName
{
background-color: #8351F6;
}
</style>
border-color css
<style>
span { border-color: #8351F6; }
span { border-color: rgb(131,81,246); }
td.TdClassName
{
border-color: #8351F6;
}
.TagClassName
{
border-color: #8351F6;
}
</style>