Shades of Medium Slate Blue #8455DF
Tints of Medium Slate Blue #8455DF
RGB
CMYK
RGB Variations
Color information
#8455DF (or 0x8455DF) is known color: Medium Slate Blue. HEX triplet: 84, 55 and DF. RGB value is (132,85,223). Sum of RGB (Red+Green+Blue) = 132+85+223=440 (58% of max value = 765). Red value is 132 (51.95% from 255 or 30% from 440); Green value is 85 (33.59% from 255 or 19.32% from 440); Blue value is 223 (87.5% from 255 or 50.68% from 440); Max value from RGB is 223 - color contains mainly: blue. Hex color #8455DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8455DF is #7BAA20. Grayscale: #727272. Windows color (decimal): -8104481 or 14636420. OLE color: 14636420.
HSL color Cylindrical-coordinate representation of color #8455DF: hue angle of 260.43º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8455DF is Cyan = 0.41, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 132 | 85 | 223 | - |
| CMYK | 0.41 | 0.62 | 0 | 0.13 |
| HSL | 260.43º | 0.68% | 0.6% | - |
| HSV(B) | 260.43º | 0.62% | 0.87% | - |
| XYZ | 26.08 | 16.73 | 71.67 | - |
| YUV | 114.79 | 189.07 | 140.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 85 | 223 | 0.41 | 0.62 | 0 | 0.13 | 260.43 | 0.68 | 0.6 |
| Hex | 84 | 55 | DF | 29 | 3E | 0 | D | 104 | 44 | 3C |
| Octal | 204 | 125 | 337 | 51 | 76 | 0 | 15 | 404 | 104 | 74 |
| Binary | 10000100 | 1010101 | 11011111 | 101001 | 111110 | 0 | 1101 | 100000100 | 1000100 | 111100 |
Color Harmonies of #8455DF
Complementary color
Monochromatic Colors of #8455DF
Black with #8455DF
Text Example
Text Example
White with #8455DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8455DF; }
p { color: rgb(132,85,223); }
H1.HeaderClassName
{
color: #8455DF;
}
.AnyTagClassName
{
color: #8455DF;
}
</style>
background-color css
<style>
a { background-color: #8455DF; }
a { background-color: rgb(132,85,223); }
div.DivClassName
{
background-color: #8455DF;
}
.BgClassName
{
background-color: #8455DF;
}
</style>
border-color css
<style>
span { border-color: #8455DF; }
span { border-color: rgb(132,85,223); }
td.TdClassName
{
border-color: #8455DF;
}
.TagClassName
{
border-color: #8455DF;
}
</style>