Shades of Medium Slate Blue #8471DF
Tints of Medium Slate Blue #8471DF
RGB
CMYK
RGB Variations
Color information
#8471DF (or 0x8471DF) is known color: Medium Slate Blue. HEX triplet: 84, 71 and DF. RGB value is (132,113,223). Sum of RGB (Red+Green+Blue) = 132+113+223=468 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.21% from 468); Green value is 113 (44.53% from 255 or 24.15% from 468); Blue value is 223 (87.5% from 255 or 47.65% from 468); Max value from RGB is 223 - color contains mainly: blue. Hex color #8471DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8471DF is #7B8E20. Grayscale: #828282. Windows color (decimal): -8097313 or 14643588. OLE color: 14643588.
HSL color Cylindrical-coordinate representation of color #8471DF: hue angle of 250.36º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8471DF is Cyan = 0.41, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 132 | 113 | 223 | - |
| CMYK | 0.41 | 0.49 | 0 | 0.13 |
| HSL | 250.36º | 0.63% | 0.66% | - |
| HSV(B) | 250.36º | 0.49% | 0.87% | - |
| XYZ | 28.74 | 22.04 | 72.55 | - |
| YUV | 131.22 | 179.79 | 128.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 113 | 223 | 0.41 | 0.49 | 0 | 0.13 | 250.36 | 0.63 | 0.66 |
| Hex | 84 | 71 | DF | 29 | 31 | 0 | D | FA | 3F | 42 |
| Octal | 204 | 161 | 337 | 51 | 61 | 0 | 15 | 372 | 77 | 102 |
| Binary | 10000100 | 1110001 | 11011111 | 101001 | 110001 | 0 | 1101 | 11111010 | 111111 | 1000010 |
Color Harmonies of #8471DF
Complementary color
Monochromatic Colors of #8471DF
Black with #8471DF
Text Example
Text Example
White with #8471DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8471DF; }
p { color: rgb(132,113,223); }
H1.HeaderClassName
{
color: #8471DF;
}
.AnyTagClassName
{
color: #8471DF;
}
</style>
background-color css
<style>
a { background-color: #8471DF; }
a { background-color: rgb(132,113,223); }
div.DivClassName
{
background-color: #8471DF;
}
.BgClassName
{
background-color: #8471DF;
}
</style>
border-color css
<style>
span { border-color: #8471DF; }
span { border-color: rgb(132,113,223); }
td.TdClassName
{
border-color: #8471DF;
}
.TagClassName
{
border-color: #8471DF;
}
</style>