Shades of Medium Slate Blue #8671E3
Tints of Medium Slate Blue #8671E3
RGB
CMYK
RGB Variations
Color information
#8671E3 (or 0x8671E3) is known color: Medium Slate Blue. HEX triplet: 86, 71 and E3. RGB value is (134,113,227). Sum of RGB (Red+Green+Blue) = 134+113+227=474 (62% of max value = 765). Red value is 134 (52.73% from 255 or 28.27% from 474); Green value is 113 (44.53% from 255 or 23.84% from 474); Blue value is 227 (89.06% from 255 or 47.89% from 474); Max value from RGB is 227 - color contains mainly: blue. Hex color #8671E3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8671E3 is #798E1C. Grayscale: #838383. Windows color (decimal): -7966237 or 14905734. OLE color: 14905734.
HSL color Cylindrical-coordinate representation of color #8671E3: hue angle of 251.05º degrees, saturation: 0.67, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8671E3 is Cyan = 0.41, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 134 | 113 | 227 | - |
| CMYK | 0.41 | 0.50 | 0 | 0.11 |
| HSL | 251.05º | 0.67% | 0.67% | - |
| HSV(B) | 251.05º | 0.5% | 0.89% | - |
| XYZ | 29.6 | 22.42 | 75.44 | - |
| YUV | 132.28 | 181.46 | 129.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 113 | 227 | 0.41 | 0.50 | 0 | 0.11 | 251.05 | 0.67 | 0.67 |
| Hex | 86 | 71 | E3 | 29 | 32 | 0 | B | FB | 43 | 43 |
| Octal | 206 | 161 | 343 | 51 | 62 | 0 | 13 | 373 | 103 | 103 |
| Binary | 10000110 | 1110001 | 11100011 | 101001 | 110010 | 0 | 1011 | 11111011 | 1000011 | 1000011 |
Color Harmonies of #8671E3
Complementary color
Monochromatic Colors of #8671E3
Black with #8671E3
Text Example
Text Example
White with #8671E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8671E3; }
p { color: rgb(134,113,227); }
H1.HeaderClassName
{
color: #8671E3;
}
.AnyTagClassName
{
color: #8671E3;
}
</style>
background-color css
<style>
a { background-color: #8671E3; }
a { background-color: rgb(134,113,227); }
div.DivClassName
{
background-color: #8671E3;
}
.BgClassName
{
background-color: #8671E3;
}
</style>
border-color css
<style>
span { border-color: #8671E3; }
span { border-color: rgb(134,113,227); }
td.TdClassName
{
border-color: #8671E3;
}
.TagClassName
{
border-color: #8671E3;
}
</style>