Shades of Medium Slate Blue #836BEE
Tints of Medium Slate Blue #836BEE
RGB
CMYK
RGB Variations
Color information
#836BEE (or 0x836BEE) is known color: Medium Slate Blue. HEX triplet: 83, 6B and EE. RGB value is (131,107,238). Sum of RGB (Red+Green+Blue) = 131+107+238=476 (63% of max value = 765). Red value is 131 (51.56% from 255 or 27.52% from 476); Green value is 107 (42.19% from 255 or 22.48% from 476); Blue value is 238 (93.36% from 255 or 50% from 476); Max value from RGB is 238 - color contains mainly: blue. Hex color #836BEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #836BEE is #7C9411. Grayscale: #808080. Windows color (decimal): -8164370 or 15625091. OLE color: 15625091.
HSL color Cylindrical-coordinate representation of color #836BEE: hue angle of 250.99º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #836BEE is Cyan = 0.45, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 131 | 107 | 238 | - |
| CMYK | 0.45 | 0.55 | 0 | 0.07 |
| HSL | 250.99º | 0.79% | 0.68% | - |
| HSV(B) | 250.99º | 0.55% | 0.93% | - |
| XYZ | 30.05 | 21.51 | 83.46 | - |
| YUV | 129.11 | 189.45 | 129.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 107 | 238 | 0.45 | 0.55 | 0 | 0.07 | 250.99 | 0.79 | 0.68 |
| Hex | 83 | 6B | EE | 2D | 37 | 0 | 7 | FB | 4F | 44 |
| Octal | 203 | 153 | 356 | 55 | 67 | 0 | 7 | 373 | 117 | 104 |
| Binary | 10000011 | 1101011 | 11101110 | 101101 | 110111 | 0 | 111 | 11111011 | 1001111 | 1000100 |
Color Harmonies of #836BEE
Complementary color
Monochromatic Colors of #836BEE
Black with #836BEE
Text Example
Text Example
White with #836BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #836BEE; }
p { color: rgb(131,107,238); }
H1.HeaderClassName
{
color: #836BEE;
}
.AnyTagClassName
{
color: #836BEE;
}
</style>
background-color css
<style>
a { background-color: #836BEE; }
a { background-color: rgb(131,107,238); }
div.DivClassName
{
background-color: #836BEE;
}
.BgClassName
{
background-color: #836BEE;
}
</style>
border-color css
<style>
span { border-color: #836BEE; }
span { border-color: rgb(131,107,238); }
td.TdClassName
{
border-color: #836BEE;
}
.TagClassName
{
border-color: #836BEE;
}
</style>