Shades of Medium Slate Blue #836FF3
Tints of Medium Slate Blue #836FF3
RGB
CMYK
RGB Variations
Color information
#836FF3 (or 0x836FF3) is known color: Medium Slate Blue. HEX triplet: 83, 6F and F3. RGB value is (131,111,243). Sum of RGB (Red+Green+Blue) = 131+111+243=485 (64% of max value = 765). Red value is 131 (51.56% from 255 or 27.01% from 485); Green value is 111 (43.75% from 255 or 22.89% from 485); Blue value is 243 (95.31% from 255 or 50.10% from 485); Max value from RGB is 243 - color contains mainly: blue. Hex color #836FF3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #836FF3 is #7C900C. Grayscale: #838383. Windows color (decimal): -8163341 or 15953795. OLE color: 15953795.
HSL color Cylindrical-coordinate representation of color #836FF3: hue angle of 249.09º degrees, saturation: 0.85, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #836FF3 is Cyan = 0.46, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 131 | 111 | 243 | - |
| CMYK | 0.46 | 0.54 | 0 | 0.05 |
| HSL | 249.09º | 0.85% | 0.69% | - |
| HSV(B) | 249.09º | 0.54% | 0.95% | - |
| XYZ | 31.22 | 22.67 | 87.52 | - |
| YUV | 132.03 | 190.63 | 127.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 111 | 243 | 0.46 | 0.54 | 0 | 0.05 | 249.09 | 0.85 | 0.69 |
| Hex | 83 | 6F | F3 | 2E | 36 | 0 | 5 | F9 | 55 | 45 |
| Octal | 203 | 157 | 363 | 56 | 66 | 0 | 5 | 371 | 125 | 105 |
| Binary | 10000011 | 1101111 | 11110011 | 101110 | 110110 | 0 | 101 | 11111001 | 1010101 | 1000101 |
Color Harmonies of #836FF3
Complementary color
Monochromatic Colors of #836FF3
Black with #836FF3
Text Example
Text Example
White with #836FF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #836FF3; }
p { color: rgb(131,111,243); }
H1.HeaderClassName
{
color: #836FF3;
}
.AnyTagClassName
{
color: #836FF3;
}
</style>
background-color css
<style>
a { background-color: #836FF3; }
a { background-color: rgb(131,111,243); }
div.DivClassName
{
background-color: #836FF3;
}
.BgClassName
{
background-color: #836FF3;
}
</style>
border-color css
<style>
span { border-color: #836FF3; }
span { border-color: rgb(131,111,243); }
td.TdClassName
{
border-color: #836FF3;
}
.TagClassName
{
border-color: #836FF3;
}
</style>