Shades of Medium Slate Blue #844FFF
Tints of Medium Slate Blue #844FFF
RGB
CMYK
RGB Variations
Color information
#844FFF (or 0x844FFF) is known color: Medium Slate Blue. HEX triplet: 84, 4F and FF. RGB value is (132,79,255). Sum of RGB (Red+Green+Blue) = 132+79+255=466 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.33% from 466); Green value is 79 (31.25% from 255 or 16.95% from 466); Blue value is 255 (100% from 255 or 54.72% from 466); Max value from RGB is 255 - color contains mainly: blue. Hex color #844FFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #844FFF is #7BB000. Grayscale: #727272. Windows color (decimal): -8105985 or 16732036. OLE color: 16732036.
HSL color Cylindrical-coordinate representation of color #844FFF: hue angle of 258.07º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #844FFF is Cyan = 0.48, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 132 | 79 | 255 | - |
| CMYK | 0.48 | 0.69 | 0 | 0 |
| HSL | 258.07º | 1% | 0.65% | - |
| HSV(B) | 258.07º | 0.69% | 1% | - |
| XYZ | 30.36 | 17.72 | 96.43 | - |
| YUV | 114.91 | 207.06 | 140.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 79 | 255 | 0.48 | 0.69 | 0 | 0 | 258.07 | 1 | 0.65 |
| Hex | 84 | 4F | FF | 30 | 45 | 0 | 0 | 102 | 64 | 41 |
| Octal | 204 | 117 | 377 | 60 | 105 | 0 | 0 | 402 | 144 | 101 |
| Binary | 10000100 | 1001111 | 11111111 | 110000 | 1000101 | 0 | 0 | 100000010 | 1100100 | 1000001 |
Color Harmonies of #844FFF
Complementary color
Monochromatic Colors of #844FFF
Black with #844FFF
Text Example
Text Example
White with #844FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844FFF; }
p { color: rgb(132,79,255); }
H1.HeaderClassName
{
color: #844FFF;
}
.AnyTagClassName
{
color: #844FFF;
}
</style>
background-color css
<style>
a { background-color: #844FFF; }
a { background-color: rgb(132,79,255); }
div.DivClassName
{
background-color: #844FFF;
}
.BgClassName
{
background-color: #844FFF;
}
</style>
border-color css
<style>
span { border-color: #844FFF; }
span { border-color: rgb(132,79,255); }
td.TdClassName
{
border-color: #844FFF;
}
.TagClassName
{
border-color: #844FFF;
}
</style>