Shades of Medium Slate Blue #845BED
Tints of Medium Slate Blue #845BED
RGB
CMYK
RGB Variations
Color information
#845BED (or 0x845BED) is known color: Medium Slate Blue. HEX triplet: 84, 5B and ED. RGB value is (132,91,237). Sum of RGB (Red+Green+Blue) = 132+91+237=460 (60% of max value = 765). Red value is 132 (51.95% from 255 or 28.70% from 460); Green value is 91 (35.94% from 255 or 19.78% from 460); Blue value is 237 (92.97% from 255 or 51.52% from 460); Max value from RGB is 237 - color contains mainly: blue. Hex color #845BED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #845BED is #7BA412. Grayscale: #777777. Windows color (decimal): -8102931 or 15555460. OLE color: 15555460.
HSL color Cylindrical-coordinate representation of color #845BED: hue angle of 256.85º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #845BED is Cyan = 0.44, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 132 | 91 | 237 | - |
| CMYK | 0.44 | 0.62 | 0 | 0.07 |
| HSL | 256.85º | 0.8% | 0.64% | - |
| HSV(B) | 256.85º | 0.62% | 0.93% | - |
| XYZ | 28.54 | 18.5 | 82.19 | - |
| YUV | 119.9 | 194.08 | 136.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 91 | 237 | 0.44 | 0.62 | 0 | 0.07 | 256.85 | 0.8 | 0.64 |
| Hex | 84 | 5B | ED | 2C | 3E | 0 | 7 | 101 | 50 | 40 |
| Octal | 204 | 133 | 355 | 54 | 76 | 0 | 7 | 401 | 120 | 100 |
| Binary | 10000100 | 1011011 | 11101101 | 101100 | 111110 | 0 | 111 | 100000001 | 1010000 | 1000000 |
Color Harmonies of #845BED
Complementary color
Monochromatic Colors of #845BED
Black with #845BED
Text Example
Text Example
White with #845BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #845BED; }
p { color: rgb(132,91,237); }
H1.HeaderClassName
{
color: #845BED;
}
.AnyTagClassName
{
color: #845BED;
}
</style>
background-color css
<style>
a { background-color: #845BED; }
a { background-color: rgb(132,91,237); }
div.DivClassName
{
background-color: #845BED;
}
.BgClassName
{
background-color: #845BED;
}
</style>
border-color css
<style>
span { border-color: #845BED; }
span { border-color: rgb(132,91,237); }
td.TdClassName
{
border-color: #845BED;
}
.TagClassName
{
border-color: #845BED;
}
</style>