Shades of Medium Slate Blue #8449FC
Tints of Medium Slate Blue #8449FC
RGB
CMYK
RGB Variations
Color information
#8449FC (or 0x8449FC) is known color: Medium Slate Blue. HEX triplet: 84, 49 and FC. RGB value is (132,73,252). Sum of RGB (Red+Green+Blue) = 132+73+252=457 (60% of max value = 765). Red value is 132 (51.95% from 255 or 28.88% from 457); Green value is 73 (28.91% from 255 or 15.97% from 457); Blue value is 252 (98.83% from 255 or 55.14% from 457); Max value from RGB is 252 - color contains mainly: blue. Hex color #8449FC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8449FC is #7BB603. Grayscale: #6E6E6E. Windows color (decimal): -8107524 or 16533892. OLE color: 16533892.
HSL color Cylindrical-coordinate representation of color #8449FC: hue angle of 259.78º degrees, saturation: 0.97, 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 #8449FC is Cyan = 0.48, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 132 | 73 | 252 | - |
| CMYK | 0.48 | 0.71 | 0 | 0.01 |
| HSL | 259.78º | 0.97% | 0.64% | - |
| HSV(B) | 259.78º | 0.71% | 0.99% | - |
| XYZ | 29.47 | 16.7 | 93.77 | - |
| YUV | 111.05 | 207.55 | 142.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 73 | 252 | 0.48 | 0.71 | 0 | 0.01 | 259.78 | 0.97 | 0.64 |
| Hex | 84 | 49 | FC | 30 | 47 | 0 | 1 | 104 | 61 | 40 |
| Octal | 204 | 111 | 374 | 60 | 107 | 0 | 1 | 404 | 141 | 100 |
| Binary | 10000100 | 1001001 | 11111100 | 110000 | 1000111 | 0 | 1 | 100000100 | 1100001 | 1000000 |
Color Harmonies of #8449FC
Complementary color
Monochromatic Colors of #8449FC
Black with #8449FC
Text Example
Text Example
White with #8449FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8449FC; }
p { color: rgb(132,73,252); }
H1.HeaderClassName
{
color: #8449FC;
}
.AnyTagClassName
{
color: #8449FC;
}
</style>
background-color css
<style>
a { background-color: #8449FC; }
a { background-color: rgb(132,73,252); }
div.DivClassName
{
background-color: #8449FC;
}
.BgClassName
{
background-color: #8449FC;
}
</style>
border-color css
<style>
span { border-color: #8449FC; }
span { border-color: rgb(132,73,252); }
td.TdClassName
{
border-color: #8449FC;
}
.TagClassName
{
border-color: #8449FC;
}
</style>