Shades of Medium Slate Blue #8157EE
Tints of Medium Slate Blue #8157EE
RGB
CMYK
RGB Variations
Color information
#8157EE (or 0x8157EE) is known color: Medium Slate Blue. HEX triplet: 81, 57 and EE. RGB value is (129,87,238). Sum of RGB (Red+Green+Blue) = 129+87+238=454 (60% of max value = 765). Red value is 129 (50.78% from 255 or 28.41% from 454); Green value is 87 (34.38% from 255 or 19.16% from 454); Blue value is 238 (93.36% from 255 or 52.42% from 454); Max value from RGB is 238 - color contains mainly: blue. Hex color #8157EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8157EE is #7EA811. Grayscale: #747474. Windows color (decimal): -8300562 or 15619969. OLE color: 15619969.
HSL color Cylindrical-coordinate representation of color #8157EE: hue angle of 256.69º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8157EE is Cyan = 0.46, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 129 | 87 | 238 | - |
| CMYK | 0.46 | 0.63 | 0 | 0.07 |
| HSL | 256.69º | 0.82% | 0.64% | - |
| HSV(B) | 256.69º | 0.63% | 0.93% | - |
| XYZ | 27.89 | 17.66 | 82.83 | - |
| YUV | 116.77 | 196.41 | 136.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 87 | 238 | 0.46 | 0.63 | 0 | 0.07 | 256.69 | 0.82 | 0.64 |
| Hex | 81 | 57 | EE | 2E | 3F | 0 | 7 | 101 | 52 | 40 |
| Octal | 201 | 127 | 356 | 56 | 77 | 0 | 7 | 401 | 122 | 100 |
| Binary | 10000001 | 1010111 | 11101110 | 101110 | 111111 | 0 | 111 | 100000001 | 1010010 | 1000000 |
Color Harmonies of #8157EE
Complementary color
Monochromatic Colors of #8157EE
Black with #8157EE
Text Example
Text Example
White with #8157EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8157EE; }
p { color: rgb(129,87,238); }
H1.HeaderClassName
{
color: #8157EE;
}
.AnyTagClassName
{
color: #8157EE;
}
</style>
background-color css
<style>
a { background-color: #8157EE; }
a { background-color: rgb(129,87,238); }
div.DivClassName
{
background-color: #8157EE;
}
.BgClassName
{
background-color: #8157EE;
}
</style>
border-color css
<style>
span { border-color: #8157EE; }
span { border-color: rgb(129,87,238); }
td.TdClassName
{
border-color: #8157EE;
}
.TagClassName
{
border-color: #8157EE;
}
</style>