Shades of Medium Slate Blue #834FEF
Tints of Medium Slate Blue #834FEF
RGB
CMYK
RGB Variations
Color information
#834FEF (or 0x834FEF) is known color: Medium Slate Blue. HEX triplet: 83, 4F and EF. RGB value is (131,79,239). Sum of RGB (Red+Green+Blue) = 131+79+239=449 (59% of max value = 765). Red value is 131 (51.56% from 255 or 29.18% from 449); Green value is 79 (31.25% from 255 or 17.59% from 449); Blue value is 239 (93.75% from 255 or 53.23% from 449); Max value from RGB is 239 - color contains mainly: blue. Hex color #834FEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #834FEF is #7CB010. Grayscale: #707070. Windows color (decimal): -8171537 or 15683459. OLE color: 15683459.
HSL color Cylindrical-coordinate representation of color #834FEF: hue angle of 259.5º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #834FEF is Cyan = 0.45, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 131 | 79 | 239 | - |
| CMYK | 0.45 | 0.67 | 0 | 0.06 |
| HSL | 259.5º | 0.83% | 0.62% | - |
| HSV(B) | 259.5º | 0.67% | 0.94% | - |
| XYZ | 27.74 | 16.65 | 83.41 | - |
| YUV | 112.79 | 199.23 | 140.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 79 | 239 | 0.45 | 0.67 | 0 | 0.06 | 259.5 | 0.83 | 0.62 |
| Hex | 83 | 4F | EF | 2D | 43 | 0 | 6 | 104 | 53 | 3E |
| Octal | 203 | 117 | 357 | 55 | 103 | 0 | 6 | 404 | 123 | 76 |
| Binary | 10000011 | 1001111 | 11101111 | 101101 | 1000011 | 0 | 110 | 100000100 | 1010011 | 111110 |
Color Harmonies of #834FEF
Complementary color
Monochromatic Colors of #834FEF
Black with #834FEF
Text Example
Text Example
White with #834FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #834FEF; }
p { color: rgb(131,79,239); }
H1.HeaderClassName
{
color: #834FEF;
}
.AnyTagClassName
{
color: #834FEF;
}
</style>
background-color css
<style>
a { background-color: #834FEF; }
a { background-color: rgb(131,79,239); }
div.DivClassName
{
background-color: #834FEF;
}
.BgClassName
{
background-color: #834FEF;
}
</style>
border-color css
<style>
span { border-color: #834FEF; }
span { border-color: rgb(131,79,239); }
td.TdClassName
{
border-color: #834FEF;
}
.TagClassName
{
border-color: #834FEF;
}
</style>