Shades of Medium Slate Blue #844FFC
Tints of Medium Slate Blue #844FFC
RGB
CMYK
RGB Variations
Color information
#844FFC (or 0x844FFC) is known color: Medium Slate Blue. HEX triplet: 84, 4F and FC. RGB value is (132,79,252). Sum of RGB (Red+Green+Blue) = 132+79+252=463 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.51% from 463); Green value is 79 (31.25% from 255 or 17.06% from 463); Blue value is 252 (98.83% from 255 or 54.43% from 463); Max value from RGB is 252 - color contains mainly: blue. Hex color #844FFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #844FFC is #7BB003. Grayscale: #717171. Windows color (decimal): -8105988 or 16535428. OLE color: 16535428.
HSL color Cylindrical-coordinate representation of color #844FFC: hue angle of 258.38º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #844FFC is Cyan = 0.48, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 132 | 79 | 252 | - |
| CMYK | 0.48 | 0.69 | 0 | 0.01 |
| HSL | 258.38º | 0.97% | 0.65% | - |
| HSV(B) | 258.38º | 0.69% | 0.99% | - |
| XYZ | 29.88 | 17.53 | 93.9 | - |
| YUV | 114.57 | 205.56 | 140.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 79 | 252 | 0.48 | 0.69 | 0 | 0.01 | 258.38 | 0.97 | 0.65 |
| Hex | 84 | 4F | FC | 30 | 45 | 0 | 1 | 102 | 61 | 41 |
| Octal | 204 | 117 | 374 | 60 | 105 | 0 | 1 | 402 | 141 | 101 |
| Binary | 10000100 | 1001111 | 11111100 | 110000 | 1000101 | 0 | 1 | 100000010 | 1100001 | 1000001 |
Color Harmonies of #844FFC
Complementary color
Monochromatic Colors of #844FFC
Black with #844FFC
Text Example
Text Example
White with #844FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844FFC; }
p { color: rgb(132,79,252); }
H1.HeaderClassName
{
color: #844FFC;
}
.AnyTagClassName
{
color: #844FFC;
}
</style>
background-color css
<style>
a { background-color: #844FFC; }
a { background-color: rgb(132,79,252); }
div.DivClassName
{
background-color: #844FFC;
}
.BgClassName
{
background-color: #844FFC;
}
</style>
border-color css
<style>
span { border-color: #844FFC; }
span { border-color: rgb(132,79,252); }
td.TdClassName
{
border-color: #844FFC;
}
.TagClassName
{
border-color: #844FFC;
}
</style>