Shades of Medium Slate Blue #8468EC
Tints of Medium Slate Blue #8468EC
RGB
CMYK
RGB Variations
Color information
#8468EC (or 0x8468EC) is known color: Medium Slate Blue. HEX triplet: 84, 68 and EC. RGB value is (132,104,236). Sum of RGB (Red+Green+Blue) = 132+104+236=472 (62% of max value = 765). Red value is 132 (51.95% from 255 or 27.97% from 472); Green value is 104 (41.02% from 255 or 22.03% from 472); Blue value is 236 (92.58% from 255 or 50% from 472); Max value from RGB is 236 - color contains mainly: blue. Hex color #8468EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8468EC is #7B9713. Grayscale: #7E7E7E. Windows color (decimal): -8099604 or 15493252. OLE color: 15493252.
HSL color Cylindrical-coordinate representation of color #8468EC: hue angle of 252.73º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8468EC is Cyan = 0.44, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 132 | 104 | 236 | - |
| CMYK | 0.44 | 0.56 | 0 | 0.07 |
| HSL | 252.73º | 0.78% | 0.67% | - |
| HSV(B) | 252.73º | 0.56% | 0.93% | - |
| XYZ | 29.61 | 20.86 | 81.82 | - |
| YUV | 127.42 | 189.28 | 131.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 104 | 236 | 0.44 | 0.56 | 0 | 0.07 | 252.73 | 0.78 | 0.67 |
| Hex | 84 | 68 | EC | 2C | 38 | 0 | 7 | FD | 4E | 43 |
| Octal | 204 | 150 | 354 | 54 | 70 | 0 | 7 | 375 | 116 | 103 |
| Binary | 10000100 | 1101000 | 11101100 | 101100 | 111000 | 0 | 111 | 11111101 | 1001110 | 1000011 |
Color Harmonies of #8468EC
Complementary color
Monochromatic Colors of #8468EC
Black with #8468EC
Text Example
Text Example
White with #8468EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8468EC; }
p { color: rgb(132,104,236); }
H1.HeaderClassName
{
color: #8468EC;
}
.AnyTagClassName
{
color: #8468EC;
}
</style>
background-color css
<style>
a { background-color: #8468EC; }
a { background-color: rgb(132,104,236); }
div.DivClassName
{
background-color: #8468EC;
}
.BgClassName
{
background-color: #8468EC;
}
</style>
border-color css
<style>
span { border-color: #8468EC; }
span { border-color: rgb(132,104,236); }
td.TdClassName
{
border-color: #8468EC;
}
.TagClassName
{
border-color: #8468EC;
}
</style>