Shades of Medium Slate Blue #844EEF
Tints of Medium Slate Blue #844EEF
RGB
CMYK
RGB Variations
Color information
#844EEF (or 0x844EEF) is known color: Medium Slate Blue. HEX triplet: 84, 4E and EF. RGB value is (132,78,239). Sum of RGB (Red+Green+Blue) = 132+78+239=449 (59% of max value = 765). Red value is 132 (51.95% from 255 or 29.40% from 449); Green value is 78 (30.86% from 255 or 17.37% from 449); Blue value is 239 (93.75% from 255 or 53.23% from 449); Max value from RGB is 239 - color contains mainly: blue. Hex color #844EEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #844EEF is #7BB110. Grayscale: #6F6F6F. Windows color (decimal): -8106257 or 15683204. OLE color: 15683204.
HSL color Cylindrical-coordinate representation of color #844EEF: hue angle of 260.12º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #844EEF is Cyan = 0.45, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 132 | 78 | 239 | - |
| CMYK | 0.45 | 0.67 | 0 | 0.06 |
| HSL | 260.12º | 0.83% | 0.62% | - |
| HSV(B) | 260.12º | 0.67% | 0.94% | - |
| XYZ | 27.82 | 16.59 | 83.4 | - |
| YUV | 112.5 | 199.39 | 141.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 78 | 239 | 0.45 | 0.67 | 0 | 0.06 | 260.12 | 0.83 | 0.62 |
| Hex | 84 | 4E | EF | 2D | 43 | 0 | 6 | 104 | 53 | 3E |
| Octal | 204 | 116 | 357 | 55 | 103 | 0 | 6 | 404 | 123 | 76 |
| Binary | 10000100 | 1001110 | 11101111 | 101101 | 1000011 | 0 | 110 | 100000100 | 1010011 | 111110 |
Color Harmonies of #844EEF
Complementary color
Monochromatic Colors of #844EEF
Black with #844EEF
Text Example
Text Example
White with #844EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844EEF; }
p { color: rgb(132,78,239); }
H1.HeaderClassName
{
color: #844EEF;
}
.AnyTagClassName
{
color: #844EEF;
}
</style>
background-color css
<style>
a { background-color: #844EEF; }
a { background-color: rgb(132,78,239); }
div.DivClassName
{
background-color: #844EEF;
}
.BgClassName
{
background-color: #844EEF;
}
</style>
border-color css
<style>
span { border-color: #844EEF; }
span { border-color: rgb(132,78,239); }
td.TdClassName
{
border-color: #844EEF;
}
.TagClassName
{
border-color: #844EEF;
}
</style>