Shades of Medium Slate Blue #8170E1
Tints of Medium Slate Blue #8170E1
RGB
CMYK
RGB Variations
Color information
#8170E1 (or 0x8170E1) is known color: Medium Slate Blue. HEX triplet: 81, 70 and E1. RGB value is (129,112,225). Sum of RGB (Red+Green+Blue) = 129+112+225=466 (61% of max value = 765). Red value is 129 (50.78% from 255 or 27.68% from 466); Green value is 112 (44.14% from 255 or 24.03% from 466); Blue value is 225 (88.28% from 255 or 48.28% from 466); Max value from RGB is 225 - color contains mainly: blue. Hex color #8170E1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8170E1 is #7E8F1E. Grayscale: #818181. Windows color (decimal): -8294175 or 14774401. OLE color: 14774401.
HSL color Cylindrical-coordinate representation of color #8170E1: hue angle of 249.03º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8170E1 is Cyan = 0.43, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 129 | 112 | 225 | - |
| CMYK | 0.43 | 0.50 | 0 | 0.12 |
| HSL | 249.03º | 0.65% | 0.66% | - |
| HSV(B) | 249.03º | 0.5% | 0.88% | - |
| XYZ | 28.44 | 21.69 | 73.92 | - |
| YUV | 129.97 | 181.63 | 127.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 112 | 225 | 0.43 | 0.50 | 0 | 0.12 | 249.03 | 0.65 | 0.66 |
| Hex | 81 | 70 | E1 | 2B | 32 | 0 | C | F9 | 41 | 42 |
| Octal | 201 | 160 | 341 | 53 | 62 | 0 | 14 | 371 | 101 | 102 |
| Binary | 10000001 | 1110000 | 11100001 | 101011 | 110010 | 0 | 1100 | 11111001 | 1000001 | 1000010 |
Color Harmonies of #8170E1
Complementary color
Monochromatic Colors of #8170E1
Black with #8170E1
Text Example
Text Example
White with #8170E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8170E1; }
p { color: rgb(129,112,225); }
H1.HeaderClassName
{
color: #8170E1;
}
.AnyTagClassName
{
color: #8170E1;
}
</style>
background-color css
<style>
a { background-color: #8170E1; }
a { background-color: rgb(129,112,225); }
div.DivClassName
{
background-color: #8170E1;
}
.BgClassName
{
background-color: #8170E1;
}
</style>
border-color css
<style>
span { border-color: #8170E1; }
span { border-color: rgb(129,112,225); }
td.TdClassName
{
border-color: #8170E1;
}
.TagClassName
{
border-color: #8170E1;
}
</style>