Shades of Medium Slate Blue #8754EF
Tints of Medium Slate Blue #8754EF
RGB
CMYK
RGB Variations
Color information
#8754EF (or 0x8754EF) is known color: Medium Slate Blue. HEX triplet: 87, 54 and EF. RGB value is (135,84,239). Sum of RGB (Red+Green+Blue) = 135+84+239=458 (60% of max value = 765). Red value is 135 (53.12% from 255 or 29.48% from 458); Green value is 84 (33.20% from 255 or 18.34% from 458); Blue value is 239 (93.75% from 255 or 52.18% from 458); Max value from RGB is 239 - color contains mainly: blue. Hex color #8754EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8754EF is #78AB10. Grayscale: #747474. Windows color (decimal): -7908113 or 15684743. OLE color: 15684743.
HSL color Cylindrical-coordinate representation of color #8754EF: hue angle of 259.74º 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 #8754EF is Cyan = 0.44, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 135 | 84 | 239 | - |
| CMYK | 0.44 | 0.65 | 0 | 0.06 |
| HSL | 259.74º | 0.83% | 0.63% | - |
| HSV(B) | 259.74º | 0.65% | 0.94% | - |
| XYZ | 28.74 | 17.72 | 83.57 | - |
| YUV | 116.92 | 196.9 | 140.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 84 | 239 | 0.44 | 0.65 | 0 | 0.06 | 259.74 | 0.83 | 0.63 |
| Hex | 87 | 54 | EF | 2C | 41 | 0 | 6 | 104 | 53 | 3F |
| Octal | 207 | 124 | 357 | 54 | 101 | 0 | 6 | 404 | 123 | 77 |
| Binary | 10000111 | 1010100 | 11101111 | 101100 | 1000001 | 0 | 110 | 100000100 | 1010011 | 111111 |
Color Harmonies of #8754EF
Complementary color
Monochromatic Colors of #8754EF
Black with #8754EF
Text Example
Text Example
White with #8754EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8754EF; }
p { color: rgb(135,84,239); }
H1.HeaderClassName
{
color: #8754EF;
}
.AnyTagClassName
{
color: #8754EF;
}
</style>
background-color css
<style>
a { background-color: #8754EF; }
a { background-color: rgb(135,84,239); }
div.DivClassName
{
background-color: #8754EF;
}
.BgClassName
{
background-color: #8754EF;
}
</style>
border-color css
<style>
span { border-color: #8754EF; }
span { border-color: rgb(135,84,239); }
td.TdClassName
{
border-color: #8754EF;
}
.TagClassName
{
border-color: #8754EF;
}
</style>