Shades of Medium Slate Blue #8354DF
Tints of Medium Slate Blue #8354DF
RGB
CMYK
RGB Variations
Color information
#8354DF (or 0x8354DF) is known color: Medium Slate Blue. HEX triplet: 83, 54 and DF. RGB value is (131,84,223). Sum of RGB (Red+Green+Blue) = 131+84+223=438 (58% of max value = 765). Red value is 131 (51.56% from 255 or 29.91% from 438); Green value is 84 (33.20% from 255 or 19.18% from 438); Blue value is 223 (87.5% from 255 or 50.91% from 438); Max value from RGB is 223 - color contains mainly: blue. Hex color #8354DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8354DF is #7CAB20. Grayscale: #717171. Windows color (decimal): -8170273 or 14636163. OLE color: 14636163.
HSL color Cylindrical-coordinate representation of color #8354DF: hue angle of 260.29º 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 #8354DF is Cyan = 0.41, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 131 | 84 | 223 | - |
| CMYK | 0.41 | 0.62 | 0 | 0.13 |
| HSL | 260.29º | 0.68% | 0.6% | - |
| HSV(B) | 260.29º | 0.62% | 0.87% | - |
| XYZ | 25.85 | 16.49 | 71.63 | - |
| YUV | 113.9 | 189.57 | 140.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 84 | 223 | 0.41 | 0.62 | 0 | 0.13 | 260.29 | 0.68 | 0.6 |
| Hex | 83 | 54 | DF | 29 | 3E | 0 | D | 104 | 44 | 3C |
| Octal | 203 | 124 | 337 | 51 | 76 | 0 | 15 | 404 | 104 | 74 |
| Binary | 10000011 | 1010100 | 11011111 | 101001 | 111110 | 0 | 1101 | 100000100 | 1000100 | 111100 |
Color Harmonies of #8354DF
Complementary color
Monochromatic Colors of #8354DF
Black with #8354DF
Text Example
Text Example
White with #8354DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8354DF; }
p { color: rgb(131,84,223); }
H1.HeaderClassName
{
color: #8354DF;
}
.AnyTagClassName
{
color: #8354DF;
}
</style>
background-color css
<style>
a { background-color: #8354DF; }
a { background-color: rgb(131,84,223); }
div.DivClassName
{
background-color: #8354DF;
}
.BgClassName
{
background-color: #8354DF;
}
</style>
border-color css
<style>
span { border-color: #8354DF; }
span { border-color: rgb(131,84,223); }
td.TdClassName
{
border-color: #8354DF;
}
.TagClassName
{
border-color: #8354DF;
}
</style>