Shades of Medium Slate Blue #8377EC
Tints of Medium Slate Blue #8377EC
RGB
CMYK
RGB Variations
Color information
#8377EC (or 0x8377EC) is known color: Medium Slate Blue. HEX triplet: 83, 77 and EC. RGB value is (131,119,236). Sum of RGB (Red+Green+Blue) = 131+119+236=486 (64% of max value = 765). Red value is 131 (51.56% from 255 or 26.95% from 486); Green value is 119 (46.88% from 255 or 24.49% from 486); Blue value is 236 (92.58% from 255 or 48.56% from 486); Max value from RGB is 236 - color contains mainly: blue. Hex color #8377EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8377EC is #7C8813. Grayscale: #878787. Windows color (decimal): -8161300 or 15497091. OLE color: 15497091.
HSL color Cylindrical-coordinate representation of color #8377EC: hue angle of 246.15º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8377EC is Cyan = 0.44, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 131 | 119 | 236 | - |
| CMYK | 0.44 | 0.50 | 0 | 0.07 |
| HSL | 246.15º | 0.75% | 0.7% | - |
| HSV(B) | 246.15º | 0.5% | 0.93% | - |
| XYZ | 31.1 | 24.08 | 82.36 | - |
| YUV | 135.93 | 184.48 | 124.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 119 | 236 | 0.44 | 0.50 | 0 | 0.07 | 246.15 | 0.75 | 0.7 |
| Hex | 83 | 77 | EC | 2C | 32 | 0 | 7 | F6 | 4B | 46 |
| Octal | 203 | 167 | 354 | 54 | 62 | 0 | 7 | 366 | 113 | 106 |
| Binary | 10000011 | 1110111 | 11101100 | 101100 | 110010 | 0 | 111 | 11110110 | 1001011 | 1000110 |
Color Harmonies of #8377EC
Complementary color
Monochromatic Colors of #8377EC
Black with #8377EC
Text Example
Text Example
White with #8377EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8377EC; }
p { color: rgb(131,119,236); }
H1.HeaderClassName
{
color: #8377EC;
}
.AnyTagClassName
{
color: #8377EC;
}
</style>
background-color css
<style>
a { background-color: #8377EC; }
a { background-color: rgb(131,119,236); }
div.DivClassName
{
background-color: #8377EC;
}
.BgClassName
{
background-color: #8377EC;
}
</style>
border-color css
<style>
span { border-color: #8377EC; }
span { border-color: rgb(131,119,236); }
td.TdClassName
{
border-color: #8377EC;
}
.TagClassName
{
border-color: #8377EC;
}
</style>