Shades of Medium Slate Blue #834EED
Tints of Medium Slate Blue #834EED
RGB
CMYK
RGB Variations
Color information
#834EED (or 0x834EED) is known color: Medium Slate Blue. HEX triplet: 83, 4E and ED. RGB value is (131,78,237). Sum of RGB (Red+Green+Blue) = 131+78+237=446 (59% of max value = 765). Red value is 131 (51.56% from 255 or 29.37% from 446); Green value is 78 (30.86% from 255 or 17.49% from 446); Blue value is 237 (92.97% from 255 or 53.14% from 446); Max value from RGB is 237 - color contains mainly: blue. Hex color #834EED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #834EED is #7CB112. Grayscale: #6F6F6F. Windows color (decimal): -8171795 or 15552131. OLE color: 15552131.
HSL color Cylindrical-coordinate representation of color #834EED: hue angle of 260º degrees, saturation: 0.82, 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 #834EED is Cyan = 0.45, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 131 | 78 | 237 | - |
| CMYK | 0.45 | 0.67 | 0 | 0.07 |
| HSL | 260º | 0.82% | 0.62% | - |
| HSV(B) | 260º | 0.67% | 0.93% | - |
| XYZ | 27.37 | 16.39 | 81.84 | - |
| YUV | 111.97 | 198.56 | 141.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 78 | 237 | 0.45 | 0.67 | 0 | 0.07 | 260 | 0.82 | 0.62 |
| Hex | 83 | 4E | ED | 2D | 43 | 0 | 7 | 104 | 52 | 3E |
| Octal | 203 | 116 | 355 | 55 | 103 | 0 | 7 | 404 | 122 | 76 |
| Binary | 10000011 | 1001110 | 11101101 | 101101 | 1000011 | 0 | 111 | 100000100 | 1010010 | 111110 |
Color Harmonies of #834EED
Complementary color
Monochromatic Colors of #834EED
Black with #834EED
Text Example
Text Example
White with #834EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #834EED; }
p { color: rgb(131,78,237); }
H1.HeaderClassName
{
color: #834EED;
}
.AnyTagClassName
{
color: #834EED;
}
</style>
background-color css
<style>
a { background-color: #834EED; }
a { background-color: rgb(131,78,237); }
div.DivClassName
{
background-color: #834EED;
}
.BgClassName
{
background-color: #834EED;
}
</style>
border-color css
<style>
span { border-color: #834EED; }
span { border-color: rgb(131,78,237); }
td.TdClassName
{
border-color: #834EED;
}
.TagClassName
{
border-color: #834EED;
}
</style>