Shades of Medium Slate Blue #8764EF
Tints of Medium Slate Blue #8764EF
RGB
CMYK
RGB Variations
Color information
#8764EF (or 0x8764EF) is known color: Medium Slate Blue. HEX triplet: 87, 64 and EF. RGB value is (135,100,239). Sum of RGB (Red+Green+Blue) = 135+100+239=474 (62% of max value = 765). Red value is 135 (53.12% from 255 or 28.48% from 474); Green value is 100 (39.45% from 255 or 21.10% from 474); Blue value is 239 (93.75% from 255 or 50.42% from 474); Max value from RGB is 239 - color contains mainly: blue. Hex color #8764EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8764EF is #789B10. Grayscale: #7D7D7D. Windows color (decimal): -7904017 or 15688839. OLE color: 15688839.
HSL color Cylindrical-coordinate representation of color #8764EF: hue angle of 255.11º degrees, saturation: 0.81, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8764EF is Cyan = 0.44, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 135 | 100 | 239 | - |
| CMYK | 0.44 | 0.58 | 0 | 0.06 |
| HSL | 255.11º | 0.81% | 0.66% | - |
| HSV(B) | 255.11º | 0.58% | 0.94% | - |
| XYZ | 30.13 | 20.5 | 84.03 | - |
| YUV | 126.31 | 191.6 | 134.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 100 | 239 | 0.44 | 0.58 | 0 | 0.06 | 255.11 | 0.81 | 0.66 |
| Hex | 87 | 64 | EF | 2C | 3A | 0 | 6 | FF | 51 | 42 |
| Octal | 207 | 144 | 357 | 54 | 72 | 0 | 6 | 377 | 121 | 102 |
| Binary | 10000111 | 1100100 | 11101111 | 101100 | 111010 | 0 | 110 | 11111111 | 1010001 | 1000010 |
Color Harmonies of #8764EF
Complementary color
Monochromatic Colors of #8764EF
Black with #8764EF
Text Example
Text Example
White with #8764EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8764EF; }
p { color: rgb(135,100,239); }
H1.HeaderClassName
{
color: #8764EF;
}
.AnyTagClassName
{
color: #8764EF;
}
</style>
background-color css
<style>
a { background-color: #8764EF; }
a { background-color: rgb(135,100,239); }
div.DivClassName
{
background-color: #8764EF;
}
.BgClassName
{
background-color: #8764EF;
}
</style>
border-color css
<style>
span { border-color: #8764EF; }
span { border-color: rgb(135,100,239); }
td.TdClassName
{
border-color: #8764EF;
}
.TagClassName
{
border-color: #8764EF;
}
</style>