Shades of Medium Slate Blue #8171E9
Tints of Medium Slate Blue #8171E9
RGB
CMYK
RGB Variations
Color information
#8171E9 (or 0x8171E9) is known color: Medium Slate Blue. HEX triplet: 81, 71 and E9. RGB value is (129,113,233). Sum of RGB (Red+Green+Blue) = 129+113+233=475 (62% of max value = 765). Red value is 129 (50.78% from 255 or 27.16% from 475); Green value is 113 (44.53% from 255 or 23.79% from 475); Blue value is 233 (91.41% from 255 or 49.05% from 475); Max value from RGB is 233 - color contains mainly: blue. Hex color #8171E9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8171E9 is #7E8E16. Grayscale: #838383. Windows color (decimal): -8293911 or 15298945. OLE color: 15298945.
HSL color Cylindrical-coordinate representation of color #8171E9: hue angle of 248º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8171E9 is Cyan = 0.45, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 129 | 113 | 233 | - |
| CMYK | 0.45 | 0.52 | 0 | 0.09 |
| HSL | 248º | 0.73% | 0.68% | - |
| HSV(B) | 248º | 0.52% | 0.91% | - |
| XYZ | 29.67 | 22.36 | 79.84 | - |
| YUV | 131.46 | 185.3 | 126.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 113 | 233 | 0.45 | 0.52 | 0 | 0.09 | 248 | 0.73 | 0.68 |
| Hex | 81 | 71 | E9 | 2D | 34 | 0 | 9 | F8 | 49 | 44 |
| Octal | 201 | 161 | 351 | 55 | 64 | 0 | 11 | 370 | 111 | 104 |
| Binary | 10000001 | 1110001 | 11101001 | 101101 | 110100 | 0 | 1001 | 11111000 | 1001001 | 1000100 |
Color Harmonies of #8171E9
Complementary color
Monochromatic Colors of #8171E9
Black with #8171E9
Text Example
Text Example
White with #8171E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8171E9; }
p { color: rgb(129,113,233); }
H1.HeaderClassName
{
color: #8171E9;
}
.AnyTagClassName
{
color: #8171E9;
}
</style>
background-color css
<style>
a { background-color: #8171E9; }
a { background-color: rgb(129,113,233); }
div.DivClassName
{
background-color: #8171E9;
}
.BgClassName
{
background-color: #8171E9;
}
</style>
border-color css
<style>
span { border-color: #8171E9; }
span { border-color: rgb(129,113,233); }
td.TdClassName
{
border-color: #8171E9;
}
.TagClassName
{
border-color: #8171E9;
}
</style>