Shades of Medium Slate Blue #846BED
Tints of Medium Slate Blue #846BED
RGB
CMYK
RGB Variations
Color information
#846BED (or 0x846BED) is known color: Medium Slate Blue. HEX triplet: 84, 6B and ED. RGB value is (132,107,237). Sum of RGB (Red+Green+Blue) = 132+107+237=476 (63% of max value = 765). Red value is 132 (51.95% from 255 or 27.73% from 476); Green value is 107 (42.19% from 255 or 22.48% from 476); Blue value is 237 (92.97% from 255 or 49.79% from 476); Max value from RGB is 237 - color contains mainly: blue. Hex color #846BED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #846BED is #7B9412. Grayscale: #808080. Windows color (decimal): -8098835 or 15559556. OLE color: 15559556.
HSL color Cylindrical-coordinate representation of color #846BED: hue angle of 251.54º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #846BED is Cyan = 0.44, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 132 | 107 | 237 | - |
| CMYK | 0.44 | 0.55 | 0 | 0.07 |
| HSL | 251.54º | 0.78% | 0.67% | - |
| HSV(B) | 251.54º | 0.55% | 0.93% | - |
| XYZ | 30.06 | 21.54 | 82.69 | - |
| YUV | 129.3 | 188.78 | 129.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 107 | 237 | 0.44 | 0.55 | 0 | 0.07 | 251.54 | 0.78 | 0.67 |
| Hex | 84 | 6B | ED | 2C | 37 | 0 | 7 | FC | 4E | 43 |
| Octal | 204 | 153 | 355 | 54 | 67 | 0 | 7 | 374 | 116 | 103 |
| Binary | 10000100 | 1101011 | 11101101 | 101100 | 110111 | 0 | 111 | 11111100 | 1001110 | 1000011 |
Color Harmonies of #846BED
Complementary color
Monochromatic Colors of #846BED
Black with #846BED
Text Example
Text Example
White with #846BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #846BED; }
p { color: rgb(132,107,237); }
H1.HeaderClassName
{
color: #846BED;
}
.AnyTagClassName
{
color: #846BED;
}
</style>
background-color css
<style>
a { background-color: #846BED; }
a { background-color: rgb(132,107,237); }
div.DivClassName
{
background-color: #846BED;
}
.BgClassName
{
background-color: #846BED;
}
</style>
border-color css
<style>
span { border-color: #846BED; }
span { border-color: rgb(132,107,237); }
td.TdClassName
{
border-color: #846BED;
}
.TagClassName
{
border-color: #846BED;
}
</style>