Shades of Medium Slate Blue #844CF2
Tints of Medium Slate Blue #844CF2
RGB
CMYK
RGB Variations
Color information
#844CF2 (or 0x844CF2) is known color: Medium Slate Blue. HEX triplet: 84, 4C and F2. RGB value is (132,76,242). Sum of RGB (Red+Green+Blue) = 132+76+242=450 (59% of max value = 765). Red value is 132 (51.95% from 255 or 29.33% from 450); Green value is 76 (30.08% from 255 or 16.89% from 450); Blue value is 242 (94.92% from 255 or 53.78% from 450); Max value from RGB is 242 - color contains mainly: blue. Hex color #844CF2 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #844CF2 is #7BB30D. Grayscale: #6F6F6F. Windows color (decimal): -8106766 or 15879300. OLE color: 15879300.
HSL color Cylindrical-coordinate representation of color #844CF2: hue angle of 260.24º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #844CF2 is Cyan = 0.45, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 132 | 76 | 242 | - |
| CMYK | 0.45 | 0.69 | 0 | 0.05 |
| HSL | 260.24º | 0.86% | 0.62% | - |
| HSV(B) | 260.24º | 0.69% | 0.95% | - |
| XYZ | 28.13 | 16.49 | 85.7 | - |
| YUV | 111.67 | 201.55 | 142.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 76 | 242 | 0.45 | 0.69 | 0 | 0.05 | 260.24 | 0.86 | 0.62 |
| Hex | 84 | 4C | F2 | 2D | 45 | 0 | 5 | 104 | 56 | 3E |
| Octal | 204 | 114 | 362 | 55 | 105 | 0 | 5 | 404 | 126 | 76 |
| Binary | 10000100 | 1001100 | 11110010 | 101101 | 1000101 | 0 | 101 | 100000100 | 1010110 | 111110 |
Color Harmonies of #844CF2
Complementary color
Monochromatic Colors of #844CF2
Black with #844CF2
Text Example
Text Example
White with #844CF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844CF2; }
p { color: rgb(132,76,242); }
H1.HeaderClassName
{
color: #844CF2;
}
.AnyTagClassName
{
color: #844CF2;
}
</style>
background-color css
<style>
a { background-color: #844CF2; }
a { background-color: rgb(132,76,242); }
div.DivClassName
{
background-color: #844CF2;
}
.BgClassName
{
background-color: #844CF2;
}
</style>
border-color css
<style>
span { border-color: #844CF2; }
span { border-color: rgb(132,76,242); }
td.TdClassName
{
border-color: #844CF2;
}
.TagClassName
{
border-color: #844CF2;
}
</style>