Shades of Medium Slate Blue #8451DF
Tints of Medium Slate Blue #8451DF
RGB
CMYK
RGB Variations
Color information
#8451DF (or 0x8451DF) is known color: Medium Slate Blue. HEX triplet: 84, 51 and DF. RGB value is (132,81,223). Sum of RGB (Red+Green+Blue) = 132+81+223=436 (57% of max value = 765). Red value is 132 (51.95% from 255 or 30.28% from 436); Green value is 81 (32.03% from 255 or 18.58% from 436); Blue value is 223 (87.5% from 255 or 51.15% from 436); Max value from RGB is 223 - color contains mainly: blue. Hex color #8451DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8451DF is #7BAE20. Grayscale: #6F6F6F. Windows color (decimal): -8105505 or 14635396. OLE color: 14635396.
HSL color Cylindrical-coordinate representation of color #8451DF: hue angle of 261.55º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8451DF is Cyan = 0.41, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 132 | 81 | 223 | - |
| CMYK | 0.41 | 0.64 | 0 | 0.13 |
| HSL | 261.55º | 0.69% | 0.6% | - |
| HSV(B) | 261.55º | 0.64% | 0.87% | - |
| XYZ | 25.78 | 16.12 | 71.56 | - |
| YUV | 112.44 | 190.4 | 141.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 81 | 223 | 0.41 | 0.64 | 0 | 0.13 | 261.55 | 0.69 | 0.6 |
| Hex | 84 | 51 | DF | 29 | 40 | 0 | D | 106 | 45 | 3C |
| Octal | 204 | 121 | 337 | 51 | 100 | 0 | 15 | 406 | 105 | 74 |
| Binary | 10000100 | 1010001 | 11011111 | 101001 | 1000000 | 0 | 1101 | 100000110 | 1000101 | 111100 |
Color Harmonies of #8451DF
Complementary color
Monochromatic Colors of #8451DF
Black with #8451DF
Text Example
Text Example
White with #8451DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8451DF; }
p { color: rgb(132,81,223); }
H1.HeaderClassName
{
color: #8451DF;
}
.AnyTagClassName
{
color: #8451DF;
}
</style>
background-color css
<style>
a { background-color: #8451DF; }
a { background-color: rgb(132,81,223); }
div.DivClassName
{
background-color: #8451DF;
}
.BgClassName
{
background-color: #8451DF;
}
</style>
border-color css
<style>
span { border-color: #8451DF; }
span { border-color: rgb(132,81,223); }
td.TdClassName
{
border-color: #8451DF;
}
.TagClassName
{
border-color: #8451DF;
}
</style>