Shades of Medium Slate Blue #845BEE
Tints of Medium Slate Blue #845BEE
RGB
CMYK
RGB Variations
Color information
#845BEE (or 0x845BEE) is known color: Medium Slate Blue. HEX triplet: 84, 5B and EE. RGB value is (132,91,238). Sum of RGB (Red+Green+Blue) = 132+91+238=461 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.63% from 461); Green value is 91 (35.94% from 255 or 19.74% from 461); Blue value is 238 (93.36% from 255 or 51.63% from 461); Max value from RGB is 238 - color contains mainly: blue. Hex color #845BEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #845BEE is #7BA411. Grayscale: #777777. Windows color (decimal): -8102930 or 15620996. OLE color: 15620996.
HSL color Cylindrical-coordinate representation of color #845BEE: hue angle of 256.73º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #845BEE is Cyan = 0.45, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 132 | 91 | 238 | - |
| CMYK | 0.45 | 0.62 | 0 | 0.07 |
| HSL | 256.73º | 0.81% | 0.65% | - |
| HSV(B) | 256.73º | 0.62% | 0.93% | - |
| XYZ | 28.69 | 18.56 | 82.96 | - |
| YUV | 120.02 | 194.58 | 136.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 91 | 238 | 0.45 | 0.62 | 0 | 0.07 | 256.73 | 0.81 | 0.65 |
| Hex | 84 | 5B | EE | 2D | 3E | 0 | 7 | 101 | 51 | 41 |
| Octal | 204 | 133 | 356 | 55 | 76 | 0 | 7 | 401 | 121 | 101 |
| Binary | 10000100 | 1011011 | 11101110 | 101101 | 111110 | 0 | 111 | 100000001 | 1010001 | 1000001 |
Color Harmonies of #845BEE
Complementary color
Monochromatic Colors of #845BEE
Black with #845BEE
Text Example
Text Example
White with #845BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #845BEE; }
p { color: rgb(132,91,238); }
H1.HeaderClassName
{
color: #845BEE;
}
.AnyTagClassName
{
color: #845BEE;
}
</style>
background-color css
<style>
a { background-color: #845BEE; }
a { background-color: rgb(132,91,238); }
div.DivClassName
{
background-color: #845BEE;
}
.BgClassName
{
background-color: #845BEE;
}
</style>
border-color css
<style>
span { border-color: #845BEE; }
span { border-color: rgb(132,91,238); }
td.TdClassName
{
border-color: #845BEE;
}
.TagClassName
{
border-color: #845BEE;
}
</style>