Shades of Medium Slate Blue #8463E0
Tints of Medium Slate Blue #8463E0
RGB
CMYK
RGB Variations
Color information
#8463E0 (or 0x8463E0) is known color: Medium Slate Blue. HEX triplet: 84, 63 and E0. RGB value is (132,99,224). Sum of RGB (Red+Green+Blue) = 132+99+224=455 (60% of max value = 765). Red value is 132 (51.95% from 255 or 29.01% from 455); Green value is 99 (39.06% from 255 or 21.76% from 455); Blue value is 224 (87.89% from 255 or 49.23% from 455); Max value from RGB is 224 - color contains mainly: blue. Hex color #8463E0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8463E0 is #7B9C1F. Grayscale: #7A7A7A. Windows color (decimal): -8100896 or 14705540. OLE color: 14705540.
HSL color Cylindrical-coordinate representation of color #8463E0: hue angle of 255.84º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8463E0 is Cyan = 0.41, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 132 | 99 | 224 | - |
| CMYK | 0.41 | 0.56 | 0 | 0.12 |
| HSL | 255.84º | 0.67% | 0.63% | - |
| HSV(B) | 255.84º | 0.56% | 0.88% | - |
| XYZ | 27.43 | 19.21 | 72.78 | - |
| YUV | 123.12 | 184.93 | 134.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 99 | 224 | 0.41 | 0.56 | 0 | 0.12 | 255.84 | 0.67 | 0.63 |
| Hex | 84 | 63 | E0 | 29 | 38 | 0 | C | 100 | 43 | 3F |
| Octal | 204 | 143 | 340 | 51 | 70 | 0 | 14 | 400 | 103 | 77 |
| Binary | 10000100 | 1100011 | 11100000 | 101001 | 111000 | 0 | 1100 | 100000000 | 1000011 | 111111 |
Color Harmonies of #8463E0
Complementary color
Monochromatic Colors of #8463E0
Black with #8463E0
Text Example
Text Example
White with #8463E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8463E0; }
p { color: rgb(132,99,224); }
H1.HeaderClassName
{
color: #8463E0;
}
.AnyTagClassName
{
color: #8463E0;
}
</style>
background-color css
<style>
a { background-color: #8463E0; }
a { background-color: rgb(132,99,224); }
div.DivClassName
{
background-color: #8463E0;
}
.BgClassName
{
background-color: #8463E0;
}
</style>
border-color css
<style>
span { border-color: #8463E0; }
span { border-color: rgb(132,99,224); }
td.TdClassName
{
border-color: #8463E0;
}
.TagClassName
{
border-color: #8463E0;
}
</style>