Shades of Medium Slate Blue #8449FB
Tints of Medium Slate Blue #8449FB
RGB
CMYK
RGB Variations
Color information
#8449FB (or 0x8449FB) is known color: Medium Slate Blue. HEX triplet: 84, 49 and FB. RGB value is (132,73,251). Sum of RGB (Red+Green+Blue) = 132+73+251=456 (60% of max value = 765). Red value is 132 (51.95% from 255 or 28.95% from 456); Green value is 73 (28.91% from 255 or 16.01% from 456); Blue value is 251 (98.44% from 255 or 55.04% from 456); Max value from RGB is 251 - color contains mainly: blue. Hex color #8449FB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8449FB is #7BB604. Grayscale: #6E6E6E. Windows color (decimal): -8107525 or 16468356. OLE color: 16468356.
HSL color Cylindrical-coordinate representation of color #8449FB: hue angle of 259.89º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8449FB is Cyan = 0.47, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 132 | 73 | 251 | - |
| CMYK | 0.47 | 0.71 | 0 | 0.02 |
| HSL | 259.89º | 0.96% | 0.64% | - |
| HSV(B) | 259.89º | 0.71% | 0.98% | - |
| XYZ | 29.31 | 16.64 | 92.93 | - |
| YUV | 110.93 | 207.05 | 143.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 73 | 251 | 0.47 | 0.71 | 0 | 0.02 | 259.89 | 0.96 | 0.64 |
| Hex | 84 | 49 | FB | 2F | 47 | 0 | 2 | 104 | 60 | 40 |
| Octal | 204 | 111 | 373 | 57 | 107 | 0 | 2 | 404 | 140 | 100 |
| Binary | 10000100 | 1001001 | 11111011 | 101111 | 1000111 | 0 | 10 | 100000100 | 1100000 | 1000000 |
Color Harmonies of #8449FB
Complementary color
Monochromatic Colors of #8449FB
Black with #8449FB
Text Example
Text Example
White with #8449FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8449FB; }
p { color: rgb(132,73,251); }
H1.HeaderClassName
{
color: #8449FB;
}
.AnyTagClassName
{
color: #8449FB;
}
</style>
background-color css
<style>
a { background-color: #8449FB; }
a { background-color: rgb(132,73,251); }
div.DivClassName
{
background-color: #8449FB;
}
.BgClassName
{
background-color: #8449FB;
}
</style>
border-color css
<style>
span { border-color: #8449FB; }
span { border-color: rgb(132,73,251); }
td.TdClassName
{
border-color: #8449FB;
}
.TagClassName
{
border-color: #8449FB;
}
</style>