Shades of Medium Slate Blue #8361EE
Tints of Medium Slate Blue #8361EE
RGB
CMYK
RGB Variations
Color information
#8361EE (or 0x8361EE) is known color: Medium Slate Blue. HEX triplet: 83, 61 and EE. RGB value is (131,97,238). Sum of RGB (Red+Green+Blue) = 131+97+238=466 (61% of max value = 765). Red value is 131 (51.56% from 255 or 28.11% from 466); Green value is 97 (38.28% from 255 or 20.82% from 466); Blue value is 238 (93.36% from 255 or 51.07% from 466); Max value from RGB is 238 - color contains mainly: blue. Hex color #8361EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8361EE is #7C9E11. Grayscale: #7A7A7A. Windows color (decimal): -8166930 or 15622531. OLE color: 15622531.
HSL color Cylindrical-coordinate representation of color #8361EE: hue angle of 254.47º degrees, saturation: 0.81, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8361EE is Cyan = 0.45, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 131 | 97 | 238 | - |
| CMYK | 0.45 | 0.59 | 0 | 0.07 |
| HSL | 254.47º | 0.81% | 0.66% | - |
| HSV(B) | 254.47º | 0.59% | 0.93% | - |
| XYZ | 29.07 | 19.55 | 83.13 | - |
| YUV | 123.24 | 192.76 | 133.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 97 | 238 | 0.45 | 0.59 | 0 | 0.07 | 254.47 | 0.81 | 0.66 |
| Hex | 83 | 61 | EE | 2D | 3B | 0 | 7 | FE | 51 | 42 |
| Octal | 203 | 141 | 356 | 55 | 73 | 0 | 7 | 376 | 121 | 102 |
| Binary | 10000011 | 1100001 | 11101110 | 101101 | 111011 | 0 | 111 | 11111110 | 1010001 | 1000010 |
Color Harmonies of #8361EE
Complementary color
Monochromatic Colors of #8361EE
Black with #8361EE
Text Example
Text Example
White with #8361EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8361EE; }
p { color: rgb(131,97,238); }
H1.HeaderClassName
{
color: #8361EE;
}
.AnyTagClassName
{
color: #8361EE;
}
</style>
background-color css
<style>
a { background-color: #8361EE; }
a { background-color: rgb(131,97,238); }
div.DivClassName
{
background-color: #8361EE;
}
.BgClassName
{
background-color: #8361EE;
}
</style>
border-color css
<style>
span { border-color: #8361EE; }
span { border-color: rgb(131,97,238); }
td.TdClassName
{
border-color: #8361EE;
}
.TagClassName
{
border-color: #8361EE;
}
</style>