Shades of Medium Slate Blue #834DFB
Tints of Medium Slate Blue #834DFB
RGB
CMYK
RGB Variations
Color information
#834DFB (or 0x834DFB) is known color: Medium Slate Blue. HEX triplet: 83, 4D and FB. RGB value is (131,77,251). Sum of RGB (Red+Green+Blue) = 131+77+251=459 (60% of max value = 765). Red value is 131 (51.56% from 255 or 28.54% from 459); Green value is 77 (30.47% from 255 or 16.78% from 459); Blue value is 251 (98.44% from 255 or 54.68% from 459); Max value from RGB is 251 - color contains mainly: blue. Hex color #834DFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #834DFB is #7CB204. Grayscale: #707070. Windows color (decimal): -8172037 or 16469379. OLE color: 16469379.
HSL color Cylindrical-coordinate representation of color #834DFB: hue angle of 258.62º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #834DFB is Cyan = 0.48, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 131 | 77 | 251 | - |
| CMYK | 0.48 | 0.69 | 0 | 0.02 |
| HSL | 258.62º | 0.96% | 0.64% | - |
| HSV(B) | 258.62º | 0.69% | 0.98% | - |
| XYZ | 29.43 | 17.1 | 93.02 | - |
| YUV | 112.98 | 205.89 | 140.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 77 | 251 | 0.48 | 0.69 | 0 | 0.02 | 258.62 | 0.96 | 0.64 |
| Hex | 83 | 4D | FB | 30 | 45 | 0 | 2 | 103 | 60 | 40 |
| Octal | 203 | 115 | 373 | 60 | 105 | 0 | 2 | 403 | 140 | 100 |
| Binary | 10000011 | 1001101 | 11111011 | 110000 | 1000101 | 0 | 10 | 100000011 | 1100000 | 1000000 |
Color Harmonies of #834DFB
Complementary color
Monochromatic Colors of #834DFB
Black with #834DFB
Text Example
Text Example
White with #834DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #834DFB; }
p { color: rgb(131,77,251); }
H1.HeaderClassName
{
color: #834DFB;
}
.AnyTagClassName
{
color: #834DFB;
}
</style>
background-color css
<style>
a { background-color: #834DFB; }
a { background-color: rgb(131,77,251); }
div.DivClassName
{
background-color: #834DFB;
}
.BgClassName
{
background-color: #834DFB;
}
</style>
border-color css
<style>
span { border-color: #834DFB; }
span { border-color: rgb(131,77,251); }
td.TdClassName
{
border-color: #834DFB;
}
.TagClassName
{
border-color: #834DFB;
}
</style>