Shades of Medium Slate Blue #847CE6
Tints of Medium Slate Blue #847CE6
RGB
CMYK
RGB Variations
Color information
#847CE6 (or 0x847CE6) is known color: Medium Slate Blue. HEX triplet: 84, 7C and E6. RGB value is (132,124,230). Sum of RGB (Red+Green+Blue) = 132+124+230=486 (64% of max value = 765). Red value is 132 (51.95% from 255 or 27.16% from 486); Green value is 124 (48.83% from 255 or 25.51% from 486); Blue value is 230 (90.23% from 255 or 47.33% from 486); Max value from RGB is 230 - color contains mainly: blue. Hex color #847CE6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #847CE6 is #7B8319. Grayscale: #8A8A8A. Windows color (decimal): -8094490 or 15105156. OLE color: 15105156.
HSL color Cylindrical-coordinate representation of color #847CE6: hue angle of 244.53º degrees, saturation: 0.68, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #847CE6 is Cyan = 0.43, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 132 | 124 | 230 | - |
| CMYK | 0.43 | 0.46 | 0 | 0.10 |
| HSL | 244.53º | 0.68% | 0.69% | - |
| HSV(B) | 244.53º | 0.46% | 0.9% | - |
| XYZ | 31.01 | 25.03 | 78.06 | - |
| YUV | 138.48 | 179.65 | 123.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 124 | 230 | 0.43 | 0.46 | 0 | 0.10 | 244.53 | 0.68 | 0.69 |
| Hex | 84 | 7C | E6 | 2B | 2E | 0 | A | F5 | 44 | 45 |
| Octal | 204 | 174 | 346 | 53 | 56 | 0 | 12 | 365 | 104 | 105 |
| Binary | 10000100 | 1111100 | 11100110 | 101011 | 101110 | 0 | 1010 | 11110101 | 1000100 | 1000101 |
Color Harmonies of #847CE6
Complementary color
Monochromatic Colors of #847CE6
Black with #847CE6
Text Example
Text Example
White with #847CE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #847CE6; }
p { color: rgb(132,124,230); }
H1.HeaderClassName
{
color: #847CE6;
}
.AnyTagClassName
{
color: #847CE6;
}
</style>
background-color css
<style>
a { background-color: #847CE6; }
a { background-color: rgb(132,124,230); }
div.DivClassName
{
background-color: #847CE6;
}
.BgClassName
{
background-color: #847CE6;
}
</style>
border-color css
<style>
span { border-color: #847CE6; }
span { border-color: rgb(132,124,230); }
td.TdClassName
{
border-color: #847CE6;
}
.TagClassName
{
border-color: #847CE6;
}
</style>