Shades of Medium Slate Blue #836AED
Tints of Medium Slate Blue #836AED
RGB
CMYK
RGB Variations
Color information
#836AED (or 0x836AED) is known color: Medium Slate Blue. HEX triplet: 83, 6A and ED. RGB value is (131,106,237). Sum of RGB (Red+Green+Blue) = 131+106+237=474 (62% of max value = 765). Red value is 131 (51.56% from 255 or 27.64% from 474); Green value is 106 (41.80% from 255 or 22.36% from 474); Blue value is 237 (92.97% from 255 or 50% from 474); Max value from RGB is 237 - color contains mainly: blue. Hex color #836AED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #836AED is #7C9512. Grayscale: #7F7F7F. Windows color (decimal): -8164627 or 15559299. OLE color: 15559299.
HSL color Cylindrical-coordinate representation of color #836AED: hue angle of 251.45º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #836AED is Cyan = 0.45, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 131 | 106 | 237 | - |
| CMYK | 0.45 | 0.55 | 0 | 0.07 |
| HSL | 251.45º | 0.78% | 0.67% | - |
| HSV(B) | 251.45º | 0.55% | 0.93% | - |
| XYZ | 29.8 | 21.25 | 82.65 | - |
| YUV | 128.41 | 189.28 | 129.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 106 | 237 | 0.45 | 0.55 | 0 | 0.07 | 251.45 | 0.78 | 0.67 |
| Hex | 83 | 6A | ED | 2D | 37 | 0 | 7 | FB | 4E | 43 |
| Octal | 203 | 152 | 355 | 55 | 67 | 0 | 7 | 373 | 116 | 103 |
| Binary | 10000011 | 1101010 | 11101101 | 101101 | 110111 | 0 | 111 | 11111011 | 1001110 | 1000011 |
Color Harmonies of #836AED
Complementary color
Monochromatic Colors of #836AED
Black with #836AED
Text Example
Text Example
White with #836AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #836AED; }
p { color: rgb(131,106,237); }
H1.HeaderClassName
{
color: #836AED;
}
.AnyTagClassName
{
color: #836AED;
}
</style>
background-color css
<style>
a { background-color: #836AED; }
a { background-color: rgb(131,106,237); }
div.DivClassName
{
background-color: #836AED;
}
.BgClassName
{
background-color: #836AED;
}
</style>
border-color css
<style>
span { border-color: #836AED; }
span { border-color: rgb(131,106,237); }
td.TdClassName
{
border-color: #836AED;
}
.TagClassName
{
border-color: #836AED;
}
</style>