Shades of Medium Slate Blue #844EE8
Tints of Medium Slate Blue #844EE8
RGB
CMYK
RGB Variations
Color information
#844EE8 (or 0x844EE8) is known color: Medium Slate Blue. HEX triplet: 84, 4E and E8. RGB value is (132,78,232). Sum of RGB (Red+Green+Blue) = 132+78+232=442 (58% of max value = 765). Red value is 132 (51.95% from 255 or 29.86% from 442); Green value is 78 (30.86% from 255 or 17.65% from 442); Blue value is 232 (91.02% from 255 or 52.49% from 442); Max value from RGB is 232 - color contains mainly: blue. Hex color #844EE8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #844EE8 is #7BB117. Grayscale: #6F6F6F. Windows color (decimal): -8106264 or 15224452. OLE color: 15224452.
HSL color Cylindrical-coordinate representation of color #844EE8: hue angle of 261.04º degrees, saturation: 0.77, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #844EE8 is Cyan = 0.43, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 132 | 78 | 232 | - |
| CMYK | 0.43 | 0.66 | 0 | 0.09 |
| HSL | 261.04º | 0.77% | 0.61% | - |
| HSV(B) | 261.04º | 0.66% | 0.91% | - |
| XYZ | 26.81 | 16.18 | 78.05 | - |
| YUV | 111.7 | 195.89 | 142.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 78 | 232 | 0.43 | 0.66 | 0 | 0.09 | 261.04 | 0.77 | 0.61 |
| Hex | 84 | 4E | E8 | 2B | 42 | 0 | 9 | 105 | 4D | 3D |
| Octal | 204 | 116 | 350 | 53 | 102 | 0 | 11 | 405 | 115 | 75 |
| Binary | 10000100 | 1001110 | 11101000 | 101011 | 1000010 | 0 | 1001 | 100000101 | 1001101 | 111101 |
Color Harmonies of #844EE8
Complementary color
Monochromatic Colors of #844EE8
Black with #844EE8
Text Example
Text Example
White with #844EE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844EE8; }
p { color: rgb(132,78,232); }
H1.HeaderClassName
{
color: #844EE8;
}
.AnyTagClassName
{
color: #844EE8;
}
</style>
background-color css
<style>
a { background-color: #844EE8; }
a { background-color: rgb(132,78,232); }
div.DivClassName
{
background-color: #844EE8;
}
.BgClassName
{
background-color: #844EE8;
}
</style>
border-color css
<style>
span { border-color: #844EE8; }
span { border-color: rgb(132,78,232); }
td.TdClassName
{
border-color: #844EE8;
}
.TagClassName
{
border-color: #844EE8;
}
</style>