Shades of Medium Slate Blue #844FEF
Tints of Medium Slate Blue #844FEF
RGB
CMYK
RGB Variations
Color information
#844FEF (or 0x844FEF) is known color: Medium Slate Blue. HEX triplet: 84, 4F and EF. RGB value is (132,79,239). Sum of RGB (Red+Green+Blue) = 132+79+239=450 (59% of max value = 765). Red value is 132 (51.95% from 255 or 29.33% from 450); Green value is 79 (31.25% from 255 or 17.56% from 450); Blue value is 239 (93.75% from 255 or 53.11% from 450); Max value from RGB is 239 - color contains mainly: blue. Hex color #844FEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #844FEF is #7BB010. Grayscale: #707070. Windows color (decimal): -8106001 or 15683460. OLE color: 15683460.
HSL color Cylindrical-coordinate representation of color #844FEF: hue angle of 259.88º 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 #844FEF is Cyan = 0.45, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 132 | 79 | 239 | - |
| CMYK | 0.45 | 0.67 | 0 | 0.06 |
| HSL | 259.88º | 0.83% | 0.62% | - |
| HSV(B) | 259.88º | 0.67% | 0.94% | - |
| XYZ | 27.89 | 16.73 | 83.42 | - |
| YUV | 113.09 | 199.06 | 141.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 79 | 239 | 0.45 | 0.67 | 0 | 0.06 | 259.88 | 0.83 | 0.62 |
| Hex | 84 | 4F | EF | 2D | 43 | 0 | 6 | 104 | 53 | 3E |
| Octal | 204 | 117 | 357 | 55 | 103 | 0 | 6 | 404 | 123 | 76 |
| Binary | 10000100 | 1001111 | 11101111 | 101101 | 1000011 | 0 | 110 | 100000100 | 1010011 | 111110 |
Color Harmonies of #844FEF
Complementary color
Monochromatic Colors of #844FEF
Black with #844FEF
Text Example
Text Example
White with #844FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844FEF; }
p { color: rgb(132,79,239); }
H1.HeaderClassName
{
color: #844FEF;
}
.AnyTagClassName
{
color: #844FEF;
}
</style>
background-color css
<style>
a { background-color: #844FEF; }
a { background-color: rgb(132,79,239); }
div.DivClassName
{
background-color: #844FEF;
}
.BgClassName
{
background-color: #844FEF;
}
</style>
border-color css
<style>
span { border-color: #844FEF; }
span { border-color: rgb(132,79,239); }
td.TdClassName
{
border-color: #844FEF;
}
.TagClassName
{
border-color: #844FEF;
}
</style>