Shades of Medium Slate Blue #844CF4
Tints of Medium Slate Blue #844CF4
RGB
CMYK
RGB Variations
Color information
#844CF4 (or 0x844CF4) is known color: Medium Slate Blue. HEX triplet: 84, 4C and F4. RGB value is (132,76,244). Sum of RGB (Red+Green+Blue) = 132+76+244=452 (59% of max value = 765). Red value is 132 (51.95% from 255 or 29.20% from 452); Green value is 76 (30.08% from 255 or 16.81% from 452); Blue value is 244 (95.70% from 255 or 53.98% from 452); Max value from RGB is 244 - color contains mainly: blue. Hex color #844CF4 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #844CF4 is #7BB30B. Grayscale: #6F6F6F. Windows color (decimal): -8106764 or 16010372. OLE color: 16010372.
HSL color Cylindrical-coordinate representation of color #844CF4: hue angle of 260º degrees, saturation: 0.88, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #844CF4 is Cyan = 0.46, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 132 | 76 | 244 | - |
| CMYK | 0.46 | 0.69 | 0 | 0.04 |
| HSL | 260º | 0.88% | 0.63% | - |
| HSV(B) | 260º | 0.69% | 0.96% | - |
| XYZ | 28.43 | 16.61 | 87.29 | - |
| YUV | 111.9 | 202.55 | 142.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 76 | 244 | 0.46 | 0.69 | 0 | 0.04 | 260 | 0.88 | 0.63 |
| Hex | 84 | 4C | F4 | 2E | 45 | 0 | 4 | 104 | 58 | 3F |
| Octal | 204 | 114 | 364 | 56 | 105 | 0 | 4 | 404 | 130 | 77 |
| Binary | 10000100 | 1001100 | 11110100 | 101110 | 1000101 | 0 | 100 | 100000100 | 1011000 | 111111 |
Color Harmonies of #844CF4
Complementary color
Monochromatic Colors of #844CF4
Black with #844CF4
Text Example
Text Example
White with #844CF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844CF4; }
p { color: rgb(132,76,244); }
H1.HeaderClassName
{
color: #844CF4;
}
.AnyTagClassName
{
color: #844CF4;
}
</style>
background-color css
<style>
a { background-color: #844CF4; }
a { background-color: rgb(132,76,244); }
div.DivClassName
{
background-color: #844CF4;
}
.BgClassName
{
background-color: #844CF4;
}
</style>
border-color css
<style>
span { border-color: #844CF4; }
span { border-color: rgb(132,76,244); }
td.TdClassName
{
border-color: #844CF4;
}
.TagClassName
{
border-color: #844CF4;
}
</style>