Shades of Medium Slate Blue #8556FA
Tints of Medium Slate Blue #8556FA
RGB
CMYK
RGB Variations
Color information
#8556FA (or 0x8556FA) is known color: Medium Slate Blue. HEX triplet: 85, 56 and FA. RGB value is (133,86,250). Sum of RGB (Red+Green+Blue) = 133+86+250=469 (62% of max value = 765). Red value is 133 (52.34% from 255 or 28.36% from 469); Green value is 86 (33.98% from 255 or 18.34% from 469); Blue value is 250 (98.05% from 255 or 53.30% from 469); Max value from RGB is 250 - color contains mainly: blue. Hex color #8556FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8556FA is #7AA905. Grayscale: #767676. Windows color (decimal): -8038662 or 16406149. OLE color: 16406149.
HSL color Cylindrical-coordinate representation of color #8556FA: hue angle of 257.2º degrees, saturation: 0.94, 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 #8556FA is Cyan = 0.47, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 133 | 86 | 250 | - |
| CMYK | 0.47 | 0.66 | 0 | 0.02 |
| HSL | 257.2º | 0.94% | 0.66% | - |
| HSV(B) | 257.2º | 0.66% | 0.98% | - |
| XYZ | 30.26 | 18.54 | 92.43 | - |
| YUV | 118.75 | 202.07 | 138.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 86 | 250 | 0.47 | 0.66 | 0 | 0.02 | 257.2 | 0.94 | 0.66 |
| Hex | 85 | 56 | FA | 2F | 42 | 0 | 2 | 101 | 5E | 42 |
| Octal | 205 | 126 | 372 | 57 | 102 | 0 | 2 | 401 | 136 | 102 |
| Binary | 10000101 | 1010110 | 11111010 | 101111 | 1000010 | 0 | 10 | 100000001 | 1011110 | 1000010 |
Color Harmonies of #8556FA
Complementary color
Monochromatic Colors of #8556FA
Black with #8556FA
Text Example
Text Example
White with #8556FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8556FA; }
p { color: rgb(133,86,250); }
H1.HeaderClassName
{
color: #8556FA;
}
.AnyTagClassName
{
color: #8556FA;
}
</style>
background-color css
<style>
a { background-color: #8556FA; }
a { background-color: rgb(133,86,250); }
div.DivClassName
{
background-color: #8556FA;
}
.BgClassName
{
background-color: #8556FA;
}
</style>
border-color css
<style>
span { border-color: #8556FA; }
span { border-color: rgb(133,86,250); }
td.TdClassName
{
border-color: #8556FA;
}
.TagClassName
{
border-color: #8556FA;
}
</style>