Shades of Medium Slate Blue #836BF3
Tints of Medium Slate Blue #836BF3
RGB
CMYK
RGB Variations
Color information
#836BF3 (or 0x836BF3) is known color: Medium Slate Blue. HEX triplet: 83, 6B and F3. RGB value is (131,107,243). Sum of RGB (Red+Green+Blue) = 131+107+243=481 (63% of max value = 765). Red value is 131 (51.56% from 255 or 27.23% from 481); Green value is 107 (42.19% from 255 or 22.25% from 481); Blue value is 243 (95.31% from 255 or 50.52% from 481); Max value from RGB is 243 - color contains mainly: blue. Hex color #836BF3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #836BF3 is #7C940C. Grayscale: #818181. Windows color (decimal): -8164365 or 15952771. OLE color: 15952771.
HSL color Cylindrical-coordinate representation of color #836BF3: hue angle of 250.59º degrees, saturation: 0.85, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #836BF3 is Cyan = 0.46, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 131 | 107 | 243 | - |
| CMYK | 0.46 | 0.56 | 0 | 0.05 |
| HSL | 250.59º | 0.85% | 0.69% | - |
| HSV(B) | 250.59º | 0.56% | 0.95% | - |
| XYZ | 30.8 | 21.81 | 87.38 | - |
| YUV | 129.68 | 191.95 | 128.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 107 | 243 | 0.46 | 0.56 | 0 | 0.05 | 250.59 | 0.85 | 0.69 |
| Hex | 83 | 6B | F3 | 2E | 38 | 0 | 5 | FB | 55 | 45 |
| Octal | 203 | 153 | 363 | 56 | 70 | 0 | 5 | 373 | 125 | 105 |
| Binary | 10000011 | 1101011 | 11110011 | 101110 | 111000 | 0 | 101 | 11111011 | 1010101 | 1000101 |
Color Harmonies of #836BF3
Complementary color
Monochromatic Colors of #836BF3
Black with #836BF3
Text Example
Text Example
White with #836BF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #836BF3; }
p { color: rgb(131,107,243); }
H1.HeaderClassName
{
color: #836BF3;
}
.AnyTagClassName
{
color: #836BF3;
}
</style>
background-color css
<style>
a { background-color: #836BF3; }
a { background-color: rgb(131,107,243); }
div.DivClassName
{
background-color: #836BF3;
}
.BgClassName
{
background-color: #836BF3;
}
</style>
border-color css
<style>
span { border-color: #836BF3; }
span { border-color: rgb(131,107,243); }
td.TdClassName
{
border-color: #836BF3;
}
.TagClassName
{
border-color: #836BF3;
}
</style>