Shades of Medium Slate Blue #8147FF
Tints of Medium Slate Blue #8147FF
RGB
CMYK
RGB Variations
Color information
#8147FF (or 0x8147FF) is known color: Medium Slate Blue. HEX triplet: 81, 47 and FF. RGB value is (129,71,255). Sum of RGB (Red+Green+Blue) = 129+71+255=455 (60% of max value = 765). Red value is 129 (50.78% from 255 or 28.35% from 455); Green value is 71 (28.12% from 255 or 15.60% from 455); Blue value is 255 (100% from 255 or 56.04% from 455); Max value from RGB is 255 - color contains mainly: blue. Hex color #8147FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8147FF is #7EB800. Grayscale: #6C6C6C. Windows color (decimal): -8304641 or 16729985. OLE color: 16729985.
HSL color Cylindrical-coordinate representation of color #8147FF: hue angle of 258.91º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8147FF is Cyan = 0.49, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 129 | 71 | 255 | - |
| CMYK | 0.49 | 0.72 | 0 | 0 |
| HSL | 258.91º | 1% | 0.64% | - |
| HSV(B) | 258.91º | 0.72% | 1% | - |
| XYZ | 29.36 | 16.39 | 96.22 | - |
| YUV | 109.32 | 210.22 | 142.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 71 | 255 | 0.49 | 0.72 | 0 | 0 | 258.91 | 1 | 0.64 |
| Hex | 81 | 47 | FF | 31 | 48 | 0 | 0 | 103 | 64 | 40 |
| Octal | 201 | 107 | 377 | 61 | 110 | 0 | 0 | 403 | 144 | 100 |
| Binary | 10000001 | 1000111 | 11111111 | 110001 | 1001000 | 0 | 0 | 100000011 | 1100100 | 1000000 |
Color Harmonies of #8147FF
Complementary color
Monochromatic Colors of #8147FF
Black with #8147FF
Text Example
Text Example
White with #8147FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8147FF; }
p { color: rgb(129,71,255); }
H1.HeaderClassName
{
color: #8147FF;
}
.AnyTagClassName
{
color: #8147FF;
}
</style>
background-color css
<style>
a { background-color: #8147FF; }
a { background-color: rgb(129,71,255); }
div.DivClassName
{
background-color: #8147FF;
}
.BgClassName
{
background-color: #8147FF;
}
</style>
border-color css
<style>
span { border-color: #8147FF; }
span { border-color: rgb(129,71,255); }
td.TdClassName
{
border-color: #8147FF;
}
.TagClassName
{
border-color: #8147FF;
}
</style>