Shades of Medium Slate Blue #8376EF
Tints of Medium Slate Blue #8376EF
RGB
CMYK
RGB Variations
Color information
#8376EF (or 0x8376EF) is known color: Medium Slate Blue. HEX triplet: 83, 76 and EF. RGB value is (131,118,239). Sum of RGB (Red+Green+Blue) = 131+118+239=488 (64% of max value = 765). Red value is 131 (51.56% from 255 or 26.84% from 488); Green value is 118 (46.48% from 255 or 24.18% from 488); Blue value is 239 (93.75% from 255 or 48.98% from 488); Max value from RGB is 239 - color contains mainly: blue. Hex color #8376EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8376EF is #7C8910. Grayscale: #878787. Windows color (decimal): -8161553 or 15693443. OLE color: 15693443.
HSL color Cylindrical-coordinate representation of color #8376EF: hue angle of 246.45º 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 #8376EF is Cyan = 0.45, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 131 | 118 | 239 | - |
| CMYK | 0.45 | 0.51 | 0 | 0.06 |
| HSL | 246.45º | 0.79% | 0.7% | - |
| HSV(B) | 246.45º | 0.51% | 0.94% | - |
| XYZ | 31.42 | 24.01 | 84.64 | - |
| YUV | 135.68 | 186.31 | 124.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 118 | 239 | 0.45 | 0.51 | 0 | 0.06 | 246.45 | 0.79 | 0.7 |
| Hex | 83 | 76 | EF | 2D | 33 | 0 | 6 | F6 | 4F | 46 |
| Octal | 203 | 166 | 357 | 55 | 63 | 0 | 6 | 366 | 117 | 106 |
| Binary | 10000011 | 1110110 | 11101111 | 101101 | 110011 | 0 | 110 | 11110110 | 1001111 | 1000110 |
Color Harmonies of #8376EF
Complementary color
Monochromatic Colors of #8376EF
Black with #8376EF
Text Example
Text Example
White with #8376EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8376EF; }
p { color: rgb(131,118,239); }
H1.HeaderClassName
{
color: #8376EF;
}
.AnyTagClassName
{
color: #8376EF;
}
</style>
background-color css
<style>
a { background-color: #8376EF; }
a { background-color: rgb(131,118,239); }
div.DivClassName
{
background-color: #8376EF;
}
.BgClassName
{
background-color: #8376EF;
}
</style>
border-color css
<style>
span { border-color: #8376EF; }
span { border-color: rgb(131,118,239); }
td.TdClassName
{
border-color: #8376EF;
}
.TagClassName
{
border-color: #8376EF;
}
</style>