Shades of Medium Slate Blue #844AFF
Tints of Medium Slate Blue #844AFF
RGB
CMYK
RGB Variations
Color information
#844AFF (or 0x844AFF) is known color: Medium Slate Blue. HEX triplet: 84, 4A and FF. RGB value is (132,74,255). Sum of RGB (Red+Green+Blue) = 132+74+255=461 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.63% from 461); Green value is 74 (29.30% from 255 or 16.05% from 461); Blue value is 255 (100% from 255 or 55.31% from 461); Max value from RGB is 255 - color contains mainly: blue. Hex color #844AFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #844AFF is #7BB500. Grayscale: #6F6F6F. Windows color (decimal): -8107265 or 16730756. OLE color: 16730756.
HSL color Cylindrical-coordinate representation of color #844AFF: hue angle of 259.23º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #844AFF is Cyan = 0.48, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 132 | 74 | 255 | - |
| CMYK | 0.48 | 0.71 | 0 | 0 |
| HSL | 259.23º | 1% | 0.65% | - |
| HSV(B) | 259.23º | 0.71% | 1% | - |
| XYZ | 30.01 | 17.02 | 96.31 | - |
| YUV | 111.98 | 208.72 | 142.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 74 | 255 | 0.48 | 0.71 | 0 | 0 | 259.23 | 1 | 0.65 |
| Hex | 84 | 4A | FF | 30 | 47 | 0 | 0 | 103 | 64 | 41 |
| Octal | 204 | 112 | 377 | 60 | 107 | 0 | 0 | 403 | 144 | 101 |
| Binary | 10000100 | 1001010 | 11111111 | 110000 | 1000111 | 0 | 0 | 100000011 | 1100100 | 1000001 |
Color Harmonies of #844AFF
Complementary color
Monochromatic Colors of #844AFF
Black with #844AFF
Text Example
Text Example
White with #844AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844AFF; }
p { color: rgb(132,74,255); }
H1.HeaderClassName
{
color: #844AFF;
}
.AnyTagClassName
{
color: #844AFF;
}
</style>
background-color css
<style>
a { background-color: #844AFF; }
a { background-color: rgb(132,74,255); }
div.DivClassName
{
background-color: #844AFF;
}
.BgClassName
{
background-color: #844AFF;
}
</style>
border-color css
<style>
span { border-color: #844AFF; }
span { border-color: rgb(132,74,255); }
td.TdClassName
{
border-color: #844AFF;
}
.TagClassName
{
border-color: #844AFF;
}
</style>