Shades of Medium Slate Blue #844FE5
Tints of Medium Slate Blue #844FE5
RGB
CMYK
RGB Variations
Color information
#844FE5 (or 0x844FE5) is known color: Medium Slate Blue. HEX triplet: 84, 4F and E5. RGB value is (132,79,229). Sum of RGB (Red+Green+Blue) = 132+79+229=440 (58% of max value = 765). Red value is 132 (51.95% from 255 or 30% from 440); Green value is 79 (31.25% from 255 or 17.95% from 440); Blue value is 229 (89.84% from 255 or 52.05% from 440); Max value from RGB is 229 - color contains mainly: blue. Hex color #844FE5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #844FE5 is #7BB01A. Grayscale: #6F6F6F. Windows color (decimal): -8106011 or 15028100. OLE color: 15028100.
HSL color Cylindrical-coordinate representation of color #844FE5: hue angle of 261.2º degrees, saturation: 0.74, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #844FE5 is Cyan = 0.42, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 132 | 79 | 229 | - |
| CMYK | 0.42 | 0.66 | 0 | 0.10 |
| HSL | 261.2º | 0.74% | 0.6% | - |
| HSV(B) | 261.2º | 0.66% | 0.9% | - |
| XYZ | 26.45 | 16.15 | 75.85 | - |
| YUV | 111.95 | 194.06 | 142.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 79 | 229 | 0.42 | 0.66 | 0 | 0.10 | 261.2 | 0.74 | 0.6 |
| Hex | 84 | 4F | E5 | 2A | 42 | 0 | A | 105 | 4A | 3C |
| Octal | 204 | 117 | 345 | 52 | 102 | 0 | 12 | 405 | 112 | 74 |
| Binary | 10000100 | 1001111 | 11100101 | 101010 | 1000010 | 0 | 1010 | 100000101 | 1001010 | 111100 |
Color Harmonies of #844FE5
Complementary color
Monochromatic Colors of #844FE5
Black with #844FE5
Text Example
Text Example
White with #844FE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844FE5; }
p { color: rgb(132,79,229); }
H1.HeaderClassName
{
color: #844FE5;
}
.AnyTagClassName
{
color: #844FE5;
}
</style>
background-color css
<style>
a { background-color: #844FE5; }
a { background-color: rgb(132,79,229); }
div.DivClassName
{
background-color: #844FE5;
}
.BgClassName
{
background-color: #844FE5;
}
</style>
border-color css
<style>
span { border-color: #844FE5; }
span { border-color: rgb(132,79,229); }
td.TdClassName
{
border-color: #844FE5;
}
.TagClassName
{
border-color: #844FE5;
}
</style>