Shades of Medium Slate Blue #8A49FD
Tints of Medium Slate Blue #8A49FD
RGB
CMYK
RGB Variations
Color information
#8A49FD (or 0x8A49FD) is known color: Medium Slate Blue. HEX triplet: 8A, 49 and FD. RGB value is (138,73,253). Sum of RGB (Red+Green+Blue) = 138+73+253=464 (61% of max value = 765). Red value is 138 (54.30% from 255 or 29.74% from 464); Green value is 73 (28.91% from 255 or 15.73% from 464); Blue value is 253 (99.22% from 255 or 54.53% from 464); Max value from RGB is 253 - color contains mainly: blue. Hex color #8A49FD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8A49FD is #75B602. Grayscale: #707070. Windows color (decimal): -7714307 or 16599434. OLE color: 16599434.
HSL color Cylindrical-coordinate representation of color #8A49FD: hue angle of 261.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 #8A49FD is Cyan = 0.45, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 138 | 73 | 253 | - |
| CMYK | 0.45 | 0.71 | 0 | 0.01 |
| HSL | 261.67º | 0.98% | 0.64% | - |
| HSV(B) | 261.67º | 0.71% | 0.99% | - |
| XYZ | 30.59 | 17.26 | 94.65 | - |
| YUV | 112.96 | 207.03 | 145.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 73 | 253 | 0.45 | 0.71 | 0 | 0.01 | 261.67 | 0.98 | 0.64 |
| Hex | 8A | 49 | FD | 2D | 47 | 0 | 1 | 106 | 62 | 40 |
| Octal | 212 | 111 | 375 | 55 | 107 | 0 | 1 | 406 | 142 | 100 |
| Binary | 10001010 | 1001001 | 11111101 | 101101 | 1000111 | 0 | 1 | 100000110 | 1100010 | 1000000 |
Color Harmonies of #8A49FD
Complementary color
Monochromatic Colors of #8A49FD
Black with #8A49FD
Text Example
Text Example
White with #8A49FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A49FD; }
p { color: rgb(138,73,253); }
H1.HeaderClassName
{
color: #8A49FD;
}
.AnyTagClassName
{
color: #8A49FD;
}
</style>
background-color css
<style>
a { background-color: #8A49FD; }
a { background-color: rgb(138,73,253); }
div.DivClassName
{
background-color: #8A49FD;
}
.BgClassName
{
background-color: #8A49FD;
}
</style>
border-color css
<style>
span { border-color: #8A49FD; }
span { border-color: rgb(138,73,253); }
td.TdClassName
{
border-color: #8A49FD;
}
.TagClassName
{
border-color: #8A49FD;
}
</style>