Shades of Medium Slate Blue #835BEC
Tints of Medium Slate Blue #835BEC
RGB
CMYK
RGB Variations
Color information
#835BEC (or 0x835BEC) is known color: Medium Slate Blue. HEX triplet: 83, 5B and EC. RGB value is (131,91,236). Sum of RGB (Red+Green+Blue) = 131+91+236=458 (60% of max value = 765). Red value is 131 (51.56% from 255 or 28.60% from 458); Green value is 91 (35.94% from 255 or 19.87% from 458); Blue value is 236 (92.58% from 255 or 51.53% from 458); Max value from RGB is 236 - color contains mainly: blue. Hex color #835BEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #835BEC is #7CA413. Grayscale: #767676. Windows color (decimal): -8168468 or 15489923. OLE color: 15489923.
HSL color Cylindrical-coordinate representation of color #835BEC: hue angle of 256.55º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #835BEC is Cyan = 0.44, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 131 | 91 | 236 | - |
| CMYK | 0.44 | 0.61 | 0 | 0.07 |
| HSL | 256.55º | 0.79% | 0.64% | - |
| HSV(B) | 256.55º | 0.61% | 0.93% | - |
| XYZ | 28.24 | 18.36 | 81.41 | - |
| YUV | 119.49 | 193.75 | 136.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 91 | 236 | 0.44 | 0.61 | 0 | 0.07 | 256.55 | 0.79 | 0.64 |
| Hex | 83 | 5B | EC | 2C | 3D | 0 | 7 | 101 | 4F | 40 |
| Octal | 203 | 133 | 354 | 54 | 75 | 0 | 7 | 401 | 117 | 100 |
| Binary | 10000011 | 1011011 | 11101100 | 101100 | 111101 | 0 | 111 | 100000001 | 1001111 | 1000000 |
Color Harmonies of #835BEC
Complementary color
Monochromatic Colors of #835BEC
Black with #835BEC
Text Example
Text Example
White with #835BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #835BEC; }
p { color: rgb(131,91,236); }
H1.HeaderClassName
{
color: #835BEC;
}
.AnyTagClassName
{
color: #835BEC;
}
</style>
background-color css
<style>
a { background-color: #835BEC; }
a { background-color: rgb(131,91,236); }
div.DivClassName
{
background-color: #835BEC;
}
.BgClassName
{
background-color: #835BEC;
}
</style>
border-color css
<style>
span { border-color: #835BEC; }
span { border-color: rgb(131,91,236); }
td.TdClassName
{
border-color: #835BEC;
}
.TagClassName
{
border-color: #835BEC;
}
</style>