Shades of Medium Slate Blue #836EE1
Tints of Medium Slate Blue #836EE1
RGB
CMYK
RGB Variations
Color information
#836EE1 (or 0x836EE1) is known color: Medium Slate Blue. HEX triplet: 83, 6E and E1. RGB value is (131,110,225). Sum of RGB (Red+Green+Blue) = 131+110+225=466 (61% of max value = 765). Red value is 131 (51.56% from 255 or 28.11% from 466); Green value is 110 (43.36% from 255 or 23.61% from 466); Blue value is 225 (88.28% from 255 or 48.28% from 466); Max value from RGB is 225 - color contains mainly: blue. Hex color #836EE1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #836EE1 is #7C911E. Grayscale: #808080. Windows color (decimal): -8163615 or 14773891. OLE color: 14773891.
HSL color Cylindrical-coordinate representation of color #836EE1: hue angle of 250.96º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #836EE1 is Cyan = 0.42, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 131 | 110 | 225 | - |
| CMYK | 0.42 | 0.51 | 0 | 0.12 |
| HSL | 250.96º | 0.66% | 0.66% | - |
| HSV(B) | 250.96º | 0.51% | 0.88% | - |
| XYZ | 28.53 | 21.41 | 73.86 | - |
| YUV | 129.39 | 181.96 | 129.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 110 | 225 | 0.42 | 0.51 | 0 | 0.12 | 250.96 | 0.66 | 0.66 |
| Hex | 83 | 6E | E1 | 2A | 33 | 0 | C | FB | 42 | 42 |
| Octal | 203 | 156 | 341 | 52 | 63 | 0 | 14 | 373 | 102 | 102 |
| Binary | 10000011 | 1101110 | 11100001 | 101010 | 110011 | 0 | 1100 | 11111011 | 1000010 | 1000010 |
Color Harmonies of #836EE1
Complementary color
Monochromatic Colors of #836EE1
Black with #836EE1
Text Example
Text Example
White with #836EE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #836EE1; }
p { color: rgb(131,110,225); }
H1.HeaderClassName
{
color: #836EE1;
}
.AnyTagClassName
{
color: #836EE1;
}
</style>
background-color css
<style>
a { background-color: #836EE1; }
a { background-color: rgb(131,110,225); }
div.DivClassName
{
background-color: #836EE1;
}
.BgClassName
{
background-color: #836EE1;
}
</style>
border-color css
<style>
span { border-color: #836EE1; }
span { border-color: rgb(131,110,225); }
td.TdClassName
{
border-color: #836EE1;
}
.TagClassName
{
border-color: #836EE1;
}
</style>