Shades of Medium Slate Blue #837BED
Tints of Medium Slate Blue #837BED
RGB
CMYK
RGB Variations
Color information
#837BED (or 0x837BED) is known color: Medium Slate Blue. HEX triplet: 83, 7B and ED. RGB value is (131,123,237). Sum of RGB (Red+Green+Blue) = 131+123+237=491 (65% of max value = 765). Red value is 131 (51.56% from 255 or 26.68% from 491); Green value is 123 (48.44% from 255 or 25.05% from 491); Blue value is 237 (92.97% from 255 or 48.27% from 491); Max value from RGB is 237 - color contains mainly: blue. Hex color #837BED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #837BED is #7C8412. Grayscale: #898989. Windows color (decimal): -8160275 or 15563651. OLE color: 15563651.
HSL color Cylindrical-coordinate representation of color #837BED: hue angle of 244.21º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #837BED is Cyan = 0.45, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 131 | 123 | 237 | - |
| CMYK | 0.45 | 0.48 | 0 | 0.07 |
| HSL | 244.21º | 0.76% | 0.71% | - |
| HSV(B) | 244.21º | 0.48% | 0.93% | - |
| XYZ | 31.73 | 25.11 | 83.29 | - |
| YUV | 138.39 | 183.65 | 122.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 123 | 237 | 0.45 | 0.48 | 0 | 0.07 | 244.21 | 0.76 | 0.71 |
| Hex | 83 | 7B | ED | 2D | 30 | 0 | 7 | F4 | 4C | 47 |
| Octal | 203 | 173 | 355 | 55 | 60 | 0 | 7 | 364 | 114 | 107 |
| Binary | 10000011 | 1111011 | 11101101 | 101101 | 110000 | 0 | 111 | 11110100 | 1001100 | 1000111 |
Color Harmonies of #837BED
Complementary color
Monochromatic Colors of #837BED
Black with #837BED
Text Example
Text Example
White with #837BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #837BED; }
p { color: rgb(131,123,237); }
H1.HeaderClassName
{
color: #837BED;
}
.AnyTagClassName
{
color: #837BED;
}
</style>
background-color css
<style>
a { background-color: #837BED; }
a { background-color: rgb(131,123,237); }
div.DivClassName
{
background-color: #837BED;
}
.BgClassName
{
background-color: #837BED;
}
</style>
border-color css
<style>
span { border-color: #837BED; }
span { border-color: rgb(131,123,237); }
td.TdClassName
{
border-color: #837BED;
}
.TagClassName
{
border-color: #837BED;
}
</style>