Shades of Medium Slate Blue #8450DF
Tints of Medium Slate Blue #8450DF
RGB
CMYK
RGB Variations
Color information
#8450DF (or 0x8450DF) is known color: Medium Slate Blue. HEX triplet: 84, 50 and DF. RGB value is (132,80,223). Sum of RGB (Red+Green+Blue) = 132+80+223=435 (57% of max value = 765). Red value is 132 (51.95% from 255 or 30.34% from 435); Green value is 80 (31.64% from 255 or 18.39% from 435); Blue value is 223 (87.5% from 255 or 51.26% from 435); Max value from RGB is 223 - color contains mainly: blue. Hex color #8450DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8450DF is #7BAF20. Grayscale: #6F6F6F. Windows color (decimal): -8105761 or 14635140. OLE color: 14635140.
HSL color Cylindrical-coordinate representation of color #8450DF: hue angle of 261.82º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8450DF is Cyan = 0.41, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 132 | 80 | 223 | - |
| CMYK | 0.41 | 0.64 | 0 | 0.13 |
| HSL | 261.82º | 0.69% | 0.59% | - |
| HSV(B) | 261.82º | 0.64% | 0.87% | - |
| XYZ | 25.7 | 15.97 | 71.54 | - |
| YUV | 111.85 | 190.73 | 142.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 80 | 223 | 0.41 | 0.64 | 0 | 0.13 | 261.82 | 0.69 | 0.59 |
| Hex | 84 | 50 | DF | 29 | 40 | 0 | D | 106 | 45 | 3B |
| Octal | 204 | 120 | 337 | 51 | 100 | 0 | 15 | 406 | 105 | 73 |
| Binary | 10000100 | 1010000 | 11011111 | 101001 | 1000000 | 0 | 1101 | 100000110 | 1000101 | 111011 |
Color Harmonies of #8450DF
Complementary color
Monochromatic Colors of #8450DF
Black with #8450DF
Text Example
Text Example
White with #8450DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8450DF; }
p { color: rgb(132,80,223); }
H1.HeaderClassName
{
color: #8450DF;
}
.AnyTagClassName
{
color: #8450DF;
}
</style>
background-color css
<style>
a { background-color: #8450DF; }
a { background-color: rgb(132,80,223); }
div.DivClassName
{
background-color: #8450DF;
}
.BgClassName
{
background-color: #8450DF;
}
</style>
border-color css
<style>
span { border-color: #8450DF; }
span { border-color: rgb(132,80,223); }
td.TdClassName
{
border-color: #8450DF;
}
.TagClassName
{
border-color: #8450DF;
}
</style>