Shades of Medium Slate Blue #844AFD
Tints of Medium Slate Blue #844AFD
RGB
CMYK
RGB Variations
Color information
#844AFD (or 0x844AFD) is known color: Medium Slate Blue. HEX triplet: 84, 4A and FD. RGB value is (132,74,253). Sum of RGB (Red+Green+Blue) = 132+74+253=459 (60% of max value = 765). Red value is 132 (51.95% from 255 or 28.76% from 459); Green value is 74 (29.30% from 255 or 16.12% from 459); Blue value is 253 (99.22% from 255 or 55.12% from 459); Max value from RGB is 253 - color contains mainly: blue. Hex color #844AFD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #844AFD is #7BB502. Grayscale: #6F6F6F. Windows color (decimal): -8107267 or 16599684. OLE color: 16599684.
HSL color Cylindrical-coordinate representation of color #844AFD: hue angle of 259.44º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #844AFD is Cyan = 0.48, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 132 | 74 | 253 | - |
| CMYK | 0.48 | 0.71 | 0 | 0.01 |
| HSL | 259.44º | 0.98% | 0.64% | - |
| HSV(B) | 259.44º | 0.71% | 0.99% | - |
| XYZ | 29.69 | 16.89 | 94.62 | - |
| YUV | 111.75 | 207.72 | 142.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 74 | 253 | 0.48 | 0.71 | 0 | 0.01 | 259.44 | 0.98 | 0.64 |
| Hex | 84 | 4A | FD | 30 | 47 | 0 | 1 | 103 | 62 | 40 |
| Octal | 204 | 112 | 375 | 60 | 107 | 0 | 1 | 403 | 142 | 100 |
| Binary | 10000100 | 1001010 | 11111101 | 110000 | 1000111 | 0 | 1 | 100000011 | 1100010 | 1000000 |
Color Harmonies of #844AFD
Complementary color
Monochromatic Colors of #844AFD
Black with #844AFD
Text Example
Text Example
White with #844AFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844AFD; }
p { color: rgb(132,74,253); }
H1.HeaderClassName
{
color: #844AFD;
}
.AnyTagClassName
{
color: #844AFD;
}
</style>
background-color css
<style>
a { background-color: #844AFD; }
a { background-color: rgb(132,74,253); }
div.DivClassName
{
background-color: #844AFD;
}
.BgClassName
{
background-color: #844AFD;
}
</style>
border-color css
<style>
span { border-color: #844AFD; }
span { border-color: rgb(132,74,253); }
td.TdClassName
{
border-color: #844AFD;
}
.TagClassName
{
border-color: #844AFD;
}
</style>