Shades of Medium Slate Blue #836DEE
Tints of Medium Slate Blue #836DEE
RGB
CMYK
RGB Variations
Color information
#836DEE (or 0x836DEE) is known color: Medium Slate Blue. HEX triplet: 83, 6D and EE. RGB value is (131,109,238). Sum of RGB (Red+Green+Blue) = 131+109+238=478 (63% of max value = 765). Red value is 131 (51.56% from 255 or 27.41% from 478); Green value is 109 (42.97% from 255 or 22.80% from 478); Blue value is 238 (93.36% from 255 or 49.79% from 478); Max value from RGB is 238 - color contains mainly: blue. Hex color #836DEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #836DEE is #7C9211. Grayscale: #818181. Windows color (decimal): -8163858 or 15625603. OLE color: 15625603.
HSL color Cylindrical-coordinate representation of color #836DEE: hue angle of 250.23º degrees, saturation: 0.79, 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 #836DEE is Cyan = 0.45, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 131 | 109 | 238 | - |
| CMYK | 0.45 | 0.54 | 0 | 0.07 |
| HSL | 250.23º | 0.79% | 0.68% | - |
| HSV(B) | 250.23º | 0.54% | 0.93% | - |
| XYZ | 30.26 | 21.94 | 83.53 | - |
| YUV | 130.28 | 188.79 | 128.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 109 | 238 | 0.45 | 0.54 | 0 | 0.07 | 250.23 | 0.79 | 0.68 |
| Hex | 83 | 6D | EE | 2D | 36 | 0 | 7 | FA | 4F | 44 |
| Octal | 203 | 155 | 356 | 55 | 66 | 0 | 7 | 372 | 117 | 104 |
| Binary | 10000011 | 1101101 | 11101110 | 101101 | 110110 | 0 | 111 | 11111010 | 1001111 | 1000100 |
Color Harmonies of #836DEE
Complementary color
Monochromatic Colors of #836DEE
Black with #836DEE
Text Example
Text Example
White with #836DEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #836DEE; }
p { color: rgb(131,109,238); }
H1.HeaderClassName
{
color: #836DEE;
}
.AnyTagClassName
{
color: #836DEE;
}
</style>
background-color css
<style>
a { background-color: #836DEE; }
a { background-color: rgb(131,109,238); }
div.DivClassName
{
background-color: #836DEE;
}
.BgClassName
{
background-color: #836DEE;
}
</style>
border-color css
<style>
span { border-color: #836DEE; }
span { border-color: rgb(131,109,238); }
td.TdClassName
{
border-color: #836DEE;
}
.TagClassName
{
border-color: #836DEE;
}
</style>