Shades of Medium Slate Blue #834FED
Tints of Medium Slate Blue #834FED
RGB
CMYK
RGB Variations
Color information
#834FED (or 0x834FED) is known color: Medium Slate Blue. HEX triplet: 83, 4F and ED. RGB value is (131,79,237). Sum of RGB (Red+Green+Blue) = 131+79+237=447 (59% of max value = 765). Red value is 131 (51.56% from 255 or 29.31% from 447); Green value is 79 (31.25% from 255 or 17.67% from 447); Blue value is 237 (92.97% from 255 or 53.02% from 447); Max value from RGB is 237 - color contains mainly: blue. Hex color #834FED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #834FED is #7CB012. Grayscale: #6F6F6F. Windows color (decimal): -8171539 or 15552387. OLE color: 15552387.
HSL color Cylindrical-coordinate representation of color #834FED: hue angle of 259.75º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #834FED is Cyan = 0.45, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 131 | 79 | 237 | - |
| CMYK | 0.45 | 0.67 | 0 | 0.07 |
| HSL | 259.75º | 0.81% | 0.62% | - |
| HSV(B) | 259.75º | 0.67% | 0.93% | - |
| XYZ | 27.44 | 16.53 | 81.87 | - |
| YUV | 112.56 | 198.23 | 141.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 79 | 237 | 0.45 | 0.67 | 0 | 0.07 | 259.75 | 0.81 | 0.62 |
| Hex | 83 | 4F | ED | 2D | 43 | 0 | 7 | 104 | 51 | 3E |
| Octal | 203 | 117 | 355 | 55 | 103 | 0 | 7 | 404 | 121 | 76 |
| Binary | 10000011 | 1001111 | 11101101 | 101101 | 1000011 | 0 | 111 | 100000100 | 1010001 | 111110 |
Color Harmonies of #834FED
Complementary color
Monochromatic Colors of #834FED
Black with #834FED
Text Example
Text Example
White with #834FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #834FED; }
p { color: rgb(131,79,237); }
H1.HeaderClassName
{
color: #834FED;
}
.AnyTagClassName
{
color: #834FED;
}
</style>
background-color css
<style>
a { background-color: #834FED; }
a { background-color: rgb(131,79,237); }
div.DivClassName
{
background-color: #834FED;
}
.BgClassName
{
background-color: #834FED;
}
</style>
border-color css
<style>
span { border-color: #834FED; }
span { border-color: rgb(131,79,237); }
td.TdClassName
{
border-color: #834FED;
}
.TagClassName
{
border-color: #834FED;
}
</style>