Shades of Medium Slate Blue #8374EF
Tints of Medium Slate Blue #8374EF
RGB
CMYK
RGB Variations
Color information
#8374EF (or 0x8374EF) is known color: Medium Slate Blue. HEX triplet: 83, 74 and EF. RGB value is (131,116,239). Sum of RGB (Red+Green+Blue) = 131+116+239=486 (64% of max value = 765). Red value is 131 (51.56% from 255 or 26.95% from 486); Green value is 116 (45.70% from 255 or 23.87% from 486); Blue value is 239 (93.75% from 255 or 49.18% from 486); Max value from RGB is 239 - color contains mainly: blue. Hex color #8374EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8374EF is #7C8B10. Grayscale: #868686. Windows color (decimal): -8162065 or 15692931. OLE color: 15692931.
HSL color Cylindrical-coordinate representation of color #8374EF: hue angle of 247.32º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8374EF is Cyan = 0.45, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 131 | 116 | 239 | - |
| CMYK | 0.45 | 0.51 | 0 | 0.06 |
| HSL | 247.32º | 0.79% | 0.7% | - |
| HSV(B) | 247.32º | 0.51% | 0.94% | - |
| XYZ | 31.19 | 23.55 | 84.56 | - |
| YUV | 134.51 | 186.97 | 125.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 116 | 239 | 0.45 | 0.51 | 0 | 0.06 | 247.32 | 0.79 | 0.7 |
| Hex | 83 | 74 | EF | 2D | 33 | 0 | 6 | F7 | 4F | 46 |
| Octal | 203 | 164 | 357 | 55 | 63 | 0 | 6 | 367 | 117 | 106 |
| Binary | 10000011 | 1110100 | 11101111 | 101101 | 110011 | 0 | 110 | 11110111 | 1001111 | 1000110 |
Color Harmonies of #8374EF
Complementary color
Monochromatic Colors of #8374EF
Black with #8374EF
Text Example
Text Example
White with #8374EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8374EF; }
p { color: rgb(131,116,239); }
H1.HeaderClassName
{
color: #8374EF;
}
.AnyTagClassName
{
color: #8374EF;
}
</style>
background-color css
<style>
a { background-color: #8374EF; }
a { background-color: rgb(131,116,239); }
div.DivClassName
{
background-color: #8374EF;
}
.BgClassName
{
background-color: #8374EF;
}
</style>
border-color css
<style>
span { border-color: #8374EF; }
span { border-color: rgb(131,116,239); }
td.TdClassName
{
border-color: #8374EF;
}
.TagClassName
{
border-color: #8374EF;
}
</style>