Shades of Medium Slate Blue #844AEF
Tints of Medium Slate Blue #844AEF
RGB
CMYK
RGB Variations
Color information
#844AEF (or 0x844AEF) is known color: Medium Slate Blue. HEX triplet: 84, 4A and EF. RGB value is (132,74,239). Sum of RGB (Red+Green+Blue) = 132+74+239=445 (58% of max value = 765). Red value is 132 (51.95% from 255 or 29.66% from 445); Green value is 74 (29.30% from 255 or 16.63% from 445); Blue value is 239 (93.75% from 255 or 53.71% from 445); Max value from RGB is 239 - color contains mainly: blue. Hex color #844AEF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #844AEF is #7BB510. Grayscale: #6D6D6D. Windows color (decimal): -8107281 or 15682180. OLE color: 15682180.
HSL color Cylindrical-coordinate representation of color #844AEF: hue angle of 261.09º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #844AEF is Cyan = 0.45, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 132 | 74 | 239 | - |
| CMYK | 0.45 | 0.69 | 0 | 0.06 |
| HSL | 261.09º | 0.84% | 0.61% | - |
| HSV(B) | 261.09º | 0.69% | 0.94% | - |
| XYZ | 27.54 | 16.04 | 83.3 | - |
| YUV | 110.15 | 200.72 | 143.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 74 | 239 | 0.45 | 0.69 | 0 | 0.06 | 261.09 | 0.84 | 0.61 |
| Hex | 84 | 4A | EF | 2D | 45 | 0 | 6 | 105 | 54 | 3D |
| Octal | 204 | 112 | 357 | 55 | 105 | 0 | 6 | 405 | 124 | 75 |
| Binary | 10000100 | 1001010 | 11101111 | 101101 | 1000101 | 0 | 110 | 100000101 | 1010100 | 111101 |
Color Harmonies of #844AEF
Complementary color
Monochromatic Colors of #844AEF
Black with #844AEF
Text Example
Text Example
White with #844AEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844AEF; }
p { color: rgb(132,74,239); }
H1.HeaderClassName
{
color: #844AEF;
}
.AnyTagClassName
{
color: #844AEF;
}
</style>
background-color css
<style>
a { background-color: #844AEF; }
a { background-color: rgb(132,74,239); }
div.DivClassName
{
background-color: #844AEF;
}
.BgClassName
{
background-color: #844AEF;
}
</style>
border-color css
<style>
span { border-color: #844AEF; }
span { border-color: rgb(132,74,239); }
td.TdClassName
{
border-color: #844AEF;
}
.TagClassName
{
border-color: #844AEF;
}
</style>