Shades of Medium Slate Blue #836DF4
Tints of Medium Slate Blue #836DF4
RGB
CMYK
RGB Variations
Color information
#836DF4 (or 0x836DF4) is known color: Medium Slate Blue. HEX triplet: 83, 6D and F4. RGB value is (131,109,244). Sum of RGB (Red+Green+Blue) = 131+109+244=484 (64% of max value = 765). Red value is 131 (51.56% from 255 or 27.07% from 484); Green value is 109 (42.97% from 255 or 22.52% from 484); Blue value is 244 (95.70% from 255 or 50.41% from 484); Max value from RGB is 244 - color contains mainly: blue. Hex color #836DF4 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #836DF4 is #7C920B. Grayscale: #828282. Windows color (decimal): -8163852 or 16018819. OLE color: 16018819.
HSL color Cylindrical-coordinate representation of color #836DF4: hue angle of 249.78º degrees, saturation: 0.86, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #836DF4 is Cyan = 0.46, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 131 | 109 | 244 | - |
| CMYK | 0.46 | 0.55 | 0 | 0.04 |
| HSL | 249.78º | 0.86% | 0.69% | - |
| HSV(B) | 249.78º | 0.55% | 0.96% | - |
| XYZ | 31.16 | 22.29 | 88.25 | - |
| YUV | 130.97 | 191.79 | 128.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 109 | 244 | 0.46 | 0.55 | 0 | 0.04 | 249.78 | 0.86 | 0.69 |
| Hex | 83 | 6D | F4 | 2E | 37 | 0 | 4 | FA | 56 | 45 |
| Octal | 203 | 155 | 364 | 56 | 67 | 0 | 4 | 372 | 126 | 105 |
| Binary | 10000011 | 1101101 | 11110100 | 101110 | 110111 | 0 | 100 | 11111010 | 1010110 | 1000101 |
Color Harmonies of #836DF4
Complementary color
Monochromatic Colors of #836DF4
Black with #836DF4
Text Example
Text Example
White with #836DF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #836DF4; }
p { color: rgb(131,109,244); }
H1.HeaderClassName
{
color: #836DF4;
}
.AnyTagClassName
{
color: #836DF4;
}
</style>
background-color css
<style>
a { background-color: #836DF4; }
a { background-color: rgb(131,109,244); }
div.DivClassName
{
background-color: #836DF4;
}
.BgClassName
{
background-color: #836DF4;
}
</style>
border-color css
<style>
span { border-color: #836DF4; }
span { border-color: rgb(131,109,244); }
td.TdClassName
{
border-color: #836DF4;
}
.TagClassName
{
border-color: #836DF4;
}
</style>