Shades of Medium Slate Blue #836FF2
Tints of Medium Slate Blue #836FF2
RGB
CMYK
RGB Variations
Color information
#836FF2 (or 0x836FF2) is known color: Medium Slate Blue. HEX triplet: 83, 6F and F2. RGB value is (131,111,242). Sum of RGB (Red+Green+Blue) = 131+111+242=484 (64% of max value = 765). Red value is 131 (51.56% from 255 or 27.07% from 484); Green value is 111 (43.75% from 255 or 22.93% from 484); Blue value is 242 (94.92% from 255 or 50% from 484); Max value from RGB is 242 - color contains mainly: blue. Hex color #836FF2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #836FF2 is #7C900D. Grayscale: #838383. Windows color (decimal): -8163342 or 15888259. OLE color: 15888259.
HSL color Cylindrical-coordinate representation of color #836FF2: hue angle of 249.16º degrees, saturation: 0.83, 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 #836FF2 is Cyan = 0.46, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 131 | 111 | 242 | - |
| CMYK | 0.46 | 0.54 | 0 | 0.05 |
| HSL | 249.16º | 0.83% | 0.69% | - |
| HSV(B) | 249.16º | 0.54% | 0.95% | - |
| XYZ | 31.07 | 22.6 | 86.73 | - |
| YUV | 131.91 | 190.13 | 127.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 111 | 242 | 0.46 | 0.54 | 0 | 0.05 | 249.16 | 0.83 | 0.69 |
| Hex | 83 | 6F | F2 | 2E | 36 | 0 | 5 | F9 | 53 | 45 |
| Octal | 203 | 157 | 362 | 56 | 66 | 0 | 5 | 371 | 123 | 105 |
| Binary | 10000011 | 1101111 | 11110010 | 101110 | 110110 | 0 | 101 | 11111001 | 1010011 | 1000101 |
Color Harmonies of #836FF2
Complementary color
Monochromatic Colors of #836FF2
Black with #836FF2
Text Example
Text Example
White with #836FF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #836FF2; }
p { color: rgb(131,111,242); }
H1.HeaderClassName
{
color: #836FF2;
}
.AnyTagClassName
{
color: #836FF2;
}
</style>
background-color css
<style>
a { background-color: #836FF2; }
a { background-color: rgb(131,111,242); }
div.DivClassName
{
background-color: #836FF2;
}
.BgClassName
{
background-color: #836FF2;
}
</style>
border-color css
<style>
span { border-color: #836FF2; }
span { border-color: rgb(131,111,242); }
td.TdClassName
{
border-color: #836FF2;
}
.TagClassName
{
border-color: #836FF2;
}
</style>