Shades of Medium Slate Blue #8457DF
Tints of Medium Slate Blue #8457DF
RGB
CMYK
RGB Variations
Color information
#8457DF (or 0x8457DF) is known color: Medium Slate Blue. HEX triplet: 84, 57 and DF. RGB value is (132,87,223). Sum of RGB (Red+Green+Blue) = 132+87+223=442 (58% of max value = 765). Red value is 132 (51.95% from 255 or 29.86% from 442); Green value is 87 (34.38% from 255 or 19.68% from 442); Blue value is 223 (87.5% from 255 or 50.45% from 442); Max value from RGB is 223 - color contains mainly: blue. Hex color #8457DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8457DF is #7BA820. Grayscale: #737373. Windows color (decimal): -8103969 or 14636932. OLE color: 14636932.
HSL color Cylindrical-coordinate representation of color #8457DF: hue angle of 259.85º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8457DF is Cyan = 0.41, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 132 | 87 | 223 | - |
| CMYK | 0.41 | 0.61 | 0 | 0.13 |
| HSL | 259.85º | 0.68% | 0.61% | - |
| HSV(B) | 259.85º | 0.61% | 0.87% | - |
| XYZ | 26.24 | 17.05 | 71.72 | - |
| YUV | 115.96 | 188.41 | 139.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 87 | 223 | 0.41 | 0.61 | 0 | 0.13 | 259.85 | 0.68 | 0.61 |
| Hex | 84 | 57 | DF | 29 | 3D | 0 | D | 104 | 44 | 3D |
| Octal | 204 | 127 | 337 | 51 | 75 | 0 | 15 | 404 | 104 | 75 |
| Binary | 10000100 | 1010111 | 11011111 | 101001 | 111101 | 0 | 1101 | 100000100 | 1000100 | 111101 |
Color Harmonies of #8457DF
Complementary color
Monochromatic Colors of #8457DF
Black with #8457DF
Text Example
Text Example
White with #8457DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8457DF; }
p { color: rgb(132,87,223); }
H1.HeaderClassName
{
color: #8457DF;
}
.AnyTagClassName
{
color: #8457DF;
}
</style>
background-color css
<style>
a { background-color: #8457DF; }
a { background-color: rgb(132,87,223); }
div.DivClassName
{
background-color: #8457DF;
}
.BgClassName
{
background-color: #8457DF;
}
</style>
border-color css
<style>
span { border-color: #8457DF; }
span { border-color: rgb(132,87,223); }
td.TdClassName
{
border-color: #8457DF;
}
.TagClassName
{
border-color: #8457DF;
}
</style>