Shades of Medium Slate Blue #8559FB
Tints of Medium Slate Blue #8559FB
RGB
CMYK
RGB Variations
Color information
#8559FB (or 0x8559FB) is known color: Medium Slate Blue. HEX triplet: 85, 59 and FB. RGB value is (133,89,251). Sum of RGB (Red+Green+Blue) = 133+89+251=473 (62% of max value = 765). Red value is 133 (52.34% from 255 or 28.12% from 473); Green value is 89 (35.16% from 255 or 18.82% from 473); Blue value is 251 (98.44% from 255 or 53.07% from 473); Max value from RGB is 251 - color contains mainly: blue. Hex color #8559FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8559FB is #7AA604. Grayscale: #787878. Windows color (decimal): -8037893 or 16472453. OLE color: 16472453.
HSL color Cylindrical-coordinate representation of color #8559FB: hue angle of 256.3º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8559FB is Cyan = 0.47, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 133 | 89 | 251 | - |
| CMYK | 0.47 | 0.65 | 0 | 0.02 |
| HSL | 256.3º | 0.95% | 0.67% | - |
| HSV(B) | 256.3º | 0.65% | 0.98% | - |
| XYZ | 30.66 | 19.1 | 93.34 | - |
| YUV | 120.62 | 201.58 | 136.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 89 | 251 | 0.47 | 0.65 | 0 | 0.02 | 256.3 | 0.95 | 0.67 |
| Hex | 85 | 59 | FB | 2F | 41 | 0 | 2 | 100 | 5F | 43 |
| Octal | 205 | 131 | 373 | 57 | 101 | 0 | 2 | 400 | 137 | 103 |
| Binary | 10000101 | 1011001 | 11111011 | 101111 | 1000001 | 0 | 10 | 100000000 | 1011111 | 1000011 |
Color Harmonies of #8559FB
Complementary color
Monochromatic Colors of #8559FB
Black with #8559FB
Text Example
Text Example
White with #8559FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8559FB; }
p { color: rgb(133,89,251); }
H1.HeaderClassName
{
color: #8559FB;
}
.AnyTagClassName
{
color: #8559FB;
}
</style>
background-color css
<style>
a { background-color: #8559FB; }
a { background-color: rgb(133,89,251); }
div.DivClassName
{
background-color: #8559FB;
}
.BgClassName
{
background-color: #8559FB;
}
</style>
border-color css
<style>
span { border-color: #8559FB; }
span { border-color: rgb(133,89,251); }
td.TdClassName
{
border-color: #8559FB;
}
.TagClassName
{
border-color: #8559FB;
}
</style>