Shades of Medium Slate Blue #844FEE
Tints of Medium Slate Blue #844FEE
RGB
CMYK
RGB Variations
Color information
#844FEE (or 0x844FEE) is known color: Medium Slate Blue. HEX triplet: 84, 4F and EE. RGB value is (132,79,238). Sum of RGB (Red+Green+Blue) = 132+79+238=449 (59% of max value = 765). Red value is 132 (51.95% from 255 or 29.40% from 449); Green value is 79 (31.25% from 255 or 17.59% from 449); Blue value is 238 (93.36% from 255 or 53.01% from 449); Max value from RGB is 238 - color contains mainly: blue. Hex color #844FEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #844FEE is #7BB011. Grayscale: #707070. Windows color (decimal): -8106002 or 15617924. OLE color: 15617924.
HSL color Cylindrical-coordinate representation of color #844FEE: hue angle of 260º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #844FEE is Cyan = 0.45, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 132 | 79 | 238 | - |
| CMYK | 0.45 | 0.67 | 0 | 0.07 |
| HSL | 260º | 0.82% | 0.62% | - |
| HSV(B) | 260º | 0.67% | 0.93% | - |
| XYZ | 27.74 | 16.67 | 82.64 | - |
| YUV | 112.97 | 198.56 | 141.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 79 | 238 | 0.45 | 0.67 | 0 | 0.07 | 260 | 0.82 | 0.62 |
| Hex | 84 | 4F | EE | 2D | 43 | 0 | 7 | 104 | 52 | 3E |
| Octal | 204 | 117 | 356 | 55 | 103 | 0 | 7 | 404 | 122 | 76 |
| Binary | 10000100 | 1001111 | 11101110 | 101101 | 1000011 | 0 | 111 | 100000100 | 1010010 | 111110 |
Color Harmonies of #844FEE
Complementary color
Monochromatic Colors of #844FEE
Black with #844FEE
Text Example
Text Example
White with #844FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844FEE; }
p { color: rgb(132,79,238); }
H1.HeaderClassName
{
color: #844FEE;
}
.AnyTagClassName
{
color: #844FEE;
}
</style>
background-color css
<style>
a { background-color: #844FEE; }
a { background-color: rgb(132,79,238); }
div.DivClassName
{
background-color: #844FEE;
}
.BgClassName
{
background-color: #844FEE;
}
</style>
border-color css
<style>
span { border-color: #844FEE; }
span { border-color: rgb(132,79,238); }
td.TdClassName
{
border-color: #844FEE;
}
.TagClassName
{
border-color: #844FEE;
}
</style>