Shades of Medium Slate Blue #8450EF
Tints of Medium Slate Blue #8450EF
RGB
CMYK
RGB Variations
Color information
#8450EF (or 0x8450EF) is known color: Medium Slate Blue. HEX triplet: 84, 50 and EF. RGB value is (132,80,239). Sum of RGB (Red+Green+Blue) = 132+80+239=451 (59% of max value = 765). Red value is 132 (51.95% from 255 or 29.27% from 451); Green value is 80 (31.64% from 255 or 17.74% from 451); Blue value is 239 (93.75% from 255 or 52.99% from 451); Max value from RGB is 239 - color contains mainly: blue. Hex color #8450EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8450EF is #7BAF10. Grayscale: #717171. Windows color (decimal): -8105745 or 15683716. OLE color: 15683716.
HSL color Cylindrical-coordinate representation of color #8450EF: hue angle of 259.62º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8450EF is Cyan = 0.45, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 132 | 80 | 239 | - |
| CMYK | 0.45 | 0.67 | 0 | 0.06 |
| HSL | 259.62º | 0.83% | 0.63% | - |
| HSV(B) | 259.62º | 0.67% | 0.94% | - |
| XYZ | 27.96 | 16.87 | 83.44 | - |
| YUV | 113.67 | 198.73 | 141.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 80 | 239 | 0.45 | 0.67 | 0 | 0.06 | 259.62 | 0.83 | 0.63 |
| Hex | 84 | 50 | EF | 2D | 43 | 0 | 6 | 104 | 53 | 3F |
| Octal | 204 | 120 | 357 | 55 | 103 | 0 | 6 | 404 | 123 | 77 |
| Binary | 10000100 | 1010000 | 11101111 | 101101 | 1000011 | 0 | 110 | 100000100 | 1010011 | 111111 |
Color Harmonies of #8450EF
Complementary color
Monochromatic Colors of #8450EF
Black with #8450EF
Text Example
Text Example
White with #8450EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8450EF; }
p { color: rgb(132,80,239); }
H1.HeaderClassName
{
color: #8450EF;
}
.AnyTagClassName
{
color: #8450EF;
}
</style>
background-color css
<style>
a { background-color: #8450EF; }
a { background-color: rgb(132,80,239); }
div.DivClassName
{
background-color: #8450EF;
}
.BgClassName
{
background-color: #8450EF;
}
</style>
border-color css
<style>
span { border-color: #8450EF; }
span { border-color: rgb(132,80,239); }
td.TdClassName
{
border-color: #8450EF;
}
.TagClassName
{
border-color: #8450EF;
}
</style>