Shades of Medium Slate Blue #837DE8
Tints of Medium Slate Blue #837DE8
RGB
CMYK
RGB Variations
Color information
#837DE8 (or 0x837DE8) is known color: Medium Slate Blue. HEX triplet: 83, 7D and E8. RGB value is (131,125,232). Sum of RGB (Red+Green+Blue) = 131+125+232=488 (64% of max value = 765). Red value is 131 (51.56% from 255 or 26.84% from 488); Green value is 125 (49.22% from 255 or 25.61% from 488); Blue value is 232 (91.02% from 255 or 47.54% from 488); Max value from RGB is 232 - color contains mainly: blue. Hex color #837DE8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #837DE8 is #7C8217. Grayscale: #8A8A8A. Windows color (decimal): -8159768 or 15236483. OLE color: 15236483.
HSL color Cylindrical-coordinate representation of color #837DE8: hue angle of 243.36º degrees, saturation: 0.7, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #837DE8 is Cyan = 0.44, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 131 | 125 | 232 | - |
| CMYK | 0.44 | 0.46 | 0 | 0.09 |
| HSL | 243.36º | 0.7% | 0.7% | - |
| HSV(B) | 243.36º | 0.46% | 0.91% | - |
| XYZ | 31.26 | 25.32 | 79.58 | - |
| YUV | 138.99 | 180.49 | 122.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 125 | 232 | 0.44 | 0.46 | 0 | 0.09 | 243.36 | 0.7 | 0.7 |
| Hex | 83 | 7D | E8 | 2C | 2E | 0 | 9 | F3 | 46 | 46 |
| Octal | 203 | 175 | 350 | 54 | 56 | 0 | 11 | 363 | 106 | 106 |
| Binary | 10000011 | 1111101 | 11101000 | 101100 | 101110 | 0 | 1001 | 11110011 | 1000110 | 1000110 |
Color Harmonies of #837DE8
Complementary color
Monochromatic Colors of #837DE8
Black with #837DE8
Text Example
Text Example
White with #837DE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #837DE8; }
p { color: rgb(131,125,232); }
H1.HeaderClassName
{
color: #837DE8;
}
.AnyTagClassName
{
color: #837DE8;
}
</style>
background-color css
<style>
a { background-color: #837DE8; }
a { background-color: rgb(131,125,232); }
div.DivClassName
{
background-color: #837DE8;
}
.BgClassName
{
background-color: #837DE8;
}
</style>
border-color css
<style>
span { border-color: #837DE8; }
span { border-color: rgb(131,125,232); }
td.TdClassName
{
border-color: #837DE8;
}
.TagClassName
{
border-color: #837DE8;
}
</style>