Shades of Medium Slate Blue #8373DF
Tints of Medium Slate Blue #8373DF
RGB
CMYK
RGB Variations
Color information
#8373DF (or 0x8373DF) is known color: Medium Slate Blue. HEX triplet: 83, 73 and DF. RGB value is (131,115,223). Sum of RGB (Red+Green+Blue) = 131+115+223=469 (62% of max value = 765). Red value is 131 (51.56% from 255 or 27.93% from 469); Green value is 115 (45.31% from 255 or 24.52% from 469); Blue value is 223 (87.5% from 255 or 47.55% from 469); Max value from RGB is 223 - color contains mainly: blue. Hex color #8373DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8373DF is #7C8C20. Grayscale: #838383. Windows color (decimal): -8162337 or 14644099. OLE color: 14644099.
HSL color Cylindrical-coordinate representation of color #8373DF: hue angle of 248.89º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8373DF is Cyan = 0.41, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 131 | 115 | 223 | - |
| CMYK | 0.41 | 0.48 | 0 | 0.13 |
| HSL | 248.89º | 0.63% | 0.66% | - |
| HSV(B) | 248.89º | 0.48% | 0.87% | - |
| XYZ | 28.81 | 22.41 | 72.62 | - |
| YUV | 132.1 | 179.3 | 127.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 115 | 223 | 0.41 | 0.48 | 0 | 0.13 | 248.89 | 0.63 | 0.66 |
| Hex | 83 | 73 | DF | 29 | 30 | 0 | D | F9 | 3F | 42 |
| Octal | 203 | 163 | 337 | 51 | 60 | 0 | 15 | 371 | 77 | 102 |
| Binary | 10000011 | 1110011 | 11011111 | 101001 | 110000 | 0 | 1101 | 11111001 | 111111 | 1000010 |
Color Harmonies of #8373DF
Complementary color
Monochromatic Colors of #8373DF
Black with #8373DF
Text Example
Text Example
White with #8373DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8373DF; }
p { color: rgb(131,115,223); }
H1.HeaderClassName
{
color: #8373DF;
}
.AnyTagClassName
{
color: #8373DF;
}
</style>
background-color css
<style>
a { background-color: #8373DF; }
a { background-color: rgb(131,115,223); }
div.DivClassName
{
background-color: #8373DF;
}
.BgClassName
{
background-color: #8373DF;
}
</style>
border-color css
<style>
span { border-color: #8373DF; }
span { border-color: rgb(131,115,223); }
td.TdClassName
{
border-color: #8373DF;
}
.TagClassName
{
border-color: #8373DF;
}
</style>