Shades of Medium Slate Blue #8755E5
Tints of Medium Slate Blue #8755E5
RGB
CMYK
RGB Variations
Color information
#8755E5 (or 0x8755E5) is known color: Medium Slate Blue. HEX triplet: 87, 55 and E5. RGB value is (135,85,229). Sum of RGB (Red+Green+Blue) = 135+85+229=449 (59% of max value = 765). Red value is 135 (53.12% from 255 or 30.07% from 449); Green value is 85 (33.59% from 255 or 18.93% from 449); Blue value is 229 (89.84% from 255 or 51.00% from 449); Max value from RGB is 229 - color contains mainly: blue. Hex color #8755E5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8755E5 is #78AA1A. Grayscale: #737373. Windows color (decimal): -7907867 or 15029639. OLE color: 15029639.
HSL color Cylindrical-coordinate representation of color #8755E5: hue angle of 260.83º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8755E5 is Cyan = 0.41, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 135 | 85 | 229 | - |
| CMYK | 0.41 | 0.63 | 0 | 0.10 |
| HSL | 260.83º | 0.73% | 0.62% | - |
| HSV(B) | 260.83º | 0.63% | 0.9% | - |
| XYZ | 27.38 | 17.31 | 76.03 | - |
| YUV | 116.37 | 191.57 | 141.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 85 | 229 | 0.41 | 0.63 | 0 | 0.10 | 260.83 | 0.73 | 0.62 |
| Hex | 87 | 55 | E5 | 29 | 3F | 0 | A | 105 | 49 | 3E |
| Octal | 207 | 125 | 345 | 51 | 77 | 0 | 12 | 405 | 111 | 76 |
| Binary | 10000111 | 1010101 | 11100101 | 101001 | 111111 | 0 | 1010 | 100000101 | 1001001 | 111110 |
Color Harmonies of #8755E5
Complementary color
Monochromatic Colors of #8755E5
Black with #8755E5
Text Example
Text Example
White with #8755E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8755E5; }
p { color: rgb(135,85,229); }
H1.HeaderClassName
{
color: #8755E5;
}
.AnyTagClassName
{
color: #8755E5;
}
</style>
background-color css
<style>
a { background-color: #8755E5; }
a { background-color: rgb(135,85,229); }
div.DivClassName
{
background-color: #8755E5;
}
.BgClassName
{
background-color: #8755E5;
}
</style>
border-color css
<style>
span { border-color: #8755E5; }
span { border-color: rgb(135,85,229); }
td.TdClassName
{
border-color: #8755E5;
}
.TagClassName
{
border-color: #8755E5;
}
</style>