Shades of Medium Slate Blue #8351DF
Tints of Medium Slate Blue #8351DF
RGB
CMYK
RGB Variations
Color information
#8351DF (or 0x8351DF) is known color: Medium Slate Blue. HEX triplet: 83, 51 and DF. RGB value is (131,81,223). Sum of RGB (Red+Green+Blue) = 131+81+223=435 (57% of max value = 765). Red value is 131 (51.56% from 255 or 30.11% from 435); Green value is 81 (32.03% from 255 or 18.62% from 435); Blue value is 223 (87.5% from 255 or 51.26% from 435); Max value from RGB is 223 - color contains mainly: blue. Hex color #8351DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8351DF is #7CAE20. Grayscale: #6F6F6F. Windows color (decimal): -8171041 or 14635395. OLE color: 14635395.
HSL color Cylindrical-coordinate representation of color #8351DF: hue angle of 261.13º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8351DF is Cyan = 0.41, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 131 | 81 | 223 | - |
| CMYK | 0.41 | 0.64 | 0 | 0.13 |
| HSL | 261.13º | 0.69% | 0.6% | - |
| HSV(B) | 261.13º | 0.64% | 0.87% | - |
| XYZ | 25.62 | 16.04 | 71.56 | - |
| YUV | 112.14 | 190.57 | 141.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 81 | 223 | 0.41 | 0.64 | 0 | 0.13 | 261.13 | 0.69 | 0.6 |
| Hex | 83 | 51 | DF | 29 | 40 | 0 | D | 105 | 45 | 3C |
| Octal | 203 | 121 | 337 | 51 | 100 | 0 | 15 | 405 | 105 | 74 |
| Binary | 10000011 | 1010001 | 11011111 | 101001 | 1000000 | 0 | 1101 | 100000101 | 1000101 | 111100 |
Color Harmonies of #8351DF
Complementary color
Monochromatic Colors of #8351DF
Black with #8351DF
Text Example
Text Example
White with #8351DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8351DF; }
p { color: rgb(131,81,223); }
H1.HeaderClassName
{
color: #8351DF;
}
.AnyTagClassName
{
color: #8351DF;
}
</style>
background-color css
<style>
a { background-color: #8351DF; }
a { background-color: rgb(131,81,223); }
div.DivClassName
{
background-color: #8351DF;
}
.BgClassName
{
background-color: #8351DF;
}
</style>
border-color css
<style>
span { border-color: #8351DF; }
span { border-color: rgb(131,81,223); }
td.TdClassName
{
border-color: #8351DF;
}
.TagClassName
{
border-color: #8351DF;
}
</style>