Shades of Medium Slate Blue #8648FB
Tints of Medium Slate Blue #8648FB
RGB
CMYK
RGB Variations
Color information
#8648FB (or 0x8648FB) is known color: Medium Slate Blue. HEX triplet: 86, 48 and FB. RGB value is (134,72,251). Sum of RGB (Red+Green+Blue) = 134+72+251=457 (60% of max value = 765). Red value is 134 (52.73% from 255 or 29.32% from 457); Green value is 72 (28.52% from 255 or 15.75% from 457); Blue value is 251 (98.44% from 255 or 54.92% from 457); Max value from RGB is 251 - color contains mainly: blue. Hex color #8648FB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8648FB is #79B704. Grayscale: #6E6E6E. Windows color (decimal): -7976709 or 16468102. OLE color: 16468102.
HSL color Cylindrical-coordinate representation of color #8648FB: hue angle of 260.78º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8648FB is Cyan = 0.47, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 134 | 72 | 251 | - |
| CMYK | 0.47 | 0.71 | 0 | 0.02 |
| HSL | 260.78º | 0.96% | 0.63% | - |
| HSV(B) | 260.78º | 0.71% | 0.98% | - |
| XYZ | 29.56 | 16.67 | 92.93 | - |
| YUV | 110.94 | 207.04 | 144.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 72 | 251 | 0.47 | 0.71 | 0 | 0.02 | 260.78 | 0.96 | 0.63 |
| Hex | 86 | 48 | FB | 2F | 47 | 0 | 2 | 105 | 60 | 3F |
| Octal | 206 | 110 | 373 | 57 | 107 | 0 | 2 | 405 | 140 | 77 |
| Binary | 10000110 | 1001000 | 11111011 | 101111 | 1000111 | 0 | 10 | 100000101 | 1100000 | 111111 |
Color Harmonies of #8648FB
Complementary color
Monochromatic Colors of #8648FB
Black with #8648FB
Text Example
Text Example
White with #8648FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8648FB; }
p { color: rgb(134,72,251); }
H1.HeaderClassName
{
color: #8648FB;
}
.AnyTagClassName
{
color: #8648FB;
}
</style>
background-color css
<style>
a { background-color: #8648FB; }
a { background-color: rgb(134,72,251); }
div.DivClassName
{
background-color: #8648FB;
}
.BgClassName
{
background-color: #8648FB;
}
</style>
border-color css
<style>
span { border-color: #8648FB; }
span { border-color: rgb(134,72,251); }
td.TdClassName
{
border-color: #8648FB;
}
.TagClassName
{
border-color: #8648FB;
}
</style>