Shades of Medium Slate Blue #8368DF
Tints of Medium Slate Blue #8368DF
RGB
CMYK
RGB Variations
Color information
#8368DF (or 0x8368DF) is known color: Medium Slate Blue. HEX triplet: 83, 68 and DF. RGB value is (131,104,223). Sum of RGB (Red+Green+Blue) = 131+104+223=458 (60% of max value = 765). Red value is 131 (51.56% from 255 or 28.60% from 458); Green value is 104 (41.02% from 255 or 22.71% from 458); Blue value is 223 (87.5% from 255 or 48.69% from 458); Max value from RGB is 223 - color contains mainly: blue. Hex color #8368DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8368DF is #7C9720. Grayscale: #7D7D7D. Windows color (decimal): -8165153 or 14641283. OLE color: 14641283.
HSL color Cylindrical-coordinate representation of color #8368DF: hue angle of 253.61º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8368DF is Cyan = 0.41, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 131 | 104 | 223 | - |
| CMYK | 0.41 | 0.53 | 0 | 0.13 |
| HSL | 253.61º | 0.65% | 0.64% | - |
| HSV(B) | 253.61º | 0.53% | 0.87% | - |
| XYZ | 27.63 | 20.05 | 72.23 | - |
| YUV | 125.64 | 182.95 | 131.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 104 | 223 | 0.41 | 0.53 | 0 | 0.13 | 253.61 | 0.65 | 0.64 |
| Hex | 83 | 68 | DF | 29 | 35 | 0 | D | FE | 41 | 40 |
| Octal | 203 | 150 | 337 | 51 | 65 | 0 | 15 | 376 | 101 | 100 |
| Binary | 10000011 | 1101000 | 11011111 | 101001 | 110101 | 0 | 1101 | 11111110 | 1000001 | 1000000 |
Color Harmonies of #8368DF
Complementary color
Monochromatic Colors of #8368DF
Black with #8368DF
Text Example
Text Example
White with #8368DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8368DF; }
p { color: rgb(131,104,223); }
H1.HeaderClassName
{
color: #8368DF;
}
.AnyTagClassName
{
color: #8368DF;
}
</style>
background-color css
<style>
a { background-color: #8368DF; }
a { background-color: rgb(131,104,223); }
div.DivClassName
{
background-color: #8368DF;
}
.BgClassName
{
background-color: #8368DF;
}
</style>
border-color css
<style>
span { border-color: #8368DF; }
span { border-color: rgb(131,104,223); }
td.TdClassName
{
border-color: #8368DF;
}
.TagClassName
{
border-color: #8368DF;
}
</style>