Shades of Medium Slate Blue #8449FD
Tints of Medium Slate Blue #8449FD
RGB
CMYK
RGB Variations
Color information
#8449FD (or 0x8449FD) is known color: Medium Slate Blue. HEX triplet: 84, 49 and FD. RGB value is (132,73,253). Sum of RGB (Red+Green+Blue) = 132+73+253=458 (60% of max value = 765). Red value is 132 (51.95% from 255 or 28.82% from 458); Green value is 73 (28.91% from 255 or 15.94% from 458); Blue value is 253 (99.22% from 255 or 55.24% from 458); Max value from RGB is 253 - color contains mainly: blue. Hex color #8449FD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8449FD is #7BB602. Grayscale: #6E6E6E. Windows color (decimal): -8107523 or 16599428. OLE color: 16599428.
HSL color Cylindrical-coordinate representation of color #8449FD: hue angle of 259.67º 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 #8449FD is Cyan = 0.48, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 132 | 73 | 253 | - |
| CMYK | 0.48 | 0.71 | 0 | 0.01 |
| HSL | 259.67º | 0.98% | 0.64% | - |
| HSV(B) | 259.67º | 0.71% | 0.99% | - |
| XYZ | 29.63 | 16.76 | 94.6 | - |
| YUV | 111.16 | 208.05 | 142.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 73 | 253 | 0.48 | 0.71 | 0 | 0.01 | 259.67 | 0.98 | 0.64 |
| Hex | 84 | 49 | FD | 30 | 47 | 0 | 1 | 104 | 62 | 40 |
| Octal | 204 | 111 | 375 | 60 | 107 | 0 | 1 | 404 | 142 | 100 |
| Binary | 10000100 | 1001001 | 11111101 | 110000 | 1000111 | 0 | 1 | 100000100 | 1100010 | 1000000 |
Color Harmonies of #8449FD
Complementary color
Monochromatic Colors of #8449FD
Black with #8449FD
Text Example
Text Example
White with #8449FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8449FD; }
p { color: rgb(132,73,253); }
H1.HeaderClassName
{
color: #8449FD;
}
.AnyTagClassName
{
color: #8449FD;
}
</style>
background-color css
<style>
a { background-color: #8449FD; }
a { background-color: rgb(132,73,253); }
div.DivClassName
{
background-color: #8449FD;
}
.BgClassName
{
background-color: #8449FD;
}
</style>
border-color css
<style>
span { border-color: #8449FD; }
span { border-color: rgb(132,73,253); }
td.TdClassName
{
border-color: #8449FD;
}
.TagClassName
{
border-color: #8449FD;
}
</style>