Shades of Medium Slate Blue #845BDF
Tints of Medium Slate Blue #845BDF
RGB
CMYK
RGB Variations
Color information
#845BDF (or 0x845BDF) is known color: Medium Slate Blue. HEX triplet: 84, 5B and DF. RGB value is (132,91,223). Sum of RGB (Red+Green+Blue) = 132+91+223=446 (59% of max value = 765). Red value is 132 (51.95% from 255 or 29.60% from 446); Green value is 91 (35.94% from 255 or 20.40% from 446); Blue value is 223 (87.5% from 255 or 50% from 446); Max value from RGB is 223 - color contains mainly: blue. Hex color #845BDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #845BDF is #7BA420. Grayscale: #757575. Windows color (decimal): -8102945 or 14637956. OLE color: 14637956.
HSL color Cylindrical-coordinate representation of color #845BDF: hue angle of 258.64º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #845BDF is Cyan = 0.41, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 132 | 91 | 223 | - |
| CMYK | 0.41 | 0.59 | 0 | 0.13 |
| HSL | 258.64º | 0.67% | 0.62% | - |
| HSV(B) | 258.64º | 0.59% | 0.87% | - |
| XYZ | 26.58 | 17.72 | 71.83 | - |
| YUV | 118.31 | 187.08 | 137.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 91 | 223 | 0.41 | 0.59 | 0 | 0.13 | 258.64 | 0.67 | 0.62 |
| Hex | 84 | 5B | DF | 29 | 3B | 0 | D | 103 | 43 | 3E |
| Octal | 204 | 133 | 337 | 51 | 73 | 0 | 15 | 403 | 103 | 76 |
| Binary | 10000100 | 1011011 | 11011111 | 101001 | 111011 | 0 | 1101 | 100000011 | 1000011 | 111110 |
Color Harmonies of #845BDF
Complementary color
Monochromatic Colors of #845BDF
Black with #845BDF
Text Example
Text Example
White with #845BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #845BDF; }
p { color: rgb(132,91,223); }
H1.HeaderClassName
{
color: #845BDF;
}
.AnyTagClassName
{
color: #845BDF;
}
</style>
background-color css
<style>
a { background-color: #845BDF; }
a { background-color: rgb(132,91,223); }
div.DivClassName
{
background-color: #845BDF;
}
.BgClassName
{
background-color: #845BDF;
}
</style>
border-color css
<style>
span { border-color: #845BDF; }
span { border-color: rgb(132,91,223); }
td.TdClassName
{
border-color: #845BDF;
}
.TagClassName
{
border-color: #845BDF;
}
</style>