Shades of Medium Slate Blue #8158E5
Tints of Medium Slate Blue #8158E5
RGB
CMYK
RGB Variations
Color information
#8158E5 (or 0x8158E5) is known color: Medium Slate Blue. HEX triplet: 81, 58 and E5. RGB value is (129,88,229). Sum of RGB (Red+Green+Blue) = 129+88+229=446 (59% of max value = 765). Red value is 129 (50.78% from 255 or 28.92% from 446); Green value is 88 (34.77% from 255 or 19.73% from 446); Blue value is 229 (89.84% from 255 or 51.35% from 446); Max value from RGB is 229 - color contains mainly: blue. Hex color #8158E5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8158E5 is #7EA71A. Grayscale: #737373. Windows color (decimal): -8300315 or 15030401. OLE color: 15030401.
HSL color Cylindrical-coordinate representation of color #8158E5: hue angle of 257.45º 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 #8158E5 is Cyan = 0.44, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 129 | 88 | 229 | - |
| CMYK | 0.44 | 0.62 | 0 | 0.10 |
| HSL | 257.45º | 0.73% | 0.62% | - |
| HSV(B) | 257.45º | 0.62% | 0.9% | - |
| XYZ | 26.69 | 17.3 | 76.06 | - |
| YUV | 116.33 | 191.58 | 137.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 88 | 229 | 0.44 | 0.62 | 0 | 0.10 | 257.45 | 0.73 | 0.62 |
| Hex | 81 | 58 | E5 | 2C | 3E | 0 | A | 101 | 49 | 3E |
| Octal | 201 | 130 | 345 | 54 | 76 | 0 | 12 | 401 | 111 | 76 |
| Binary | 10000001 | 1011000 | 11100101 | 101100 | 111110 | 0 | 1010 | 100000001 | 1001001 | 111110 |
Color Harmonies of #8158E5
Complementary color
Monochromatic Colors of #8158E5
Black with #8158E5
Text Example
Text Example
White with #8158E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8158E5; }
p { color: rgb(129,88,229); }
H1.HeaderClassName
{
color: #8158E5;
}
.AnyTagClassName
{
color: #8158E5;
}
</style>
background-color css
<style>
a { background-color: #8158E5; }
a { background-color: rgb(129,88,229); }
div.DivClassName
{
background-color: #8158E5;
}
.BgClassName
{
background-color: #8158E5;
}
</style>
border-color css
<style>
span { border-color: #8158E5; }
span { border-color: rgb(129,88,229); }
td.TdClassName
{
border-color: #8158E5;
}
.TagClassName
{
border-color: #8158E5;
}
</style>