Shades of Medium Slate Blue #8473EE
Tints of Medium Slate Blue #8473EE
RGB
CMYK
RGB Variations
Color information
#8473EE (or 0x8473EE) is known color: Medium Slate Blue. HEX triplet: 84, 73 and EE. RGB value is (132,115,238). Sum of RGB (Red+Green+Blue) = 132+115+238=485 (64% of max value = 765). Red value is 132 (51.95% from 255 or 27.22% from 485); Green value is 115 (45.31% from 255 or 23.71% from 485); Blue value is 238 (93.36% from 255 or 49.07% from 485); Max value from RGB is 238 - color contains mainly: blue. Hex color #8473EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8473EE is #7B8C11. Grayscale: #858585. Windows color (decimal): -8096786 or 15627140. OLE color: 15627140.
HSL color Cylindrical-coordinate representation of color #8473EE: hue angle of 248.29º degrees, saturation: 0.78, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8473EE is Cyan = 0.45, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 132 | 115 | 238 | - |
| CMYK | 0.45 | 0.52 | 0 | 0.07 |
| HSL | 248.29º | 0.78% | 0.69% | - |
| HSV(B) | 248.29º | 0.52% | 0.93% | - |
| XYZ | 31.08 | 23.34 | 83.76 | - |
| YUV | 134.11 | 186.63 | 126.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 115 | 238 | 0.45 | 0.52 | 0 | 0.07 | 248.29 | 0.78 | 0.69 |
| Hex | 84 | 73 | EE | 2D | 34 | 0 | 7 | F8 | 4E | 45 |
| Octal | 204 | 163 | 356 | 55 | 64 | 0 | 7 | 370 | 116 | 105 |
| Binary | 10000100 | 1110011 | 11101110 | 101101 | 110100 | 0 | 111 | 11111000 | 1001110 | 1000101 |
Color Harmonies of #8473EE
Complementary color
Monochromatic Colors of #8473EE
Black with #8473EE
Text Example
Text Example
White with #8473EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8473EE; }
p { color: rgb(132,115,238); }
H1.HeaderClassName
{
color: #8473EE;
}
.AnyTagClassName
{
color: #8473EE;
}
</style>
background-color css
<style>
a { background-color: #8473EE; }
a { background-color: rgb(132,115,238); }
div.DivClassName
{
background-color: #8473EE;
}
.BgClassName
{
background-color: #8473EE;
}
</style>
border-color css
<style>
span { border-color: #8473EE; }
span { border-color: rgb(132,115,238); }
td.TdClassName
{
border-color: #8473EE;
}
.TagClassName
{
border-color: #8473EE;
}
</style>