Shades of Medium Slate Blue #8353DD
Tints of Medium Slate Blue #8353DD
RGB
CMYK
RGB Variations
Color information
#8353DD (or 0x8353DD) is known color: Medium Slate Blue. HEX triplet: 83, 53 and DD. RGB value is (131,83,221). Sum of RGB (Red+Green+Blue) = 131+83+221=435 (57% of max value = 765). Red value is 131 (51.56% from 255 or 30.11% from 435); Green value is 83 (32.81% from 255 or 19.08% from 435); Blue value is 221 (86.72% from 255 or 50.80% from 435); Max value from RGB is 221 - color contains mainly: blue. Hex color #8353DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8353DD is #7CAC22. Grayscale: #707070. Windows color (decimal): -8170531 or 14504835. OLE color: 14504835.
HSL color Cylindrical-coordinate representation of color #8353DD: hue angle of 260.87º degrees, saturation: 0.67, 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 #8353DD is Cyan = 0.41, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 131 | 83 | 221 | - |
| CMYK | 0.41 | 0.62 | 0 | 0.13 |
| HSL | 260.87º | 0.67% | 0.6% | - |
| HSV(B) | 260.87º | 0.62% | 0.87% | - |
| XYZ | 25.5 | 16.23 | 70.2 | - |
| YUV | 113.08 | 188.9 | 140.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 83 | 221 | 0.41 | 0.62 | 0 | 0.13 | 260.87 | 0.67 | 0.6 |
| Hex | 83 | 53 | DD | 29 | 3E | 0 | D | 105 | 43 | 3C |
| Octal | 203 | 123 | 335 | 51 | 76 | 0 | 15 | 405 | 103 | 74 |
| Binary | 10000011 | 1010011 | 11011101 | 101001 | 111110 | 0 | 1101 | 100000101 | 1000011 | 111100 |
Color Harmonies of #8353DD
Complementary color
Monochromatic Colors of #8353DD
Black with #8353DD
Text Example
Text Example
White with #8353DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8353DD; }
p { color: rgb(131,83,221); }
H1.HeaderClassName
{
color: #8353DD;
}
.AnyTagClassName
{
color: #8353DD;
}
</style>
background-color css
<style>
a { background-color: #8353DD; }
a { background-color: rgb(131,83,221); }
div.DivClassName
{
background-color: #8353DD;
}
.BgClassName
{
background-color: #8353DD;
}
</style>
border-color css
<style>
span { border-color: #8353DD; }
span { border-color: rgb(131,83,221); }
td.TdClassName
{
border-color: #8353DD;
}
.TagClassName
{
border-color: #8353DD;
}
</style>