Shades of Medium Slate Blue #8154EF
Tints of Medium Slate Blue #8154EF
RGB
CMYK
RGB Variations
Color information
#8154EF (or 0x8154EF) is known color: Medium Slate Blue. HEX triplet: 81, 54 and EF. RGB value is (129,84,239). Sum of RGB (Red+Green+Blue) = 129+84+239=452 (59% of max value = 765). Red value is 129 (50.78% from 255 or 28.54% from 452); Green value is 84 (33.20% from 255 or 18.58% from 452); Blue value is 239 (93.75% from 255 or 52.88% from 452); Max value from RGB is 239 - color contains mainly: blue. Hex color #8154EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8154EF is #7EAB10. Grayscale: #727272. Windows color (decimal): -8301329 or 15684737. OLE color: 15684737.
HSL color Cylindrical-coordinate representation of color #8154EF: hue angle of 257.42º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8154EF is Cyan = 0.46, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 129 | 84 | 239 | - |
| CMYK | 0.46 | 0.65 | 0 | 0.06 |
| HSL | 257.42º | 0.83% | 0.63% | - |
| HSV(B) | 257.42º | 0.65% | 0.94% | - |
| XYZ | 27.8 | 17.24 | 83.52 | - |
| YUV | 115.13 | 197.91 | 137.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 84 | 239 | 0.46 | 0.65 | 0 | 0.06 | 257.42 | 0.83 | 0.63 |
| Hex | 81 | 54 | EF | 2E | 41 | 0 | 6 | 101 | 53 | 3F |
| Octal | 201 | 124 | 357 | 56 | 101 | 0 | 6 | 401 | 123 | 77 |
| Binary | 10000001 | 1010100 | 11101111 | 101110 | 1000001 | 0 | 110 | 100000001 | 1010011 | 111111 |
Color Harmonies of #8154EF
Complementary color
Monochromatic Colors of #8154EF
Black with #8154EF
Text Example
Text Example
White with #8154EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8154EF; }
p { color: rgb(129,84,239); }
H1.HeaderClassName
{
color: #8154EF;
}
.AnyTagClassName
{
color: #8154EF;
}
</style>
background-color css
<style>
a { background-color: #8154EF; }
a { background-color: rgb(129,84,239); }
div.DivClassName
{
background-color: #8154EF;
}
.BgClassName
{
background-color: #8154EF;
}
</style>
border-color css
<style>
span { border-color: #8154EF; }
span { border-color: rgb(129,84,239); }
td.TdClassName
{
border-color: #8154EF;
}
.TagClassName
{
border-color: #8154EF;
}
</style>