Shades of Medium Slate Blue #8157E5
Tints of Medium Slate Blue #8157E5
RGB
CMYK
RGB Variations
Color information
#8157E5 (or 0x8157E5) is known color: Medium Slate Blue. HEX triplet: 81, 57 and E5. RGB value is (129,87,229). Sum of RGB (Red+Green+Blue) = 129+87+229=445 (58% of max value = 765). Red value is 129 (50.78% from 255 or 28.99% from 445); Green value is 87 (34.38% from 255 or 19.55% from 445); Blue value is 229 (89.84% from 255 or 51.46% from 445); Max value from RGB is 229 - color contains mainly: blue. Hex color #8157E5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8157E5 is #7EA81A. Grayscale: #737373. Windows color (decimal): -8300571 or 15030145. OLE color: 15030145.
HSL color Cylindrical-coordinate representation of color #8157E5: hue angle of 257.75º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8157E5 is Cyan = 0.44, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 129 | 87 | 229 | - |
| CMYK | 0.44 | 0.62 | 0 | 0.10 |
| HSL | 257.75º | 0.73% | 0.62% | - |
| HSV(B) | 257.75º | 0.62% | 0.9% | - |
| XYZ | 26.6 | 17.14 | 76.04 | - |
| YUV | 115.75 | 191.91 | 137.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 87 | 229 | 0.44 | 0.62 | 0 | 0.10 | 257.75 | 0.73 | 0.62 |
| Hex | 81 | 57 | E5 | 2C | 3E | 0 | A | 102 | 49 | 3E |
| Octal | 201 | 127 | 345 | 54 | 76 | 0 | 12 | 402 | 111 | 76 |
| Binary | 10000001 | 1010111 | 11100101 | 101100 | 111110 | 0 | 1010 | 100000010 | 1001001 | 111110 |
Color Harmonies of #8157E5
Complementary color
Monochromatic Colors of #8157E5
Black with #8157E5
Text Example
Text Example
White with #8157E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8157E5; }
p { color: rgb(129,87,229); }
H1.HeaderClassName
{
color: #8157E5;
}
.AnyTagClassName
{
color: #8157E5;
}
</style>
background-color css
<style>
a { background-color: #8157E5; }
a { background-color: rgb(129,87,229); }
div.DivClassName
{
background-color: #8157E5;
}
.BgClassName
{
background-color: #8157E5;
}
</style>
border-color css
<style>
span { border-color: #8157E5; }
span { border-color: rgb(129,87,229); }
td.TdClassName
{
border-color: #8157E5;
}
.TagClassName
{
border-color: #8157E5;
}
</style>