Shades of Medium Slate Blue #837AED
Tints of Medium Slate Blue #837AED
RGB
CMYK
RGB Variations
Color information
#837AED (or 0x837AED) is known color: Medium Slate Blue. HEX triplet: 83, 7A and ED. RGB value is (131,122,237). Sum of RGB (Red+Green+Blue) = 131+122+237=490 (64% of max value = 765). Red value is 131 (51.56% from 255 or 26.73% from 490); Green value is 122 (48.05% from 255 or 24.90% from 490); Blue value is 237 (92.97% from 255 or 48.37% from 490); Max value from RGB is 237 - color contains mainly: blue. Hex color #837AED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #837AED is #7C8512. Grayscale: #898989. Windows color (decimal): -8160531 or 15563395. OLE color: 15563395.
HSL color Cylindrical-coordinate representation of color #837AED: hue angle of 244.7º degrees, saturation: 0.76, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #837AED is Cyan = 0.45, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 131 | 122 | 237 | - |
| CMYK | 0.45 | 0.49 | 0 | 0.07 |
| HSL | 244.7º | 0.76% | 0.7% | - |
| HSV(B) | 244.7º | 0.49% | 0.93% | - |
| XYZ | 31.61 | 24.86 | 83.25 | - |
| YUV | 137.8 | 183.98 | 123.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 122 | 237 | 0.45 | 0.49 | 0 | 0.07 | 244.7 | 0.76 | 0.7 |
| Hex | 83 | 7A | ED | 2D | 31 | 0 | 7 | F5 | 4C | 46 |
| Octal | 203 | 172 | 355 | 55 | 61 | 0 | 7 | 365 | 114 | 106 |
| Binary | 10000011 | 1111010 | 11101101 | 101101 | 110001 | 0 | 111 | 11110101 | 1001100 | 1000110 |
Color Harmonies of #837AED
Complementary color
Monochromatic Colors of #837AED
Black with #837AED
Text Example
Text Example
White with #837AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #837AED; }
p { color: rgb(131,122,237); }
H1.HeaderClassName
{
color: #837AED;
}
.AnyTagClassName
{
color: #837AED;
}
</style>
background-color css
<style>
a { background-color: #837AED; }
a { background-color: rgb(131,122,237); }
div.DivClassName
{
background-color: #837AED;
}
.BgClassName
{
background-color: #837AED;
}
</style>
border-color css
<style>
span { border-color: #837AED; }
span { border-color: rgb(131,122,237); }
td.TdClassName
{
border-color: #837AED;
}
.TagClassName
{
border-color: #837AED;
}
</style>