Shades of Medium Slate Blue #844FF2
Tints of Medium Slate Blue #844FF2
RGB
CMYK
RGB Variations
Color information
#844FF2 (or 0x844FF2) is known color: Medium Slate Blue. HEX triplet: 84, 4F and F2. RGB value is (132,79,242). Sum of RGB (Red+Green+Blue) = 132+79+242=453 (60% of max value = 765). Red value is 132 (51.95% from 255 or 29.14% from 453); Green value is 79 (31.25% from 255 or 17.44% from 453); Blue value is 242 (94.92% from 255 or 53.42% from 453); Max value from RGB is 242 - color contains mainly: blue. Hex color #844FF2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #844FF2 is #7BB00D. Grayscale: #707070. Windows color (decimal): -8105998 or 15880068. OLE color: 15880068.
HSL color Cylindrical-coordinate representation of color #844FF2: hue angle of 259.51º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #844FF2 is Cyan = 0.45, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 132 | 79 | 242 | - |
| CMYK | 0.45 | 0.67 | 0 | 0.05 |
| HSL | 259.51º | 0.86% | 0.63% | - |
| HSV(B) | 259.51º | 0.67% | 0.95% | - |
| XYZ | 28.34 | 16.91 | 85.77 | - |
| YUV | 113.43 | 200.56 | 141.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 79 | 242 | 0.45 | 0.67 | 0 | 0.05 | 259.51 | 0.86 | 0.63 |
| Hex | 84 | 4F | F2 | 2D | 43 | 0 | 5 | 104 | 56 | 3F |
| Octal | 204 | 117 | 362 | 55 | 103 | 0 | 5 | 404 | 126 | 77 |
| Binary | 10000100 | 1001111 | 11110010 | 101101 | 1000011 | 0 | 101 | 100000100 | 1010110 | 111111 |
Color Harmonies of #844FF2
Complementary color
Monochromatic Colors of #844FF2
Black with #844FF2
Text Example
Text Example
White with #844FF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844FF2; }
p { color: rgb(132,79,242); }
H1.HeaderClassName
{
color: #844FF2;
}
.AnyTagClassName
{
color: #844FF2;
}
</style>
background-color css
<style>
a { background-color: #844FF2; }
a { background-color: rgb(132,79,242); }
div.DivClassName
{
background-color: #844FF2;
}
.BgClassName
{
background-color: #844FF2;
}
</style>
border-color css
<style>
span { border-color: #844FF2; }
span { border-color: rgb(132,79,242); }
td.TdClassName
{
border-color: #844FF2;
}
.TagClassName
{
border-color: #844FF2;
}
</style>