Shades of Medium Slate Blue #837EE2
Tints of Medium Slate Blue #837EE2
RGB
CMYK
RGB Variations
Color information
#837EE2 (or 0x837EE2) is known color: Medium Slate Blue. HEX triplet: 83, 7E and E2. RGB value is (131,126,226). Sum of RGB (Red+Green+Blue) = 131+126+226=483 (63% of max value = 765). Red value is 131 (51.56% from 255 or 27.12% from 483); Green value is 126 (49.61% from 255 or 26.09% from 483); Blue value is 226 (88.67% from 255 or 46.79% from 483); Max value from RGB is 226 - color contains mainly: blue. Hex color #837EE2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #837EE2 is #7C811D. Grayscale: #8A8A8A. Windows color (decimal): -8159518 or 14843523. OLE color: 14843523.
HSL color Cylindrical-coordinate representation of color #837EE2: hue angle of 243º degrees, saturation: 0.63, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #837EE2 is Cyan = 0.42, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 131 | 126 | 226 | - |
| CMYK | 0.42 | 0.44 | 0 | 0.11 |
| HSL | 243º | 0.63% | 0.69% | - |
| HSV(B) | 243º | 0.44% | 0.89% | - |
| XYZ | 30.55 | 25.24 | 75.21 | - |
| YUV | 138.9 | 177.16 | 122.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 126 | 226 | 0.42 | 0.44 | 0 | 0.11 | 243 | 0.63 | 0.69 |
| Hex | 83 | 7E | E2 | 2A | 2C | 0 | B | F3 | 3F | 45 |
| Octal | 203 | 176 | 342 | 52 | 54 | 0 | 13 | 363 | 77 | 105 |
| Binary | 10000011 | 1111110 | 11100010 | 101010 | 101100 | 0 | 1011 | 11110011 | 111111 | 1000101 |
Color Harmonies of #837EE2
Complementary color
Monochromatic Colors of #837EE2
Black with #837EE2
Text Example
Text Example
White with #837EE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #837EE2; }
p { color: rgb(131,126,226); }
H1.HeaderClassName
{
color: #837EE2;
}
.AnyTagClassName
{
color: #837EE2;
}
</style>
background-color css
<style>
a { background-color: #837EE2; }
a { background-color: rgb(131,126,226); }
div.DivClassName
{
background-color: #837EE2;
}
.BgClassName
{
background-color: #837EE2;
}
</style>
border-color css
<style>
span { border-color: #837EE2; }
span { border-color: rgb(131,126,226); }
td.TdClassName
{
border-color: #837EE2;
}
.TagClassName
{
border-color: #837EE2;
}
</style>