Shades of Medium Slate Blue #834DF4
Tints of Medium Slate Blue #834DF4
RGB
CMYK
RGB Variations
Color information
#834DF4 (or 0x834DF4) is known color: Medium Slate Blue. HEX triplet: 83, 4D and F4. RGB value is (131,77,244). Sum of RGB (Red+Green+Blue) = 131+77+244=452 (59% of max value = 765). Red value is 131 (51.56% from 255 or 28.98% from 452); Green value is 77 (30.47% from 255 or 17.04% from 452); Blue value is 244 (95.70% from 255 or 53.98% from 452); Max value from RGB is 244 - color contains mainly: blue. Hex color #834DF4 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #834DF4 is #7CB20B. Grayscale: #6F6F6F. Windows color (decimal): -8172044 or 16010627. OLE color: 16010627.
HSL color Cylindrical-coordinate representation of color #834DF4: hue angle of 259.4º degrees, saturation: 0.88, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #834DF4 is Cyan = 0.46, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 131 | 77 | 244 | - |
| CMYK | 0.46 | 0.68 | 0 | 0.04 |
| HSL | 259.4º | 0.88% | 0.63% | - |
| HSV(B) | 259.4º | 0.68% | 0.96% | - |
| XYZ | 28.34 | 16.66 | 87.31 | - |
| YUV | 112.18 | 202.39 | 141.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 77 | 244 | 0.46 | 0.68 | 0 | 0.04 | 259.4 | 0.88 | 0.63 |
| Hex | 83 | 4D | F4 | 2E | 44 | 0 | 4 | 103 | 58 | 3F |
| Octal | 203 | 115 | 364 | 56 | 104 | 0 | 4 | 403 | 130 | 77 |
| Binary | 10000011 | 1001101 | 11110100 | 101110 | 1000100 | 0 | 100 | 100000011 | 1011000 | 111111 |
Color Harmonies of #834DF4
Complementary color
Monochromatic Colors of #834DF4
Black with #834DF4
Text Example
Text Example
White with #834DF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #834DF4; }
p { color: rgb(131,77,244); }
H1.HeaderClassName
{
color: #834DF4;
}
.AnyTagClassName
{
color: #834DF4;
}
</style>
background-color css
<style>
a { background-color: #834DF4; }
a { background-color: rgb(131,77,244); }
div.DivClassName
{
background-color: #834DF4;
}
.BgClassName
{
background-color: #834DF4;
}
</style>
border-color css
<style>
span { border-color: #834DF4; }
span { border-color: rgb(131,77,244); }
td.TdClassName
{
border-color: #834DF4;
}
.TagClassName
{
border-color: #834DF4;
}
</style>