Shades of Medium Slate Blue #834DF6
Tints of Medium Slate Blue #834DF6
RGB
CMYK
RGB Variations
Color information
#834DF6 (or 0x834DF6) is known color: Medium Slate Blue. HEX triplet: 83, 4D and F6. RGB value is (131,77,246). Sum of RGB (Red+Green+Blue) = 131+77+246=454 (60% of max value = 765). Red value is 131 (51.56% from 255 or 28.85% from 454); Green value is 77 (30.47% from 255 or 16.96% from 454); Blue value is 246 (96.48% from 255 or 54.19% from 454); Max value from RGB is 246 - color contains mainly: blue. Hex color #834DF6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #834DF6 is #7CB209. Grayscale: #6F6F6F. Windows color (decimal): -8172042 or 16141699. OLE color: 16141699.
HSL color Cylindrical-coordinate representation of color #834DF6: hue angle of 259.17º degrees, saturation: 0.9, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #834DF6 is Cyan = 0.47, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 131 | 77 | 246 | - |
| CMYK | 0.47 | 0.69 | 0 | 0.04 |
| HSL | 259.17º | 0.9% | 0.63% | - |
| HSV(B) | 259.17º | 0.69% | 0.96% | - |
| XYZ | 28.65 | 16.79 | 88.92 | - |
| YUV | 112.41 | 203.39 | 141.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 77 | 246 | 0.47 | 0.69 | 0 | 0.04 | 259.17 | 0.9 | 0.63 |
| Hex | 83 | 4D | F6 | 2F | 45 | 0 | 4 | 103 | 5A | 3F |
| Octal | 203 | 115 | 366 | 57 | 105 | 0 | 4 | 403 | 132 | 77 |
| Binary | 10000011 | 1001101 | 11110110 | 101111 | 1000101 | 0 | 100 | 100000011 | 1011010 | 111111 |
Color Harmonies of #834DF6
Complementary color
Monochromatic Colors of #834DF6
Black with #834DF6
Text Example
Text Example
White with #834DF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #834DF6; }
p { color: rgb(131,77,246); }
H1.HeaderClassName
{
color: #834DF6;
}
.AnyTagClassName
{
color: #834DF6;
}
</style>
background-color css
<style>
a { background-color: #834DF6; }
a { background-color: rgb(131,77,246); }
div.DivClassName
{
background-color: #834DF6;
}
.BgClassName
{
background-color: #834DF6;
}
</style>
border-color css
<style>
span { border-color: #834DF6; }
span { border-color: rgb(131,77,246); }
td.TdClassName
{
border-color: #834DF6;
}
.TagClassName
{
border-color: #834DF6;
}
</style>