Shades of Medium Slate Blue #8676ED
Tints of Medium Slate Blue #8676ED
RGB
CMYK
RGB Variations
Color information
#8676ED (or 0x8676ED) is known color: Medium Slate Blue. HEX triplet: 86, 76 and ED. RGB value is (134,118,237). Sum of RGB (Red+Green+Blue) = 134+118+237=489 (64% of max value = 765). Red value is 134 (52.73% from 255 or 27.40% from 489); Green value is 118 (46.48% from 255 or 24.13% from 489); Blue value is 237 (92.97% from 255 or 48.47% from 489); Max value from RGB is 237 - color contains mainly: blue. Hex color #8676ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8676ED is #798912. Grayscale: #878787. Windows color (decimal): -7964947 or 15562374. OLE color: 15562374.
HSL color Cylindrical-coordinate representation of color #8676ED: hue angle of 248.07º 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 #8676ED is Cyan = 0.43, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 134 | 118 | 237 | - |
| CMYK | 0.43 | 0.50 | 0 | 0.07 |
| HSL | 248.07º | 0.77% | 0.7% | - |
| HSV(B) | 248.07º | 0.5% | 0.93% | - |
| XYZ | 31.6 | 24.14 | 83.11 | - |
| YUV | 136.35 | 184.8 | 126.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 118 | 237 | 0.43 | 0.50 | 0 | 0.07 | 248.07 | 0.77 | 0.7 |
| Hex | 86 | 76 | ED | 2B | 32 | 0 | 7 | F8 | 4D | 46 |
| Octal | 206 | 166 | 355 | 53 | 62 | 0 | 7 | 370 | 115 | 106 |
| Binary | 10000110 | 1110110 | 11101101 | 101011 | 110010 | 0 | 111 | 11111000 | 1001101 | 1000110 |
Color Harmonies of #8676ED
Complementary color
Monochromatic Colors of #8676ED
Black with #8676ED
Text Example
Text Example
White with #8676ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8676ED; }
p { color: rgb(134,118,237); }
H1.HeaderClassName
{
color: #8676ED;
}
.AnyTagClassName
{
color: #8676ED;
}
</style>
background-color css
<style>
a { background-color: #8676ED; }
a { background-color: rgb(134,118,237); }
div.DivClassName
{
background-color: #8676ED;
}
.BgClassName
{
background-color: #8676ED;
}
</style>
border-color css
<style>
span { border-color: #8676ED; }
span { border-color: rgb(134,118,237); }
td.TdClassName
{
border-color: #8676ED;
}
.TagClassName
{
border-color: #8676ED;
}
</style>