Shades of Medium Slate Blue #847BED
Tints of Medium Slate Blue #847BED
RGB
CMYK
RGB Variations
Color information
#847BED (or 0x847BED) is known color: Medium Slate Blue. HEX triplet: 84, 7B and ED. RGB value is (132,123,237). Sum of RGB (Red+Green+Blue) = 132+123+237=492 (65% of max value = 765). Red value is 132 (51.95% from 255 or 26.83% from 492); Green value is 123 (48.44% from 255 or 25% from 492); Blue value is 237 (92.97% from 255 or 48.17% from 492); Max value from RGB is 237 - color contains mainly: blue. Hex color #847BED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #847BED is #7B8412. Grayscale: #8A8A8A. Windows color (decimal): -8094739 or 15563652. OLE color: 15563652.
HSL color Cylindrical-coordinate representation of color #847BED: hue angle of 244.74º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #847BED is Cyan = 0.44, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 132 | 123 | 237 | - |
| CMYK | 0.44 | 0.48 | 0 | 0.07 |
| HSL | 244.74º | 0.76% | 0.71% | - |
| HSV(B) | 244.74º | 0.48% | 0.93% | - |
| XYZ | 31.88 | 25.19 | 83.3 | - |
| YUV | 138.69 | 183.48 | 123.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 123 | 237 | 0.44 | 0.48 | 0 | 0.07 | 244.74 | 0.76 | 0.71 |
| Hex | 84 | 7B | ED | 2C | 30 | 0 | 7 | F5 | 4C | 47 |
| Octal | 204 | 173 | 355 | 54 | 60 | 0 | 7 | 365 | 114 | 107 |
| Binary | 10000100 | 1111011 | 11101101 | 101100 | 110000 | 0 | 111 | 11110101 | 1001100 | 1000111 |
Color Harmonies of #847BED
Complementary color
Monochromatic Colors of #847BED
Black with #847BED
Text Example
Text Example
White with #847BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #847BED; }
p { color: rgb(132,123,237); }
H1.HeaderClassName
{
color: #847BED;
}
.AnyTagClassName
{
color: #847BED;
}
</style>
background-color css
<style>
a { background-color: #847BED; }
a { background-color: rgb(132,123,237); }
div.DivClassName
{
background-color: #847BED;
}
.BgClassName
{
background-color: #847BED;
}
</style>
border-color css
<style>
span { border-color: #847BED; }
span { border-color: rgb(132,123,237); }
td.TdClassName
{
border-color: #847BED;
}
.TagClassName
{
border-color: #847BED;
}
</style>