Shades of Medium Slate Blue #836EEB
Tints of Medium Slate Blue #836EEB
RGB
CMYK
RGB Variations
Color information
#836EEB (or 0x836EEB) is known color: Medium Slate Blue. HEX triplet: 83, 6E and EB. RGB value is (131,110,235). Sum of RGB (Red+Green+Blue) = 131+110+235=476 (63% of max value = 765). Red value is 131 (51.56% from 255 or 27.52% from 476); Green value is 110 (43.36% from 255 or 23.11% from 476); Blue value is 235 (92.19% from 255 or 49.37% from 476); Max value from RGB is 235 - color contains mainly: blue. Hex color #836EEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #836EEB is #7C9114. Grayscale: #828282. Windows color (decimal): -8163605 or 15429251. OLE color: 15429251.
HSL color Cylindrical-coordinate representation of color #836EEB: hue angle of 250.08º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #836EEB is Cyan = 0.44, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 131 | 110 | 235 | - |
| CMYK | 0.44 | 0.53 | 0 | 0.08 |
| HSL | 250.08º | 0.76% | 0.68% | - |
| HSV(B) | 250.08º | 0.53% | 0.92% | - |
| XYZ | 29.93 | 21.98 | 81.26 | - |
| YUV | 130.53 | 186.96 | 128.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 110 | 235 | 0.44 | 0.53 | 0 | 0.08 | 250.08 | 0.76 | 0.68 |
| Hex | 83 | 6E | EB | 2C | 35 | 0 | 8 | FA | 4C | 44 |
| Octal | 203 | 156 | 353 | 54 | 65 | 0 | 10 | 372 | 114 | 104 |
| Binary | 10000011 | 1101110 | 11101011 | 101100 | 110101 | 0 | 1000 | 11111010 | 1001100 | 1000100 |
Color Harmonies of #836EEB
Complementary color
Monochromatic Colors of #836EEB
Black with #836EEB
Text Example
Text Example
White with #836EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #836EEB; }
p { color: rgb(131,110,235); }
H1.HeaderClassName
{
color: #836EEB;
}
.AnyTagClassName
{
color: #836EEB;
}
</style>
background-color css
<style>
a { background-color: #836EEB; }
a { background-color: rgb(131,110,235); }
div.DivClassName
{
background-color: #836EEB;
}
.BgClassName
{
background-color: #836EEB;
}
</style>
border-color css
<style>
span { border-color: #836EEB; }
span { border-color: rgb(131,110,235); }
td.TdClassName
{
border-color: #836EEB;
}
.TagClassName
{
border-color: #836EEB;
}
</style>