Shades of Medium Slate Blue #844CF3
Tints of Medium Slate Blue #844CF3
RGB
CMYK
RGB Variations
Color information
#844CF3 (or 0x844CF3) is known color: Medium Slate Blue. HEX triplet: 84, 4C and F3. RGB value is (132,76,243). Sum of RGB (Red+Green+Blue) = 132+76+243=451 (59% of max value = 765). Red value is 132 (51.95% from 255 or 29.27% from 451); Green value is 76 (30.08% from 255 or 16.85% from 451); Blue value is 243 (95.31% from 255 or 53.88% from 451); Max value from RGB is 243 - color contains mainly: blue. Hex color #844CF3 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #844CF3 is #7BB30C. Grayscale: #6F6F6F. Windows color (decimal): -8106765 or 15944836. OLE color: 15944836.
HSL color Cylindrical-coordinate representation of color #844CF3: hue angle of 260.12º degrees, saturation: 0.87, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #844CF3 is Cyan = 0.46, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 132 | 76 | 243 | - |
| CMYK | 0.46 | 0.69 | 0 | 0.05 |
| HSL | 260.12º | 0.87% | 0.63% | - |
| HSV(B) | 260.12º | 0.69% | 0.95% | - |
| XYZ | 28.28 | 16.55 | 86.5 | - |
| YUV | 111.78 | 202.05 | 142.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 76 | 243 | 0.46 | 0.69 | 0 | 0.05 | 260.12 | 0.87 | 0.63 |
| Hex | 84 | 4C | F3 | 2E | 45 | 0 | 5 | 104 | 57 | 3F |
| Octal | 204 | 114 | 363 | 56 | 105 | 0 | 5 | 404 | 127 | 77 |
| Binary | 10000100 | 1001100 | 11110011 | 101110 | 1000101 | 0 | 101 | 100000100 | 1010111 | 111111 |
Color Harmonies of #844CF3
Complementary color
Monochromatic Colors of #844CF3
Black with #844CF3
Text Example
Text Example
White with #844CF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844CF3; }
p { color: rgb(132,76,243); }
H1.HeaderClassName
{
color: #844CF3;
}
.AnyTagClassName
{
color: #844CF3;
}
</style>
background-color css
<style>
a { background-color: #844CF3; }
a { background-color: rgb(132,76,243); }
div.DivClassName
{
background-color: #844CF3;
}
.BgClassName
{
background-color: #844CF3;
}
</style>
border-color css
<style>
span { border-color: #844CF3; }
span { border-color: rgb(132,76,243); }
td.TdClassName
{
border-color: #844CF3;
}
.TagClassName
{
border-color: #844CF3;
}
</style>