Shades of Medium Slate Blue #844EFF
Tints of Medium Slate Blue #844EFF
RGB
CMYK
RGB Variations
Color information
#844EFF (or 0x844EFF) is known color: Medium Slate Blue. HEX triplet: 84, 4E and FF. RGB value is (132,78,255). Sum of RGB (Red+Green+Blue) = 132+78+255=465 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.39% from 465); Green value is 78 (30.86% from 255 or 16.77% from 465); Blue value is 255 (100% from 255 or 54.84% from 465); Max value from RGB is 255 - color contains mainly: blue. Hex color #844EFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #844EFF is #7BB100. Grayscale: #717171. Windows color (decimal): -8106241 or 16731780. OLE color: 16731780.
HSL color Cylindrical-coordinate representation of color #844EFF: hue angle of 258.31º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #844EFF is Cyan = 0.48, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 132 | 78 | 255 | - |
| CMYK | 0.48 | 0.69 | 0 | 0 |
| HSL | 258.31º | 1% | 0.65% | - |
| HSV(B) | 258.31º | 0.69% | 1% | - |
| XYZ | 30.29 | 17.57 | 96.4 | - |
| YUV | 114.32 | 207.39 | 140.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 78 | 255 | 0.48 | 0.69 | 0 | 0 | 258.31 | 1 | 0.65 |
| Hex | 84 | 4E | FF | 30 | 45 | 0 | 0 | 102 | 64 | 41 |
| Octal | 204 | 116 | 377 | 60 | 105 | 0 | 0 | 402 | 144 | 101 |
| Binary | 10000100 | 1001110 | 11111111 | 110000 | 1000101 | 0 | 0 | 100000010 | 1100100 | 1000001 |
Color Harmonies of #844EFF
Complementary color
Monochromatic Colors of #844EFF
Black with #844EFF
Text Example
Text Example
White with #844EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844EFF; }
p { color: rgb(132,78,255); }
H1.HeaderClassName
{
color: #844EFF;
}
.AnyTagClassName
{
color: #844EFF;
}
</style>
background-color css
<style>
a { background-color: #844EFF; }
a { background-color: rgb(132,78,255); }
div.DivClassName
{
background-color: #844EFF;
}
.BgClassName
{
background-color: #844EFF;
}
</style>
border-color css
<style>
span { border-color: #844EFF; }
span { border-color: rgb(132,78,255); }
td.TdClassName
{
border-color: #844EFF;
}
.TagClassName
{
border-color: #844EFF;
}
</style>