Shades of Medium Slate Blue #836CEC
Tints of Medium Slate Blue #836CEC
RGB
CMYK
RGB Variations
Color information
#836CEC (or 0x836CEC) is known color: Medium Slate Blue. HEX triplet: 83, 6C and EC. RGB value is (131,108,236). Sum of RGB (Red+Green+Blue) = 131+108+236=475 (62% of max value = 765). Red value is 131 (51.56% from 255 or 27.58% from 475); Green value is 108 (42.58% from 255 or 22.74% from 475); Blue value is 236 (92.58% from 255 or 49.68% from 475); Max value from RGB is 236 - color contains mainly: blue. Hex color #836CEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #836CEC is #7C9313. Grayscale: #808080. Windows color (decimal): -8164116 or 15494275. OLE color: 15494275.
HSL color Cylindrical-coordinate representation of color #836CEC: hue angle of 250.78º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #836CEC is Cyan = 0.44, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 131 | 108 | 236 | - |
| CMYK | 0.44 | 0.54 | 0 | 0.07 |
| HSL | 250.78º | 0.77% | 0.67% | - |
| HSV(B) | 250.78º | 0.54% | 0.93% | - |
| XYZ | 29.86 | 21.61 | 81.95 | - |
| YUV | 129.47 | 188.12 | 129.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 108 | 236 | 0.44 | 0.54 | 0 | 0.07 | 250.78 | 0.77 | 0.67 |
| Hex | 83 | 6C | EC | 2C | 36 | 0 | 7 | FB | 4D | 43 |
| Octal | 203 | 154 | 354 | 54 | 66 | 0 | 7 | 373 | 115 | 103 |
| Binary | 10000011 | 1101100 | 11101100 | 101100 | 110110 | 0 | 111 | 11111011 | 1001101 | 1000011 |
Color Harmonies of #836CEC
Complementary color
Monochromatic Colors of #836CEC
Black with #836CEC
Text Example
Text Example
White with #836CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #836CEC; }
p { color: rgb(131,108,236); }
H1.HeaderClassName
{
color: #836CEC;
}
.AnyTagClassName
{
color: #836CEC;
}
</style>
background-color css
<style>
a { background-color: #836CEC; }
a { background-color: rgb(131,108,236); }
div.DivClassName
{
background-color: #836CEC;
}
.BgClassName
{
background-color: #836CEC;
}
</style>
border-color css
<style>
span { border-color: #836CEC; }
span { border-color: rgb(131,108,236); }
td.TdClassName
{
border-color: #836CEC;
}
.TagClassName
{
border-color: #836CEC;
}
</style>