Shades of Medium Slate Blue #836CEB
Tints of Medium Slate Blue #836CEB
RGB
CMYK
RGB Variations
Color information
#836CEB (or 0x836CEB) is known color: Medium Slate Blue. HEX triplet: 83, 6C and EB. RGB value is (131,108,235). Sum of RGB (Red+Green+Blue) = 131+108+235=474 (62% of max value = 765). Red value is 131 (51.56% from 255 or 27.64% from 474); Green value is 108 (42.58% from 255 or 22.78% from 474); Blue value is 235 (92.19% from 255 or 49.58% from 474); Max value from RGB is 235 - color contains mainly: blue. Hex color #836CEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #836CEB is #7C9314. Grayscale: #808080. Windows color (decimal): -8164117 or 15428739. OLE color: 15428739.
HSL color Cylindrical-coordinate representation of color #836CEB: hue angle of 250.87º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #836CEB is Cyan = 0.44, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 131 | 108 | 235 | - |
| CMYK | 0.44 | 0.54 | 0 | 0.08 |
| HSL | 250.87º | 0.76% | 0.67% | - |
| HSV(B) | 250.87º | 0.54% | 0.92% | - |
| XYZ | 29.72 | 21.55 | 81.19 | - |
| YUV | 129.36 | 187.62 | 129.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 108 | 235 | 0.44 | 0.54 | 0 | 0.08 | 250.87 | 0.76 | 0.67 |
| Hex | 83 | 6C | EB | 2C | 36 | 0 | 8 | FB | 4C | 43 |
| Octal | 203 | 154 | 353 | 54 | 66 | 0 | 10 | 373 | 114 | 103 |
| Binary | 10000011 | 1101100 | 11101011 | 101100 | 110110 | 0 | 1000 | 11111011 | 1001100 | 1000011 |
Color Harmonies of #836CEB
Complementary color
Monochromatic Colors of #836CEB
Black with #836CEB
Text Example
Text Example
White with #836CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #836CEB; }
p { color: rgb(131,108,235); }
H1.HeaderClassName
{
color: #836CEB;
}
.AnyTagClassName
{
color: #836CEB;
}
</style>
background-color css
<style>
a { background-color: #836CEB; }
a { background-color: rgb(131,108,235); }
div.DivClassName
{
background-color: #836CEB;
}
.BgClassName
{
background-color: #836CEB;
}
</style>
border-color css
<style>
span { border-color: #836CEB; }
span { border-color: rgb(131,108,235); }
td.TdClassName
{
border-color: #836CEB;
}
.TagClassName
{
border-color: #836CEB;
}
</style>