Shades of Medium Slate Blue #8559FA
Tints of Medium Slate Blue #8559FA
RGB
CMYK
RGB Variations
Color information
#8559FA (or 0x8559FA) is known color: Medium Slate Blue. HEX triplet: 85, 59 and FA. RGB value is (133,89,250). Sum of RGB (Red+Green+Blue) = 133+89+250=472 (62% of max value = 765). Red value is 133 (52.34% from 255 or 28.18% from 472); Green value is 89 (35.16% from 255 or 18.86% from 472); Blue value is 250 (98.05% from 255 or 52.97% from 472); Max value from RGB is 250 - color contains mainly: blue. Hex color #8559FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8559FA is #7AA605. Grayscale: #777777. Windows color (decimal): -8037894 or 16406917. OLE color: 16406917.
HSL color Cylindrical-coordinate representation of color #8559FA: hue angle of 256.4º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8559FA is Cyan = 0.47, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 133 | 89 | 250 | - |
| CMYK | 0.47 | 0.64 | 0 | 0.02 |
| HSL | 256.4º | 0.94% | 0.66% | - |
| HSV(B) | 256.4º | 0.64% | 0.98% | - |
| XYZ | 30.5 | 19.03 | 92.51 | - |
| YUV | 120.51 | 201.08 | 136.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 89 | 250 | 0.47 | 0.64 | 0 | 0.02 | 256.4 | 0.94 | 0.66 |
| Hex | 85 | 59 | FA | 2F | 40 | 0 | 2 | 100 | 5E | 42 |
| Octal | 205 | 131 | 372 | 57 | 100 | 0 | 2 | 400 | 136 | 102 |
| Binary | 10000101 | 1011001 | 11111010 | 101111 | 1000000 | 0 | 10 | 100000000 | 1011110 | 1000010 |
Color Harmonies of #8559FA
Complementary color
Monochromatic Colors of #8559FA
Black with #8559FA
Text Example
Text Example
White with #8559FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8559FA; }
p { color: rgb(133,89,250); }
H1.HeaderClassName
{
color: #8559FA;
}
.AnyTagClassName
{
color: #8559FA;
}
</style>
background-color css
<style>
a { background-color: #8559FA; }
a { background-color: rgb(133,89,250); }
div.DivClassName
{
background-color: #8559FA;
}
.BgClassName
{
background-color: #8559FA;
}
</style>
border-color css
<style>
span { border-color: #8559FA; }
span { border-color: rgb(133,89,250); }
td.TdClassName
{
border-color: #8559FA;
}
.TagClassName
{
border-color: #8559FA;
}
</style>