Shades of Medium Slate Blue #8473EA
Tints of Medium Slate Blue #8473EA
RGB
CMYK
RGB Variations
Color information
#8473EA (or 0x8473EA) is known color: Medium Slate Blue. HEX triplet: 84, 73 and EA. RGB value is (132,115,234). Sum of RGB (Red+Green+Blue) = 132+115+234=481 (63% of max value = 765). Red value is 132 (51.95% from 255 or 27.44% from 481); Green value is 115 (45.31% from 255 or 23.91% from 481); Blue value is 234 (91.80% from 255 or 48.65% from 481); Max value from RGB is 234 - color contains mainly: blue. Hex color #8473EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8473EA is #7B8C15. Grayscale: #858585. Windows color (decimal): -8096790 or 15364996. OLE color: 15364996.
HSL color Cylindrical-coordinate representation of color #8473EA: hue angle of 248.57º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8473EA is Cyan = 0.44, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 132 | 115 | 234 | - |
| CMYK | 0.44 | 0.51 | 0 | 0.08 |
| HSL | 248.57º | 0.74% | 0.68% | - |
| HSV(B) | 248.57º | 0.51% | 0.92% | - |
| XYZ | 30.5 | 23.11 | 80.69 | - |
| YUV | 133.65 | 184.63 | 126.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 115 | 234 | 0.44 | 0.51 | 0 | 0.08 | 248.57 | 0.74 | 0.68 |
| Hex | 84 | 73 | EA | 2C | 33 | 0 | 8 | F9 | 4A | 44 |
| Octal | 204 | 163 | 352 | 54 | 63 | 0 | 10 | 371 | 112 | 104 |
| Binary | 10000100 | 1110011 | 11101010 | 101100 | 110011 | 0 | 1000 | 11111001 | 1001010 | 1000100 |
Color Harmonies of #8473EA
Complementary color
Monochromatic Colors of #8473EA
Black with #8473EA
Text Example
Text Example
White with #8473EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8473EA; }
p { color: rgb(132,115,234); }
H1.HeaderClassName
{
color: #8473EA;
}
.AnyTagClassName
{
color: #8473EA;
}
</style>
background-color css
<style>
a { background-color: #8473EA; }
a { background-color: rgb(132,115,234); }
div.DivClassName
{
background-color: #8473EA;
}
.BgClassName
{
background-color: #8473EA;
}
</style>
border-color css
<style>
span { border-color: #8473EA; }
span { border-color: rgb(132,115,234); }
td.TdClassName
{
border-color: #8473EA;
}
.TagClassName
{
border-color: #8473EA;
}
</style>