Shades of Medium Slate Blue #835BDF
Tints of Medium Slate Blue #835BDF
RGB
CMYK
RGB Variations
Color information
#835BDF (or 0x835BDF) is known color: Medium Slate Blue. HEX triplet: 83, 5B and DF. RGB value is (131,91,223). Sum of RGB (Red+Green+Blue) = 131+91+223=445 (58% of max value = 765). Red value is 131 (51.56% from 255 or 29.44% from 445); Green value is 91 (35.94% from 255 or 20.45% from 445); Blue value is 223 (87.5% from 255 or 50.11% from 445); Max value from RGB is 223 - color contains mainly: blue. Hex color #835BDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #835BDF is #7CA420. Grayscale: #757575. Windows color (decimal): -8168481 or 14637955. OLE color: 14637955.
HSL color Cylindrical-coordinate representation of color #835BDF: hue angle of 258.18º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #835BDF is Cyan = 0.41, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 131 | 91 | 223 | - |
| CMYK | 0.41 | 0.59 | 0 | 0.13 |
| HSL | 258.18º | 0.67% | 0.62% | - |
| HSV(B) | 258.18º | 0.59% | 0.87% | - |
| XYZ | 26.42 | 17.64 | 71.82 | - |
| YUV | 118.01 | 187.25 | 137.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 91 | 223 | 0.41 | 0.59 | 0 | 0.13 | 258.18 | 0.67 | 0.62 |
| Hex | 83 | 5B | DF | 29 | 3B | 0 | D | 102 | 43 | 3E |
| Octal | 203 | 133 | 337 | 51 | 73 | 0 | 15 | 402 | 103 | 76 |
| Binary | 10000011 | 1011011 | 11011111 | 101001 | 111011 | 0 | 1101 | 100000010 | 1000011 | 111110 |
Color Harmonies of #835BDF
Complementary color
Monochromatic Colors of #835BDF
Black with #835BDF
Text Example
Text Example
White with #835BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #835BDF; }
p { color: rgb(131,91,223); }
H1.HeaderClassName
{
color: #835BDF;
}
.AnyTagClassName
{
color: #835BDF;
}
</style>
background-color css
<style>
a { background-color: #835BDF; }
a { background-color: rgb(131,91,223); }
div.DivClassName
{
background-color: #835BDF;
}
.BgClassName
{
background-color: #835BDF;
}
</style>
border-color css
<style>
span { border-color: #835BDF; }
span { border-color: rgb(131,91,223); }
td.TdClassName
{
border-color: #835BDF;
}
.TagClassName
{
border-color: #835BDF;
}
</style>