Shades of Medium Slate Blue #836FED
Tints of Medium Slate Blue #836FED
RGB
CMYK
RGB Variations
Color information
#836FED (or 0x836FED) is known color: Medium Slate Blue. HEX triplet: 83, 6F and ED. RGB value is (131,111,237). Sum of RGB (Red+Green+Blue) = 131+111+237=479 (63% of max value = 765). Red value is 131 (51.56% from 255 or 27.35% from 479); Green value is 111 (43.75% from 255 or 23.17% from 479); Blue value is 237 (92.97% from 255 or 49.48% from 479); Max value from RGB is 237 - color contains mainly: blue. Hex color #836FED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #836FED is #7C9012. Grayscale: #828282. Windows color (decimal): -8163347 or 15560579. OLE color: 15560579.
HSL color Cylindrical-coordinate representation of color #836FED: hue angle of 249.52º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #836FED is Cyan = 0.45, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 131 | 111 | 237 | - |
| CMYK | 0.45 | 0.53 | 0 | 0.07 |
| HSL | 249.52º | 0.78% | 0.68% | - |
| HSV(B) | 249.52º | 0.53% | 0.93% | - |
| XYZ | 30.33 | 22.31 | 82.83 | - |
| YUV | 131.34 | 187.63 | 127.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 111 | 237 | 0.45 | 0.53 | 0 | 0.07 | 249.52 | 0.78 | 0.68 |
| Hex | 83 | 6F | ED | 2D | 35 | 0 | 7 | FA | 4E | 44 |
| Octal | 203 | 157 | 355 | 55 | 65 | 0 | 7 | 372 | 116 | 104 |
| Binary | 10000011 | 1101111 | 11101101 | 101101 | 110101 | 0 | 111 | 11111010 | 1001110 | 1000100 |
Color Harmonies of #836FED
Complementary color
Monochromatic Colors of #836FED
Black with #836FED
Text Example
Text Example
White with #836FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #836FED; }
p { color: rgb(131,111,237); }
H1.HeaderClassName
{
color: #836FED;
}
.AnyTagClassName
{
color: #836FED;
}
</style>
background-color css
<style>
a { background-color: #836FED; }
a { background-color: rgb(131,111,237); }
div.DivClassName
{
background-color: #836FED;
}
.BgClassName
{
background-color: #836FED;
}
</style>
border-color css
<style>
span { border-color: #836FED; }
span { border-color: rgb(131,111,237); }
td.TdClassName
{
border-color: #836FED;
}
.TagClassName
{
border-color: #836FED;
}
</style>