Shades of Medium Slate Blue #8473E1
Tints of Medium Slate Blue #8473E1
RGB
CMYK
RGB Variations
Color information
#8473E1 (or 0x8473E1) is known color: Medium Slate Blue. HEX triplet: 84, 73 and E1. RGB value is (132,115,225). Sum of RGB (Red+Green+Blue) = 132+115+225=472 (62% of max value = 765). Red value is 132 (51.95% from 255 or 27.97% from 472); Green value is 115 (45.31% from 255 or 24.36% from 472); Blue value is 225 (88.28% from 255 or 47.67% from 472); Max value from RGB is 225 - color contains mainly: blue. Hex color #8473E1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8473E1 is #7B8C1E. Grayscale: #848484. Windows color (decimal): -8096799 or 14775172. OLE color: 14775172.
HSL color Cylindrical-coordinate representation of color #8473E1: hue angle of 249.27º degrees, saturation: 0.65, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8473E1 is Cyan = 0.41, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 132 | 115 | 225 | - |
| CMYK | 0.41 | 0.49 | 0 | 0.12 |
| HSL | 249.27º | 0.65% | 0.67% | - |
| HSV(B) | 249.27º | 0.49% | 0.88% | - |
| XYZ | 29.24 | 22.6 | 74.06 | - |
| YUV | 132.62 | 180.13 | 127.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 115 | 225 | 0.41 | 0.49 | 0 | 0.12 | 249.27 | 0.65 | 0.67 |
| Hex | 84 | 73 | E1 | 29 | 31 | 0 | C | F9 | 41 | 43 |
| Octal | 204 | 163 | 341 | 51 | 61 | 0 | 14 | 371 | 101 | 103 |
| Binary | 10000100 | 1110011 | 11100001 | 101001 | 110001 | 0 | 1100 | 11111001 | 1000001 | 1000011 |
Color Harmonies of #8473E1
Complementary color
Monochromatic Colors of #8473E1
Black with #8473E1
Text Example
Text Example
White with #8473E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8473E1; }
p { color: rgb(132,115,225); }
H1.HeaderClassName
{
color: #8473E1;
}
.AnyTagClassName
{
color: #8473E1;
}
</style>
background-color css
<style>
a { background-color: #8473E1; }
a { background-color: rgb(132,115,225); }
div.DivClassName
{
background-color: #8473E1;
}
.BgClassName
{
background-color: #8473E1;
}
</style>
border-color css
<style>
span { border-color: #8473E1; }
span { border-color: rgb(132,115,225); }
td.TdClassName
{
border-color: #8473E1;
}
.TagClassName
{
border-color: #8473E1;
}
</style>