Shades of Medium Slate Blue #836DEC
Tints of Medium Slate Blue #836DEC
RGB
CMYK
RGB Variations
Color information
#836DEC (or 0x836DEC) is known color: Medium Slate Blue. HEX triplet: 83, 6D and EC. RGB value is (131,109,236). Sum of RGB (Red+Green+Blue) = 131+109+236=476 (63% of max value = 765). Red value is 131 (51.56% from 255 or 27.52% from 476); Green value is 109 (42.97% from 255 or 22.90% from 476); Blue value is 236 (92.58% from 255 or 49.58% from 476); Max value from RGB is 236 - color contains mainly: blue. Hex color #836DEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #836DEC is #7C9213. Grayscale: #818181. Windows color (decimal): -8163860 or 15494531. OLE color: 15494531.
HSL color Cylindrical-coordinate representation of color #836DEC: hue angle of 250.39º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #836DEC is Cyan = 0.44, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 131 | 109 | 236 | - |
| CMYK | 0.44 | 0.54 | 0 | 0.07 |
| HSL | 250.39º | 0.77% | 0.68% | - |
| HSV(B) | 250.39º | 0.54% | 0.93% | - |
| XYZ | 29.97 | 21.82 | 81.99 | - |
| YUV | 130.06 | 187.79 | 128.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 109 | 236 | 0.44 | 0.54 | 0 | 0.07 | 250.39 | 0.77 | 0.68 |
| Hex | 83 | 6D | EC | 2C | 36 | 0 | 7 | FA | 4D | 44 |
| Octal | 203 | 155 | 354 | 54 | 66 | 0 | 7 | 372 | 115 | 104 |
| Binary | 10000011 | 1101101 | 11101100 | 101100 | 110110 | 0 | 111 | 11111010 | 1001101 | 1000100 |
Color Harmonies of #836DEC
Complementary color
Monochromatic Colors of #836DEC
Black with #836DEC
Text Example
Text Example
White with #836DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #836DEC; }
p { color: rgb(131,109,236); }
H1.HeaderClassName
{
color: #836DEC;
}
.AnyTagClassName
{
color: #836DEC;
}
</style>
background-color css
<style>
a { background-color: #836DEC; }
a { background-color: rgb(131,109,236); }
div.DivClassName
{
background-color: #836DEC;
}
.BgClassName
{
background-color: #836DEC;
}
</style>
border-color css
<style>
span { border-color: #836DEC; }
span { border-color: rgb(131,109,236); }
td.TdClassName
{
border-color: #836DEC;
}
.TagClassName
{
border-color: #836DEC;
}
</style>