Shades of Medium Slate Blue #8155EF
Tints of Medium Slate Blue #8155EF
RGB
CMYK
RGB Variations
Color information
#8155EF (or 0x8155EF) is known color: Medium Slate Blue. HEX triplet: 81, 55 and EF. RGB value is (129,85,239). Sum of RGB (Red+Green+Blue) = 129+85+239=453 (60% of max value = 765). Red value is 129 (50.78% from 255 or 28.48% from 453); Green value is 85 (33.59% from 255 or 18.76% from 453); Blue value is 239 (93.75% from 255 or 52.76% from 453); Max value from RGB is 239 - color contains mainly: blue. Hex color #8155EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8155EF is #7EAA10. Grayscale: #737373. Windows color (decimal): -8301073 or 15684993. OLE color: 15684993.
HSL color Cylindrical-coordinate representation of color #8155EF: hue angle of 257.14º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8155EF is Cyan = 0.46, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 129 | 85 | 239 | - |
| CMYK | 0.46 | 0.64 | 0 | 0.06 |
| HSL | 257.14º | 0.83% | 0.64% | - |
| HSV(B) | 257.14º | 0.64% | 0.94% | - |
| XYZ | 27.88 | 17.4 | 83.55 | - |
| YUV | 115.71 | 197.58 | 137.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 85 | 239 | 0.46 | 0.64 | 0 | 0.06 | 257.14 | 0.83 | 0.64 |
| Hex | 81 | 55 | EF | 2E | 40 | 0 | 6 | 101 | 53 | 40 |
| Octal | 201 | 125 | 357 | 56 | 100 | 0 | 6 | 401 | 123 | 100 |
| Binary | 10000001 | 1010101 | 11101111 | 101110 | 1000000 | 0 | 110 | 100000001 | 1010011 | 1000000 |
Color Harmonies of #8155EF
Complementary color
Monochromatic Colors of #8155EF
Black with #8155EF
Text Example
Text Example
White with #8155EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8155EF; }
p { color: rgb(129,85,239); }
H1.HeaderClassName
{
color: #8155EF;
}
.AnyTagClassName
{
color: #8155EF;
}
</style>
background-color css
<style>
a { background-color: #8155EF; }
a { background-color: rgb(129,85,239); }
div.DivClassName
{
background-color: #8155EF;
}
.BgClassName
{
background-color: #8155EF;
}
</style>
border-color css
<style>
span { border-color: #8155EF; }
span { border-color: rgb(129,85,239); }
td.TdClassName
{
border-color: #8155EF;
}
.TagClassName
{
border-color: #8155EF;
}
</style>