Shades of Medium Slate Blue #8363DF
Tints of Medium Slate Blue #8363DF
RGB
CMYK
RGB Variations
Color information
#8363DF (or 0x8363DF) is known color: Medium Slate Blue. HEX triplet: 83, 63 and DF. RGB value is (131,99,223). Sum of RGB (Red+Green+Blue) = 131+99+223=453 (60% of max value = 765). Red value is 131 (51.56% from 255 or 28.92% from 453); Green value is 99 (39.06% from 255 or 21.85% from 453); Blue value is 223 (87.5% from 255 or 49.23% from 453); Max value from RGB is 223 - color contains mainly: blue. Hex color #8363DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8363DF is #7C9C20. Grayscale: #7A7A7A. Windows color (decimal): -8166433 or 14640003. OLE color: 14640003.
HSL color Cylindrical-coordinate representation of color #8363DF: hue angle of 255.48º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8363DF is Cyan = 0.41, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 131 | 99 | 223 | - |
| CMYK | 0.41 | 0.56 | 0 | 0.13 |
| HSL | 255.48º | 0.66% | 0.63% | - |
| HSV(B) | 255.48º | 0.56% | 0.87% | - |
| XYZ | 27.14 | 19.08 | 72.06 | - |
| YUV | 122.7 | 184.6 | 133.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 99 | 223 | 0.41 | 0.56 | 0 | 0.13 | 255.48 | 0.66 | 0.63 |
| Hex | 83 | 63 | DF | 29 | 38 | 0 | D | FF | 42 | 3F |
| Octal | 203 | 143 | 337 | 51 | 70 | 0 | 15 | 377 | 102 | 77 |
| Binary | 10000011 | 1100011 | 11011111 | 101001 | 111000 | 0 | 1101 | 11111111 | 1000010 | 111111 |
Color Harmonies of #8363DF
Complementary color
Monochromatic Colors of #8363DF
Black with #8363DF
Text Example
Text Example
White with #8363DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8363DF; }
p { color: rgb(131,99,223); }
H1.HeaderClassName
{
color: #8363DF;
}
.AnyTagClassName
{
color: #8363DF;
}
</style>
background-color css
<style>
a { background-color: #8363DF; }
a { background-color: rgb(131,99,223); }
div.DivClassName
{
background-color: #8363DF;
}
.BgClassName
{
background-color: #8363DF;
}
</style>
border-color css
<style>
span { border-color: #8363DF; }
span { border-color: rgb(131,99,223); }
td.TdClassName
{
border-color: #8363DF;
}
.TagClassName
{
border-color: #8363DF;
}
</style>