Shades of Medium Slate Blue #8376ED
Tints of Medium Slate Blue #8376ED
RGB
CMYK
RGB Variations
Color information
#8376ED (or 0x8376ED) is known color: Medium Slate Blue. HEX triplet: 83, 76 and ED. RGB value is (131,118,237). Sum of RGB (Red+Green+Blue) = 131+118+237=486 (64% of max value = 765). Red value is 131 (51.56% from 255 or 26.95% from 486); Green value is 118 (46.48% from 255 or 24.28% from 486); Blue value is 237 (92.97% from 255 or 48.77% from 486); Max value from RGB is 237 - color contains mainly: blue. Hex color #8376ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8376ED is #7C8912. Grayscale: #868686. Windows color (decimal): -8161555 or 15562371. OLE color: 15562371.
HSL color Cylindrical-coordinate representation of color #8376ED: hue angle of 246.55º degrees, saturation: 0.77, 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 #8376ED is Cyan = 0.45, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 131 | 118 | 237 | - |
| CMYK | 0.45 | 0.50 | 0 | 0.07 |
| HSL | 246.55º | 0.77% | 0.7% | - |
| HSV(B) | 246.55º | 0.5% | 0.93% | - |
| XYZ | 31.12 | 23.9 | 83.09 | - |
| YUV | 135.45 | 185.31 | 124.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 118 | 237 | 0.45 | 0.50 | 0 | 0.07 | 246.55 | 0.77 | 0.7 |
| Hex | 83 | 76 | ED | 2D | 32 | 0 | 7 | F7 | 4D | 46 |
| Octal | 203 | 166 | 355 | 55 | 62 | 0 | 7 | 367 | 115 | 106 |
| Binary | 10000011 | 1110110 | 11101101 | 101101 | 110010 | 0 | 111 | 11110111 | 1001101 | 1000110 |
Color Harmonies of #8376ED
Complementary color
Monochromatic Colors of #8376ED
Black with #8376ED
Text Example
Text Example
White with #8376ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8376ED; }
p { color: rgb(131,118,237); }
H1.HeaderClassName
{
color: #8376ED;
}
.AnyTagClassName
{
color: #8376ED;
}
</style>
background-color css
<style>
a { background-color: #8376ED; }
a { background-color: rgb(131,118,237); }
div.DivClassName
{
background-color: #8376ED;
}
.BgClassName
{
background-color: #8376ED;
}
</style>
border-color css
<style>
span { border-color: #8376ED; }
span { border-color: rgb(131,118,237); }
td.TdClassName
{
border-color: #8376ED;
}
.TagClassName
{
border-color: #8376ED;
}
</style>