Shades of Medium Slate Blue #8374EC
Tints of Medium Slate Blue #8374EC
RGB
CMYK
RGB Variations
Color information
#8374EC (or 0x8374EC) is known color: Medium Slate Blue. HEX triplet: 83, 74 and EC. RGB value is (131,116,236). Sum of RGB (Red+Green+Blue) = 131+116+236=483 (63% of max value = 765). Red value is 131 (51.56% from 255 or 27.12% from 483); Green value is 116 (45.70% from 255 or 24.02% from 483); Blue value is 236 (92.58% from 255 or 48.86% from 483); Max value from RGB is 236 - color contains mainly: blue. Hex color #8374EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8374EC is #7C8B13. Grayscale: #858585. Windows color (decimal): -8162068 or 15496323. OLE color: 15496323.
HSL color Cylindrical-coordinate representation of color #8374EC: hue angle of 247.5º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8374EC is Cyan = 0.44, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 131 | 116 | 236 | - |
| CMYK | 0.44 | 0.51 | 0 | 0.07 |
| HSL | 247.5º | 0.76% | 0.69% | - |
| HSV(B) | 247.5º | 0.51% | 0.93% | - |
| XYZ | 30.75 | 23.37 | 82.25 | - |
| YUV | 134.17 | 185.47 | 125.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 116 | 236 | 0.44 | 0.51 | 0 | 0.07 | 247.5 | 0.76 | 0.69 |
| Hex | 83 | 74 | EC | 2C | 33 | 0 | 7 | F8 | 4C | 45 |
| Octal | 203 | 164 | 354 | 54 | 63 | 0 | 7 | 370 | 114 | 105 |
| Binary | 10000011 | 1110100 | 11101100 | 101100 | 110011 | 0 | 111 | 11111000 | 1001100 | 1000101 |
Color Harmonies of #8374EC
Complementary color
Monochromatic Colors of #8374EC
Black with #8374EC
Text Example
Text Example
White with #8374EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8374EC; }
p { color: rgb(131,116,236); }
H1.HeaderClassName
{
color: #8374EC;
}
.AnyTagClassName
{
color: #8374EC;
}
</style>
background-color css
<style>
a { background-color: #8374EC; }
a { background-color: rgb(131,116,236); }
div.DivClassName
{
background-color: #8374EC;
}
.BgClassName
{
background-color: #8374EC;
}
</style>
border-color css
<style>
span { border-color: #8374EC; }
span { border-color: rgb(131,116,236); }
td.TdClassName
{
border-color: #8374EC;
}
.TagClassName
{
border-color: #8374EC;
}
</style>