Shades of Medium Slate Blue #8367EE
Tints of Medium Slate Blue #8367EE
RGB
CMYK
RGB Variations
Color information
#8367EE (or 0x8367EE) is known color: Medium Slate Blue. HEX triplet: 83, 67 and EE. RGB value is (131,103,238). Sum of RGB (Red+Green+Blue) = 131+103+238=472 (62% of max value = 765). Red value is 131 (51.56% from 255 or 27.75% from 472); Green value is 103 (40.62% from 255 or 21.82% from 472); Blue value is 238 (93.36% from 255 or 50.42% from 472); Max value from RGB is 238 - color contains mainly: blue. Hex color #8367EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8367EE is #7C9811. Grayscale: #7E7E7E. Windows color (decimal): -8165394 or 15624067. OLE color: 15624067.
HSL color Cylindrical-coordinate representation of color #8367EE: hue angle of 252.44º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8367EE is Cyan = 0.45, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 131 | 103 | 238 | - |
| CMYK | 0.45 | 0.57 | 0 | 0.07 |
| HSL | 252.44º | 0.8% | 0.67% | - |
| HSV(B) | 252.44º | 0.57% | 0.93% | - |
| XYZ | 29.64 | 20.7 | 83.32 | - |
| YUV | 126.76 | 190.78 | 131.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 103 | 238 | 0.45 | 0.57 | 0 | 0.07 | 252.44 | 0.8 | 0.67 |
| Hex | 83 | 67 | EE | 2D | 39 | 0 | 7 | FC | 50 | 43 |
| Octal | 203 | 147 | 356 | 55 | 71 | 0 | 7 | 374 | 120 | 103 |
| Binary | 10000011 | 1100111 | 11101110 | 101101 | 111001 | 0 | 111 | 11111100 | 1010000 | 1000011 |
Color Harmonies of #8367EE
Complementary color
Monochromatic Colors of #8367EE
Black with #8367EE
Text Example
Text Example
White with #8367EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8367EE; }
p { color: rgb(131,103,238); }
H1.HeaderClassName
{
color: #8367EE;
}
.AnyTagClassName
{
color: #8367EE;
}
</style>
background-color css
<style>
a { background-color: #8367EE; }
a { background-color: rgb(131,103,238); }
div.DivClassName
{
background-color: #8367EE;
}
.BgClassName
{
background-color: #8367EE;
}
</style>
border-color css
<style>
span { border-color: #8367EE; }
span { border-color: rgb(131,103,238); }
td.TdClassName
{
border-color: #8367EE;
}
.TagClassName
{
border-color: #8367EE;
}
</style>