Shades of Medium Slate Blue #8355DF
Tints of Medium Slate Blue #8355DF
RGB
CMYK
RGB Variations
Color information
#8355DF (or 0x8355DF) is known color: Medium Slate Blue. HEX triplet: 83, 55 and DF. RGB value is (131,85,223). Sum of RGB (Red+Green+Blue) = 131+85+223=439 (58% of max value = 765). Red value is 131 (51.56% from 255 or 29.84% from 439); Green value is 85 (33.59% from 255 or 19.36% from 439); Blue value is 223 (87.5% from 255 or 50.80% from 439); Max value from RGB is 223 - color contains mainly: blue. Hex color #8355DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8355DF is #7CAA20. Grayscale: #717171. Windows color (decimal): -8170017 or 14636419. OLE color: 14636419.
HSL color Cylindrical-coordinate representation of color #8355DF: hue angle of 260º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8355DF is Cyan = 0.41, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 131 | 85 | 223 | - |
| CMYK | 0.41 | 0.62 | 0 | 0.13 |
| HSL | 260º | 0.68% | 0.6% | - |
| HSV(B) | 260º | 0.62% | 0.87% | - |
| XYZ | 25.93 | 16.65 | 71.66 | - |
| YUV | 114.49 | 189.24 | 139.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 85 | 223 | 0.41 | 0.62 | 0 | 0.13 | 260 | 0.68 | 0.6 |
| Hex | 83 | 55 | DF | 29 | 3E | 0 | D | 104 | 44 | 3C |
| Octal | 203 | 125 | 337 | 51 | 76 | 0 | 15 | 404 | 104 | 74 |
| Binary | 10000011 | 1010101 | 11011111 | 101001 | 111110 | 0 | 1101 | 100000100 | 1000100 | 111100 |
Color Harmonies of #8355DF
Complementary color
Monochromatic Colors of #8355DF
Black with #8355DF
Text Example
Text Example
White with #8355DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8355DF; }
p { color: rgb(131,85,223); }
H1.HeaderClassName
{
color: #8355DF;
}
.AnyTagClassName
{
color: #8355DF;
}
</style>
background-color css
<style>
a { background-color: #8355DF; }
a { background-color: rgb(131,85,223); }
div.DivClassName
{
background-color: #8355DF;
}
.BgClassName
{
background-color: #8355DF;
}
</style>
border-color css
<style>
span { border-color: #8355DF; }
span { border-color: rgb(131,85,223); }
td.TdClassName
{
border-color: #8355DF;
}
.TagClassName
{
border-color: #8355DF;
}
</style>