Shades of Medium Slate Blue #836BDE
Tints of Medium Slate Blue #836BDE
RGB
CMYK
RGB Variations
Color information
#836BDE (or 0x836BDE) is known color: Medium Slate Blue. HEX triplet: 83, 6B and DE. RGB value is (131,107,222). Sum of RGB (Red+Green+Blue) = 131+107+222=460 (60% of max value = 765). Red value is 131 (51.56% from 255 or 28.48% from 460); Green value is 107 (42.19% from 255 or 23.26% from 460); Blue value is 222 (87.11% from 255 or 48.26% from 460); Max value from RGB is 222 - color contains mainly: blue. Hex color #836BDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #836BDE is #7C9421. Grayscale: #7E7E7E. Windows color (decimal): -8164386 or 14576515. OLE color: 14576515.
HSL color Cylindrical-coordinate representation of color #836BDE: hue angle of 252.52º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #836BDE is Cyan = 0.41, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 131 | 107 | 222 | - |
| CMYK | 0.41 | 0.52 | 0 | 0.13 |
| HSL | 252.52º | 0.64% | 0.65% | - |
| HSV(B) | 252.52º | 0.52% | 0.87% | - |
| XYZ | 27.8 | 20.61 | 71.62 | - |
| YUV | 127.29 | 181.45 | 130.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 107 | 222 | 0.41 | 0.52 | 0 | 0.13 | 252.52 | 0.64 | 0.65 |
| Hex | 83 | 6B | DE | 29 | 34 | 0 | D | FD | 40 | 41 |
| Octal | 203 | 153 | 336 | 51 | 64 | 0 | 15 | 375 | 100 | 101 |
| Binary | 10000011 | 1101011 | 11011110 | 101001 | 110100 | 0 | 1101 | 11111101 | 1000000 | 1000001 |
Color Harmonies of #836BDE
Complementary color
Monochromatic Colors of #836BDE
Black with #836BDE
Text Example
Text Example
White with #836BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #836BDE; }
p { color: rgb(131,107,222); }
H1.HeaderClassName
{
color: #836BDE;
}
.AnyTagClassName
{
color: #836BDE;
}
</style>
background-color css
<style>
a { background-color: #836BDE; }
a { background-color: rgb(131,107,222); }
div.DivClassName
{
background-color: #836BDE;
}
.BgClassName
{
background-color: #836BDE;
}
</style>
border-color css
<style>
span { border-color: #836BDE; }
span { border-color: rgb(131,107,222); }
td.TdClassName
{
border-color: #836BDE;
}
.TagClassName
{
border-color: #836BDE;
}
</style>