Shades of Medium Slate Blue #8464EC
Tints of Medium Slate Blue #8464EC
RGB
CMYK
RGB Variations
Color information
#8464EC (or 0x8464EC) is known color: Medium Slate Blue. HEX triplet: 84, 64 and EC. RGB value is (132,100,236). Sum of RGB (Red+Green+Blue) = 132+100+236=468 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.21% from 468); Green value is 100 (39.45% from 255 or 21.37% from 468); Blue value is 236 (92.58% from 255 or 50.43% from 468); Max value from RGB is 236 - color contains mainly: blue. Hex color #8464EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8464EC is #7B9B13. Grayscale: #7C7C7C. Windows color (decimal): -8100628 or 15492228. OLE color: 15492228.
HSL color Cylindrical-coordinate representation of color #8464EC: hue angle of 254.12º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8464EC is Cyan = 0.44, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 132 | 100 | 236 | - |
| CMYK | 0.44 | 0.58 | 0 | 0.07 |
| HSL | 254.12º | 0.78% | 0.66% | - |
| HSV(B) | 254.12º | 0.58% | 0.93% | - |
| XYZ | 29.21 | 20.08 | 81.69 | - |
| YUV | 125.07 | 190.6 | 132.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 100 | 236 | 0.44 | 0.58 | 0 | 0.07 | 254.12 | 0.78 | 0.66 |
| Hex | 84 | 64 | EC | 2C | 3A | 0 | 7 | FE | 4E | 42 |
| Octal | 204 | 144 | 354 | 54 | 72 | 0 | 7 | 376 | 116 | 102 |
| Binary | 10000100 | 1100100 | 11101100 | 101100 | 111010 | 0 | 111 | 11111110 | 1001110 | 1000010 |
Color Harmonies of #8464EC
Complementary color
Monochromatic Colors of #8464EC
Black with #8464EC
Text Example
Text Example
White with #8464EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8464EC; }
p { color: rgb(132,100,236); }
H1.HeaderClassName
{
color: #8464EC;
}
.AnyTagClassName
{
color: #8464EC;
}
</style>
background-color css
<style>
a { background-color: #8464EC; }
a { background-color: rgb(132,100,236); }
div.DivClassName
{
background-color: #8464EC;
}
.BgClassName
{
background-color: #8464EC;
}
</style>
border-color css
<style>
span { border-color: #8464EC; }
span { border-color: rgb(132,100,236); }
td.TdClassName
{
border-color: #8464EC;
}
.TagClassName
{
border-color: #8464EC;
}
</style>