Shades of Medium Slate Blue #834DFE
Tints of Medium Slate Blue #834DFE
RGB
CMYK
RGB Variations
Color information
#834DFE (or 0x834DFE) is known color: Medium Slate Blue. HEX triplet: 83, 4D and FE. RGB value is (131,77,254). Sum of RGB (Red+Green+Blue) = 131+77+254=462 (61% of max value = 765). Red value is 131 (51.56% from 255 or 28.35% from 462); Green value is 77 (30.47% from 255 or 16.67% from 462); Blue value is 254 (99.61% from 255 or 54.98% from 462); Max value from RGB is 254 - color contains mainly: blue. Hex color #834DFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #834DFE is #7CB201. Grayscale: #707070. Windows color (decimal): -8172034 or 16665987. OLE color: 16665987.
HSL color Cylindrical-coordinate representation of color #834DFE: hue angle of 258.31º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #834DFE is Cyan = 0.48, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 131 | 77 | 254 | - |
| CMYK | 0.48 | 0.70 | 0 | 0.00 |
| HSL | 258.31º | 0.99% | 0.65% | - |
| HSV(B) | 258.31º | 0.7% | 1% | - |
| XYZ | 29.9 | 17.29 | 95.53 | - |
| YUV | 113.32 | 207.39 | 140.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 77 | 254 | 0.48 | 0.70 | 0 | 0.00 | 258.31 | 0.99 | 0.65 |
| Hex | 83 | 4D | FE | 30 | 46 | 0 | 0 | 102 | 63 | 41 |
| Octal | 203 | 115 | 376 | 60 | 106 | 0 | 0 | 402 | 143 | 101 |
| Binary | 10000011 | 1001101 | 11111110 | 110000 | 1000110 | 0 | 0 | 100000010 | 1100011 | 1000001 |
Color Harmonies of #834DFE
Complementary color
Monochromatic Colors of #834DFE
Black with #834DFE
Text Example
Text Example
White with #834DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #834DFE; }
p { color: rgb(131,77,254); }
H1.HeaderClassName
{
color: #834DFE;
}
.AnyTagClassName
{
color: #834DFE;
}
</style>
background-color css
<style>
a { background-color: #834DFE; }
a { background-color: rgb(131,77,254); }
div.DivClassName
{
background-color: #834DFE;
}
.BgClassName
{
background-color: #834DFE;
}
</style>
border-color css
<style>
span { border-color: #834DFE; }
span { border-color: rgb(131,77,254); }
td.TdClassName
{
border-color: #834DFE;
}
.TagClassName
{
border-color: #834DFE;
}
</style>