Shades of Medium Slate Blue #8151EF
Tints of Medium Slate Blue #8151EF
RGB
CMYK
RGB Variations
Color information
#8151EF (or 0x8151EF) is known color: Medium Slate Blue. HEX triplet: 81, 51 and EF. RGB value is (129,81,239). Sum of RGB (Red+Green+Blue) = 129+81+239=449 (59% of max value = 765). Red value is 129 (50.78% from 255 or 28.73% from 449); Green value is 81 (32.03% from 255 or 18.04% from 449); Blue value is 239 (93.75% from 255 or 53.23% from 449); Max value from RGB is 239 - color contains mainly: blue. Hex color #8151EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8151EF is #7EAE10. Grayscale: #707070. Windows color (decimal): -8302097 or 15683969. OLE color: 15683969.
HSL color Cylindrical-coordinate representation of color #8151EF: hue angle of 258.23º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8151EF is Cyan = 0.46, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 129 | 81 | 239 | - |
| CMYK | 0.46 | 0.66 | 0 | 0.06 |
| HSL | 258.23º | 0.83% | 0.63% | - |
| HSV(B) | 258.23º | 0.66% | 0.94% | - |
| XYZ | 27.58 | 16.78 | 83.45 | - |
| YUV | 113.36 | 198.9 | 139.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 81 | 239 | 0.46 | 0.66 | 0 | 0.06 | 258.23 | 0.83 | 0.63 |
| Hex | 81 | 51 | EF | 2E | 42 | 0 | 6 | 102 | 53 | 3F |
| Octal | 201 | 121 | 357 | 56 | 102 | 0 | 6 | 402 | 123 | 77 |
| Binary | 10000001 | 1010001 | 11101111 | 101110 | 1000010 | 0 | 110 | 100000010 | 1010011 | 111111 |
Color Harmonies of #8151EF
Complementary color
Monochromatic Colors of #8151EF
Black with #8151EF
Text Example
Text Example
White with #8151EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8151EF; }
p { color: rgb(129,81,239); }
H1.HeaderClassName
{
color: #8151EF;
}
.AnyTagClassName
{
color: #8151EF;
}
</style>
background-color css
<style>
a { background-color: #8151EF; }
a { background-color: rgb(129,81,239); }
div.DivClassName
{
background-color: #8151EF;
}
.BgClassName
{
background-color: #8151EF;
}
</style>
border-color css
<style>
span { border-color: #8151EF; }
span { border-color: rgb(129,81,239); }
td.TdClassName
{
border-color: #8151EF;
}
.TagClassName
{
border-color: #8151EF;
}
</style>