Shades of Medium Slate Blue #836DEF
Tints of Medium Slate Blue #836DEF
RGB
CMYK
RGB Variations
Color information
#836DEF (or 0x836DEF) is known color: Medium Slate Blue. HEX triplet: 83, 6D and EF. RGB value is (131,109,239). Sum of RGB (Red+Green+Blue) = 131+109+239=479 (63% of max value = 765). Red value is 131 (51.56% from 255 or 27.35% from 479); Green value is 109 (42.97% from 255 or 22.76% from 479); Blue value is 239 (93.75% from 255 or 49.90% from 479); Max value from RGB is 239 - color contains mainly: blue. Hex color #836DEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #836DEF is #7C9210. Grayscale: #818181. Windows color (decimal): -8163857 or 15691139. OLE color: 15691139.
HSL color Cylindrical-coordinate representation of color #836DEF: hue angle of 250.15º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #836DEF is Cyan = 0.45, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 131 | 109 | 239 | - |
| CMYK | 0.45 | 0.54 | 0 | 0.06 |
| HSL | 250.15º | 0.8% | 0.68% | - |
| HSV(B) | 250.15º | 0.54% | 0.94% | - |
| XYZ | 30.41 | 21.99 | 84.3 | - |
| YUV | 130.4 | 189.29 | 128.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 109 | 239 | 0.45 | 0.54 | 0 | 0.06 | 250.15 | 0.8 | 0.68 |
| Hex | 83 | 6D | EF | 2D | 36 | 0 | 6 | FA | 50 | 44 |
| Octal | 203 | 155 | 357 | 55 | 66 | 0 | 6 | 372 | 120 | 104 |
| Binary | 10000011 | 1101101 | 11101111 | 101101 | 110110 | 0 | 110 | 11111010 | 1010000 | 1000100 |
Color Harmonies of #836DEF
Complementary color
Monochromatic Colors of #836DEF
Black with #836DEF
Text Example
Text Example
White with #836DEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #836DEF; }
p { color: rgb(131,109,239); }
H1.HeaderClassName
{
color: #836DEF;
}
.AnyTagClassName
{
color: #836DEF;
}
</style>
background-color css
<style>
a { background-color: #836DEF; }
a { background-color: rgb(131,109,239); }
div.DivClassName
{
background-color: #836DEF;
}
.BgClassName
{
background-color: #836DEF;
}
</style>
border-color css
<style>
span { border-color: #836DEF; }
span { border-color: rgb(131,109,239); }
td.TdClassName
{
border-color: #836DEF;
}
.TagClassName
{
border-color: #836DEF;
}
</style>