Shades of Medium Slate Blue #8462EC
Tints of Medium Slate Blue #8462EC
RGB
CMYK
RGB Variations
Color information
#8462EC (or 0x8462EC) is known color: Medium Slate Blue. HEX triplet: 84, 62 and EC. RGB value is (132,98,236). Sum of RGB (Red+Green+Blue) = 132+98+236=466 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.33% from 466); Green value is 98 (38.67% from 255 or 21.03% from 466); Blue value is 236 (92.58% from 255 or 50.64% from 466); Max value from RGB is 236 - color contains mainly: blue. Hex color #8462EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8462EC is #7B9D13. Grayscale: #7B7B7B. Windows color (decimal): -8101140 or 15491716. OLE color: 15491716.
HSL color Cylindrical-coordinate representation of color #8462EC: hue angle of 254.78º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8462EC is Cyan = 0.44, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 132 | 98 | 236 | - |
| CMYK | 0.44 | 0.58 | 0 | 0.07 |
| HSL | 254.78º | 0.78% | 0.65% | - |
| HSV(B) | 254.78º | 0.58% | 0.93% | - |
| XYZ | 29.02 | 19.7 | 81.63 | - |
| YUV | 123.9 | 191.26 | 133.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 98 | 236 | 0.44 | 0.58 | 0 | 0.07 | 254.78 | 0.78 | 0.65 |
| Hex | 84 | 62 | EC | 2C | 3A | 0 | 7 | FF | 4E | 41 |
| Octal | 204 | 142 | 354 | 54 | 72 | 0 | 7 | 377 | 116 | 101 |
| Binary | 10000100 | 1100010 | 11101100 | 101100 | 111010 | 0 | 111 | 11111111 | 1001110 | 1000001 |
Color Harmonies of #8462EC
Complementary color
Monochromatic Colors of #8462EC
Black with #8462EC
Text Example
Text Example
White with #8462EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8462EC; }
p { color: rgb(132,98,236); }
H1.HeaderClassName
{
color: #8462EC;
}
.AnyTagClassName
{
color: #8462EC;
}
</style>
background-color css
<style>
a { background-color: #8462EC; }
a { background-color: rgb(132,98,236); }
div.DivClassName
{
background-color: #8462EC;
}
.BgClassName
{
background-color: #8462EC;
}
</style>
border-color css
<style>
span { border-color: #8462EC; }
span { border-color: rgb(132,98,236); }
td.TdClassName
{
border-color: #8462EC;
}
.TagClassName
{
border-color: #8462EC;
}
</style>