Shades of Medium Slate Blue #836ADE
Tints of Medium Slate Blue #836ADE
RGB
CMYK
RGB Variations
Color information
#836ADE (or 0x836ADE) is known color: Medium Slate Blue. HEX triplet: 83, 6A and DE. RGB value is (131,106,222). Sum of RGB (Red+Green+Blue) = 131+106+222=459 (60% of max value = 765). Red value is 131 (51.56% from 255 or 28.54% from 459); Green value is 106 (41.80% from 255 or 23.09% from 459); Blue value is 222 (87.11% from 255 or 48.37% from 459); Max value from RGB is 222 - color contains mainly: blue. Hex color #836ADE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #836ADE is #7C9521. Grayscale: #7E7E7E. Windows color (decimal): -8164642 or 14576259. OLE color: 14576259.
HSL color Cylindrical-coordinate representation of color #836ADE: hue angle of 252.93º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #836ADE is Cyan = 0.41, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 131 | 106 | 222 | - |
| CMYK | 0.41 | 0.52 | 0 | 0.13 |
| HSL | 252.93º | 0.64% | 0.64% | - |
| HSV(B) | 252.93º | 0.52% | 0.87% | - |
| XYZ | 27.7 | 20.41 | 71.59 | - |
| YUV | 126.7 | 181.78 | 131.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 106 | 222 | 0.41 | 0.52 | 0 | 0.13 | 252.93 | 0.64 | 0.64 |
| Hex | 83 | 6A | DE | 29 | 34 | 0 | D | FD | 40 | 40 |
| Octal | 203 | 152 | 336 | 51 | 64 | 0 | 15 | 375 | 100 | 100 |
| Binary | 10000011 | 1101010 | 11011110 | 101001 | 110100 | 0 | 1101 | 11111101 | 1000000 | 1000000 |
Color Harmonies of #836ADE
Complementary color
Monochromatic Colors of #836ADE
Black with #836ADE
Text Example
Text Example
White with #836ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #836ADE; }
p { color: rgb(131,106,222); }
H1.HeaderClassName
{
color: #836ADE;
}
.AnyTagClassName
{
color: #836ADE;
}
</style>
background-color css
<style>
a { background-color: #836ADE; }
a { background-color: rgb(131,106,222); }
div.DivClassName
{
background-color: #836ADE;
}
.BgClassName
{
background-color: #836ADE;
}
</style>
border-color css
<style>
span { border-color: #836ADE; }
span { border-color: rgb(131,106,222); }
td.TdClassName
{
border-color: #836ADE;
}
.TagClassName
{
border-color: #836ADE;
}
</style>