Shades of Medium Slate Blue #847CEB
Tints of Medium Slate Blue #847CEB
RGB
CMYK
RGB Variations
Color information
#847CEB (or 0x847CEB) is known color: Medium Slate Blue. HEX triplet: 84, 7C and EB. RGB value is (132,124,235). Sum of RGB (Red+Green+Blue) = 132+124+235=491 (65% of max value = 765). Red value is 132 (51.95% from 255 or 26.88% from 491); Green value is 124 (48.83% from 255 or 25.25% from 491); Blue value is 235 (92.19% from 255 or 47.86% from 491); Max value from RGB is 235 - color contains mainly: blue. Hex color #847CEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #847CEB is #7B8314. Grayscale: #8A8A8A. Windows color (decimal): -8094485 or 15432836. OLE color: 15432836.
HSL color Cylindrical-coordinate representation of color #847CEB: hue angle of 244.32º degrees, saturation: 0.74, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #847CEB is Cyan = 0.44, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 132 | 124 | 235 | - |
| CMYK | 0.44 | 0.47 | 0 | 0.08 |
| HSL | 244.32º | 0.74% | 0.7% | - |
| HSV(B) | 244.32º | 0.47% | 0.92% | - |
| XYZ | 31.72 | 25.32 | 81.81 | - |
| YUV | 139.05 | 182.15 | 122.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 124 | 235 | 0.44 | 0.47 | 0 | 0.08 | 244.32 | 0.74 | 0.7 |
| Hex | 84 | 7C | EB | 2C | 2F | 0 | 8 | F4 | 4A | 46 |
| Octal | 204 | 174 | 353 | 54 | 57 | 0 | 10 | 364 | 112 | 106 |
| Binary | 10000100 | 1111100 | 11101011 | 101100 | 101111 | 0 | 1000 | 11110100 | 1001010 | 1000110 |
Color Harmonies of #847CEB
Complementary color
Monochromatic Colors of #847CEB
Black with #847CEB
Text Example
Text Example
White with #847CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #847CEB; }
p { color: rgb(132,124,235); }
H1.HeaderClassName
{
color: #847CEB;
}
.AnyTagClassName
{
color: #847CEB;
}
</style>
background-color css
<style>
a { background-color: #847CEB; }
a { background-color: rgb(132,124,235); }
div.DivClassName
{
background-color: #847CEB;
}
.BgClassName
{
background-color: #847CEB;
}
</style>
border-color css
<style>
span { border-color: #847CEB; }
span { border-color: rgb(132,124,235); }
td.TdClassName
{
border-color: #847CEB;
}
.TagClassName
{
border-color: #847CEB;
}
</style>