Shades of Medium Slate Blue #8649FB
Tints of Medium Slate Blue #8649FB
RGB
CMYK
RGB Variations
Color information
#8649FB (or 0x8649FB) is known color: Medium Slate Blue. HEX triplet: 86, 49 and FB. RGB value is (134,73,251). Sum of RGB (Red+Green+Blue) = 134+73+251=458 (60% of max value = 765). Red value is 134 (52.73% from 255 or 29.26% from 458); Green value is 73 (28.91% from 255 or 15.94% from 458); Blue value is 251 (98.44% from 255 or 54.80% from 458); Max value from RGB is 251 - color contains mainly: blue. Hex color #8649FB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8649FB is #79B604. Grayscale: #6E6E6E. Windows color (decimal): -7976453 or 16468358. OLE color: 16468358.
HSL color Cylindrical-coordinate representation of color #8649FB: hue angle of 260.56º 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 #8649FB is Cyan = 0.47, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 134 | 73 | 251 | - |
| CMYK | 0.47 | 0.71 | 0 | 0.02 |
| HSL | 260.56º | 0.96% | 0.64% | - |
| HSV(B) | 260.56º | 0.71% | 0.98% | - |
| XYZ | 29.63 | 16.8 | 92.95 | - |
| YUV | 111.53 | 206.71 | 144.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 73 | 251 | 0.47 | 0.71 | 0 | 0.02 | 260.56 | 0.96 | 0.64 |
| Hex | 86 | 49 | FB | 2F | 47 | 0 | 2 | 105 | 60 | 40 |
| Octal | 206 | 111 | 373 | 57 | 107 | 0 | 2 | 405 | 140 | 100 |
| Binary | 10000110 | 1001001 | 11111011 | 101111 | 1000111 | 0 | 10 | 100000101 | 1100000 | 1000000 |
Color Harmonies of #8649FB
Complementary color
Monochromatic Colors of #8649FB
Black with #8649FB
Text Example
Text Example
White with #8649FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8649FB; }
p { color: rgb(134,73,251); }
H1.HeaderClassName
{
color: #8649FB;
}
.AnyTagClassName
{
color: #8649FB;
}
</style>
background-color css
<style>
a { background-color: #8649FB; }
a { background-color: rgb(134,73,251); }
div.DivClassName
{
background-color: #8649FB;
}
.BgClassName
{
background-color: #8649FB;
}
</style>
border-color css
<style>
span { border-color: #8649FB; }
span { border-color: rgb(134,73,251); }
td.TdClassName
{
border-color: #8649FB;
}
.TagClassName
{
border-color: #8649FB;
}
</style>