Shades of Medium Slate Blue #8464E2
Tints of Medium Slate Blue #8464E2
RGB
CMYK
RGB Variations
Color information
#8464E2 (or 0x8464E2) is known color: Medium Slate Blue. HEX triplet: 84, 64 and E2. RGB value is (132,100,226). Sum of RGB (Red+Green+Blue) = 132+100+226=458 (60% of max value = 765). Red value is 132 (51.95% from 255 or 28.82% from 458); Green value is 100 (39.45% from 255 or 21.83% from 458); Blue value is 226 (88.67% from 255 or 49.34% from 458); Max value from RGB is 226 - color contains mainly: blue. Hex color #8464E2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8464E2 is #7B9B1D. Grayscale: #7B7B7B. Windows color (decimal): -8100638 or 14836868. OLE color: 14836868.
HSL color Cylindrical-coordinate representation of color #8464E2: hue angle of 255.24º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8464E2 is Cyan = 0.42, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 132 | 100 | 226 | - |
| CMYK | 0.42 | 0.56 | 0 | 0.11 |
| HSL | 255.24º | 0.68% | 0.64% | - |
| HSV(B) | 255.24º | 0.56% | 0.89% | - |
| XYZ | 27.8 | 19.51 | 74.25 | - |
| YUV | 123.93 | 185.6 | 133.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 100 | 226 | 0.42 | 0.56 | 0 | 0.11 | 255.24 | 0.68 | 0.64 |
| Hex | 84 | 64 | E2 | 2A | 38 | 0 | B | FF | 44 | 40 |
| Octal | 204 | 144 | 342 | 52 | 70 | 0 | 13 | 377 | 104 | 100 |
| Binary | 10000100 | 1100100 | 11100010 | 101010 | 111000 | 0 | 1011 | 11111111 | 1000100 | 1000000 |
Color Harmonies of #8464E2
Complementary color
Monochromatic Colors of #8464E2
Black with #8464E2
Text Example
Text Example
White with #8464E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8464E2; }
p { color: rgb(132,100,226); }
H1.HeaderClassName
{
color: #8464E2;
}
.AnyTagClassName
{
color: #8464E2;
}
</style>
background-color css
<style>
a { background-color: #8464E2; }
a { background-color: rgb(132,100,226); }
div.DivClassName
{
background-color: #8464E2;
}
.BgClassName
{
background-color: #8464E2;
}
</style>
border-color css
<style>
span { border-color: #8464E2; }
span { border-color: rgb(132,100,226); }
td.TdClassName
{
border-color: #8464E2;
}
.TagClassName
{
border-color: #8464E2;
}
</style>