Shades of Medium Slate Blue #835FDF
Tints of Medium Slate Blue #835FDF
RGB
CMYK
RGB Variations
Color information
#835FDF (or 0x835FDF) is known color: Medium Slate Blue. HEX triplet: 83, 5F and DF. RGB value is (131,95,223). Sum of RGB (Red+Green+Blue) = 131+95+223=449 (59% of max value = 765). Red value is 131 (51.56% from 255 or 29.18% from 449); Green value is 95 (37.5% from 255 or 21.16% from 449); Blue value is 223 (87.5% from 255 or 49.67% from 449); Max value from RGB is 223 - color contains mainly: blue. Hex color #835FDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #835FDF is #7CA020. Grayscale: #777777. Windows color (decimal): -8167457 or 14638979. OLE color: 14638979.
HSL color Cylindrical-coordinate representation of color #835FDF: hue angle of 256.88º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #835FDF is Cyan = 0.41, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 131 | 95 | 223 | - |
| CMYK | 0.41 | 0.57 | 0 | 0.13 |
| HSL | 256.88º | 0.67% | 0.62% | - |
| HSV(B) | 256.88º | 0.57% | 0.87% | - |
| XYZ | 26.77 | 18.34 | 71.94 | - |
| YUV | 120.36 | 185.93 | 135.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 95 | 223 | 0.41 | 0.57 | 0 | 0.13 | 256.88 | 0.67 | 0.62 |
| Hex | 83 | 5F | DF | 29 | 39 | 0 | D | 101 | 43 | 3E |
| Octal | 203 | 137 | 337 | 51 | 71 | 0 | 15 | 401 | 103 | 76 |
| Binary | 10000011 | 1011111 | 11011111 | 101001 | 111001 | 0 | 1101 | 100000001 | 1000011 | 111110 |
Color Harmonies of #835FDF
Complementary color
Monochromatic Colors of #835FDF
Black with #835FDF
Text Example
Text Example
White with #835FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #835FDF; }
p { color: rgb(131,95,223); }
H1.HeaderClassName
{
color: #835FDF;
}
.AnyTagClassName
{
color: #835FDF;
}
</style>
background-color css
<style>
a { background-color: #835FDF; }
a { background-color: rgb(131,95,223); }
div.DivClassName
{
background-color: #835FDF;
}
.BgClassName
{
background-color: #835FDF;
}
</style>
border-color css
<style>
span { border-color: #835FDF; }
span { border-color: rgb(131,95,223); }
td.TdClassName
{
border-color: #835FDF;
}
.TagClassName
{
border-color: #835FDF;
}
</style>