Shades of Medium Slate Blue #845AEF
Tints of Medium Slate Blue #845AEF
RGB
CMYK
RGB Variations
Color information
#845AEF (or 0x845AEF) is known color: Medium Slate Blue. HEX triplet: 84, 5A and EF. RGB value is (132,90,239). Sum of RGB (Red+Green+Blue) = 132+90+239=461 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.63% from 461); Green value is 90 (35.55% from 255 or 19.52% from 461); Blue value is 239 (93.75% from 255 or 51.84% from 461); Max value from RGB is 239 - color contains mainly: blue. Hex color #845AEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #845AEF is #7BA510. Grayscale: #767676. Windows color (decimal): -8103185 or 15686276. OLE color: 15686276.
HSL color Cylindrical-coordinate representation of color #845AEF: hue angle of 256.91º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #845AEF is Cyan = 0.45, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 132 | 90 | 239 | - |
| CMYK | 0.45 | 0.62 | 0 | 0.06 |
| HSL | 256.91º | 0.82% | 0.65% | - |
| HSV(B) | 256.91º | 0.62% | 0.94% | - |
| XYZ | 28.75 | 18.45 | 83.71 | - |
| YUV | 119.54 | 195.41 | 136.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 90 | 239 | 0.45 | 0.62 | 0 | 0.06 | 256.91 | 0.82 | 0.65 |
| Hex | 84 | 5A | EF | 2D | 3E | 0 | 6 | 101 | 52 | 41 |
| Octal | 204 | 132 | 357 | 55 | 76 | 0 | 6 | 401 | 122 | 101 |
| Binary | 10000100 | 1011010 | 11101111 | 101101 | 111110 | 0 | 110 | 100000001 | 1010010 | 1000001 |
Color Harmonies of #845AEF
Complementary color
Monochromatic Colors of #845AEF
Black with #845AEF
Text Example
Text Example
White with #845AEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #845AEF; }
p { color: rgb(132,90,239); }
H1.HeaderClassName
{
color: #845AEF;
}
.AnyTagClassName
{
color: #845AEF;
}
</style>
background-color css
<style>
a { background-color: #845AEF; }
a { background-color: rgb(132,90,239); }
div.DivClassName
{
background-color: #845AEF;
}
.BgClassName
{
background-color: #845AEF;
}
</style>
border-color css
<style>
span { border-color: #845AEF; }
span { border-color: rgb(132,90,239); }
td.TdClassName
{
border-color: #845AEF;
}
.TagClassName
{
border-color: #845AEF;
}
</style>