Shades of Medium Slate Blue #8656FB
Tints of Medium Slate Blue #8656FB
RGB
CMYK
RGB Variations
Color information
#8656FB (or 0x8656FB) is known color: Medium Slate Blue. HEX triplet: 86, 56 and FB. RGB value is (134,86,251). Sum of RGB (Red+Green+Blue) = 134+86+251=471 (62% of max value = 765). Red value is 134 (52.73% from 255 or 28.45% from 471); Green value is 86 (33.98% from 255 or 18.26% from 471); Blue value is 251 (98.44% from 255 or 53.29% from 471); Max value from RGB is 251 - color contains mainly: blue. Hex color #8656FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8656FB is #79A904. Grayscale: #767676. Windows color (decimal): -7973125 or 16471686. OLE color: 16471686.
HSL color Cylindrical-coordinate representation of color #8656FB: hue angle of 257.45º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8656FB is Cyan = 0.47, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 134 | 86 | 251 | - |
| CMYK | 0.47 | 0.66 | 0 | 0.02 |
| HSL | 257.45º | 0.95% | 0.66% | - |
| HSV(B) | 257.45º | 0.66% | 0.98% | - |
| XYZ | 30.57 | 18.69 | 93.26 | - |
| YUV | 119.16 | 202.4 | 138.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 86 | 251 | 0.47 | 0.66 | 0 | 0.02 | 257.45 | 0.95 | 0.66 |
| Hex | 86 | 56 | FB | 2F | 42 | 0 | 2 | 101 | 5F | 42 |
| Octal | 206 | 126 | 373 | 57 | 102 | 0 | 2 | 401 | 137 | 102 |
| Binary | 10000110 | 1010110 | 11111011 | 101111 | 1000010 | 0 | 10 | 100000001 | 1011111 | 1000010 |
Color Harmonies of #8656FB
Complementary color
Monochromatic Colors of #8656FB
Black with #8656FB
Text Example
Text Example
White with #8656FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8656FB; }
p { color: rgb(134,86,251); }
H1.HeaderClassName
{
color: #8656FB;
}
.AnyTagClassName
{
color: #8656FB;
}
</style>
background-color css
<style>
a { background-color: #8656FB; }
a { background-color: rgb(134,86,251); }
div.DivClassName
{
background-color: #8656FB;
}
.BgClassName
{
background-color: #8656FB;
}
</style>
border-color css
<style>
span { border-color: #8656FB; }
span { border-color: rgb(134,86,251); }
td.TdClassName
{
border-color: #8656FB;
}
.TagClassName
{
border-color: #8656FB;
}
</style>