Shades of Medium Slate Blue #844FFD
Tints of Medium Slate Blue #844FFD
RGB
CMYK
RGB Variations
Color information
#844FFD (or 0x844FFD) is known color: Medium Slate Blue. HEX triplet: 84, 4F and FD. RGB value is (132,79,253). Sum of RGB (Red+Green+Blue) = 132+79+253=464 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.45% from 464); Green value is 79 (31.25% from 255 or 17.03% from 464); Blue value is 253 (99.22% from 255 or 54.53% from 464); Max value from RGB is 253 - color contains mainly: blue. Hex color #844FFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #844FFD is #7BB002. Grayscale: #727272. Windows color (decimal): -8105987 or 16600964. OLE color: 16600964.
HSL color Cylindrical-coordinate representation of color #844FFD: hue angle of 258.28º degrees, saturation: 0.98, 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 #844FFD is Cyan = 0.48, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 132 | 79 | 253 | - |
| CMYK | 0.48 | 0.69 | 0 | 0.01 |
| HSL | 258.28º | 0.98% | 0.65% | - |
| HSV(B) | 258.28º | 0.69% | 0.99% | - |
| XYZ | 30.04 | 17.59 | 94.74 | - |
| YUV | 114.68 | 206.06 | 140.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 79 | 253 | 0.48 | 0.69 | 0 | 0.01 | 258.28 | 0.98 | 0.65 |
| Hex | 84 | 4F | FD | 30 | 45 | 0 | 1 | 102 | 62 | 41 |
| Octal | 204 | 117 | 375 | 60 | 105 | 0 | 1 | 402 | 142 | 101 |
| Binary | 10000100 | 1001111 | 11111101 | 110000 | 1000101 | 0 | 1 | 100000010 | 1100010 | 1000001 |
Color Harmonies of #844FFD
Complementary color
Monochromatic Colors of #844FFD
Black with #844FFD
Text Example
Text Example
White with #844FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844FFD; }
p { color: rgb(132,79,253); }
H1.HeaderClassName
{
color: #844FFD;
}
.AnyTagClassName
{
color: #844FFD;
}
</style>
background-color css
<style>
a { background-color: #844FFD; }
a { background-color: rgb(132,79,253); }
div.DivClassName
{
background-color: #844FFD;
}
.BgClassName
{
background-color: #844FFD;
}
</style>
border-color css
<style>
span { border-color: #844FFD; }
span { border-color: rgb(132,79,253); }
td.TdClassName
{
border-color: #844FFD;
}
.TagClassName
{
border-color: #844FFD;
}
</style>