Shades of Medium Slate Blue #835DDF
Tints of Medium Slate Blue #835DDF
RGB
CMYK
RGB Variations
Color information
#835DDF (or 0x835DDF) is known color: Medium Slate Blue. HEX triplet: 83, 5D and DF. RGB value is (131,93,223). Sum of RGB (Red+Green+Blue) = 131+93+223=447 (59% of max value = 765). Red value is 131 (51.56% from 255 or 29.31% from 447); Green value is 93 (36.72% from 255 or 20.81% from 447); Blue value is 223 (87.5% from 255 or 49.89% from 447); Max value from RGB is 223 - color contains mainly: blue. Hex color #835DDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #835DDF is #7CA220. Grayscale: #767676. Windows color (decimal): -8167969 or 14638467. OLE color: 14638467.
HSL color Cylindrical-coordinate representation of color #835DDF: hue angle of 257.54º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #835DDF is Cyan = 0.41, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 131 | 93 | 223 | - |
| CMYK | 0.41 | 0.58 | 0 | 0.13 |
| HSL | 257.54º | 0.67% | 0.62% | - |
| HSV(B) | 257.54º | 0.58% | 0.87% | - |
| XYZ | 26.59 | 17.98 | 71.88 | - |
| YUV | 119.18 | 186.59 | 136.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 93 | 223 | 0.41 | 0.58 | 0 | 0.13 | 257.54 | 0.67 | 0.62 |
| Hex | 83 | 5D | DF | 29 | 3A | 0 | D | 102 | 43 | 3E |
| Octal | 203 | 135 | 337 | 51 | 72 | 0 | 15 | 402 | 103 | 76 |
| Binary | 10000011 | 1011101 | 11011111 | 101001 | 111010 | 0 | 1101 | 100000010 | 1000011 | 111110 |
Color Harmonies of #835DDF
Complementary color
Monochromatic Colors of #835DDF
Black with #835DDF
Text Example
Text Example
White with #835DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #835DDF; }
p { color: rgb(131,93,223); }
H1.HeaderClassName
{
color: #835DDF;
}
.AnyTagClassName
{
color: #835DDF;
}
</style>
background-color css
<style>
a { background-color: #835DDF; }
a { background-color: rgb(131,93,223); }
div.DivClassName
{
background-color: #835DDF;
}
.BgClassName
{
background-color: #835DDF;
}
</style>
border-color css
<style>
span { border-color: #835DDF; }
span { border-color: rgb(131,93,223); }
td.TdClassName
{
border-color: #835DDF;
}
.TagClassName
{
border-color: #835DDF;
}
</style>