Shades of Medium Slate Blue #844BFD
Tints of Medium Slate Blue #844BFD
RGB
CMYK
RGB Variations
Color information
#844BFD (or 0x844BFD) is known color: Medium Slate Blue. HEX triplet: 84, 4B and FD. RGB value is (132,75,253). Sum of RGB (Red+Green+Blue) = 132+75+253=460 (60% of max value = 765). Red value is 132 (51.95% from 255 or 28.70% from 460); Green value is 75 (29.69% from 255 or 16.30% from 460); Blue value is 253 (99.22% from 255 or 55% from 460); Max value from RGB is 253 - color contains mainly: blue. Hex color #844BFD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #844BFD is #7BB402. Grayscale: #6F6F6F. Windows color (decimal): -8107011 or 16599940. OLE color: 16599940.
HSL color Cylindrical-coordinate representation of color #844BFD: hue angle of 259.21º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #844BFD is Cyan = 0.48, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 132 | 75 | 253 | - |
| CMYK | 0.48 | 0.70 | 0 | 0.01 |
| HSL | 259.21º | 0.98% | 0.64% | - |
| HSV(B) | 259.21º | 0.7% | 0.99% | - |
| XYZ | 29.76 | 17.03 | 94.65 | - |
| YUV | 112.34 | 207.38 | 142.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 75 | 253 | 0.48 | 0.70 | 0 | 0.01 | 259.21 | 0.98 | 0.64 |
| Hex | 84 | 4B | FD | 30 | 46 | 0 | 1 | 103 | 62 | 40 |
| Octal | 204 | 113 | 375 | 60 | 106 | 0 | 1 | 403 | 142 | 100 |
| Binary | 10000100 | 1001011 | 11111101 | 110000 | 1000110 | 0 | 1 | 100000011 | 1100010 | 1000000 |
Color Harmonies of #844BFD
Complementary color
Monochromatic Colors of #844BFD
Black with #844BFD
Text Example
Text Example
White with #844BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844BFD; }
p { color: rgb(132,75,253); }
H1.HeaderClassName
{
color: #844BFD;
}
.AnyTagClassName
{
color: #844BFD;
}
</style>
background-color css
<style>
a { background-color: #844BFD; }
a { background-color: rgb(132,75,253); }
div.DivClassName
{
background-color: #844BFD;
}
.BgClassName
{
background-color: #844BFD;
}
</style>
border-color css
<style>
span { border-color: #844BFD; }
span { border-color: rgb(132,75,253); }
td.TdClassName
{
border-color: #844BFD;
}
.TagClassName
{
border-color: #844BFD;
}
</style>