Shades of Medium Slate Blue #8551EF
Tints of Medium Slate Blue #8551EF
RGB
CMYK
RGB Variations
Color information
#8551EF (or 0x8551EF) is known color: Medium Slate Blue. HEX triplet: 85, 51 and EF. RGB value is (133,81,239). Sum of RGB (Red+Green+Blue) = 133+81+239=453 (60% of max value = 765). Red value is 133 (52.34% from 255 or 29.36% from 453); Green value is 81 (32.03% from 255 or 17.88% 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 #8551EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8551EF is #7AAE10. Grayscale: #717171. Windows color (decimal): -8039953 or 15683973. OLE color: 15683973.
HSL color Cylindrical-coordinate representation of color #8551EF: hue angle of 259.75º 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 #8551EF is Cyan = 0.44, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 133 | 81 | 239 | - |
| CMYK | 0.44 | 0.66 | 0 | 0.06 |
| HSL | 259.75º | 0.83% | 0.63% | - |
| HSV(B) | 259.75º | 0.66% | 0.94% | - |
| XYZ | 28.2 | 17.1 | 83.48 | - |
| YUV | 114.56 | 198.23 | 141.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 81 | 239 | 0.44 | 0.66 | 0 | 0.06 | 259.75 | 0.83 | 0.63 |
| Hex | 85 | 51 | EF | 2C | 42 | 0 | 6 | 104 | 53 | 3F |
| Octal | 205 | 121 | 357 | 54 | 102 | 0 | 6 | 404 | 123 | 77 |
| Binary | 10000101 | 1010001 | 11101111 | 101100 | 1000010 | 0 | 110 | 100000100 | 1010011 | 111111 |
Color Harmonies of #8551EF
Complementary color
Monochromatic Colors of #8551EF
Black with #8551EF
Text Example
Text Example
White with #8551EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8551EF; }
p { color: rgb(133,81,239); }
H1.HeaderClassName
{
color: #8551EF;
}
.AnyTagClassName
{
color: #8551EF;
}
</style>
background-color css
<style>
a { background-color: #8551EF; }
a { background-color: rgb(133,81,239); }
div.DivClassName
{
background-color: #8551EF;
}
.BgClassName
{
background-color: #8551EF;
}
</style>
border-color css
<style>
span { border-color: #8551EF; }
span { border-color: rgb(133,81,239); }
td.TdClassName
{
border-color: #8551EF;
}
.TagClassName
{
border-color: #8551EF;
}
</style>