Shades of Medium Slate Blue #8555EF
Tints of Medium Slate Blue #8555EF
RGB
CMYK
RGB Variations
Color information
#8555EF (or 0x8555EF) is known color: Medium Slate Blue. HEX triplet: 85, 55 and EF. RGB value is (133,85,239). Sum of RGB (Red+Green+Blue) = 133+85+239=457 (60% of max value = 765). Red value is 133 (52.34% from 255 or 29.10% from 457); Green value is 85 (33.59% from 255 or 18.60% from 457); Blue value is 239 (93.75% from 255 or 52.30% from 457); Max value from RGB is 239 - color contains mainly: blue. Hex color #8555EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8555EF is #7AAA10. Grayscale: #747474. Windows color (decimal): -8038929 or 15684997. OLE color: 15684997.
HSL color Cylindrical-coordinate representation of color #8555EF: hue angle of 258.7º 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 #8555EF is Cyan = 0.44, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 133 | 85 | 239 | - |
| CMYK | 0.44 | 0.64 | 0 | 0.06 |
| HSL | 258.7º | 0.83% | 0.64% | - |
| HSV(B) | 258.7º | 0.64% | 0.94% | - |
| XYZ | 28.5 | 17.72 | 83.58 | - |
| YUV | 116.91 | 196.9 | 139.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 85 | 239 | 0.44 | 0.64 | 0 | 0.06 | 258.7 | 0.83 | 0.64 |
| Hex | 85 | 55 | EF | 2C | 40 | 0 | 6 | 103 | 53 | 40 |
| Octal | 205 | 125 | 357 | 54 | 100 | 0 | 6 | 403 | 123 | 100 |
| Binary | 10000101 | 1010101 | 11101111 | 101100 | 1000000 | 0 | 110 | 100000011 | 1010011 | 1000000 |
Color Harmonies of #8555EF
Complementary color
Monochromatic Colors of #8555EF
Black with #8555EF
Text Example
Text Example
White with #8555EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8555EF; }
p { color: rgb(133,85,239); }
H1.HeaderClassName
{
color: #8555EF;
}
.AnyTagClassName
{
color: #8555EF;
}
</style>
background-color css
<style>
a { background-color: #8555EF; }
a { background-color: rgb(133,85,239); }
div.DivClassName
{
background-color: #8555EF;
}
.BgClassName
{
background-color: #8555EF;
}
</style>
border-color css
<style>
span { border-color: #8555EF; }
span { border-color: rgb(133,85,239); }
td.TdClassName
{
border-color: #8555EF;
}
.TagClassName
{
border-color: #8555EF;
}
</style>