Shades of Medium Slate Blue #844CFA
Tints of Medium Slate Blue #844CFA
RGB
CMYK
RGB Variations
Color information
#844CFA (or 0x844CFA) is known color: Medium Slate Blue. HEX triplet: 84, 4C and FA. RGB value is (132,76,250). Sum of RGB (Red+Green+Blue) = 132+76+250=458 (60% of max value = 765). Red value is 132 (51.95% from 255 or 28.82% from 458); Green value is 76 (30.08% from 255 or 16.59% from 458); Blue value is 250 (98.05% from 255 or 54.59% from 458); Max value from RGB is 250 - color contains mainly: blue. Hex color #844CFA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #844CFA is #7BB305. Grayscale: #6F6F6F. Windows color (decimal): -8106758 or 16403588. OLE color: 16403588.
HSL color Cylindrical-coordinate representation of color #844CFA: hue angle of 259.31º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #844CFA is Cyan = 0.47, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 132 | 76 | 250 | - |
| CMYK | 0.47 | 0.70 | 0 | 0.02 |
| HSL | 259.31º | 0.95% | 0.64% | - |
| HSV(B) | 259.31º | 0.7% | 0.98% | - |
| XYZ | 29.36 | 16.98 | 92.17 | - |
| YUV | 112.58 | 205.55 | 141.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 76 | 250 | 0.47 | 0.70 | 0 | 0.02 | 259.31 | 0.95 | 0.64 |
| Hex | 84 | 4C | FA | 2F | 46 | 0 | 2 | 103 | 5F | 40 |
| Octal | 204 | 114 | 372 | 57 | 106 | 0 | 2 | 403 | 137 | 100 |
| Binary | 10000100 | 1001100 | 11111010 | 101111 | 1000110 | 0 | 10 | 100000011 | 1011111 | 1000000 |
Color Harmonies of #844CFA
Complementary color
Monochromatic Colors of #844CFA
Black with #844CFA
Text Example
Text Example
White with #844CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844CFA; }
p { color: rgb(132,76,250); }
H1.HeaderClassName
{
color: #844CFA;
}
.AnyTagClassName
{
color: #844CFA;
}
</style>
background-color css
<style>
a { background-color: #844CFA; }
a { background-color: rgb(132,76,250); }
div.DivClassName
{
background-color: #844CFA;
}
.BgClassName
{
background-color: #844CFA;
}
</style>
border-color css
<style>
span { border-color: #844CFA; }
span { border-color: rgb(132,76,250); }
td.TdClassName
{
border-color: #844CFA;
}
.TagClassName
{
border-color: #844CFA;
}
</style>