Shades of Medium Slate Blue #8759FA
Tints of Medium Slate Blue #8759FA
RGB
CMYK
RGB Variations
Color information
#8759FA (or 0x8759FA) is known color: Medium Slate Blue. HEX triplet: 87, 59 and FA. RGB value is (135,89,250). Sum of RGB (Red+Green+Blue) = 135+89+250=474 (62% of max value = 765). Red value is 135 (53.12% from 255 or 28.48% from 474); Green value is 89 (35.16% from 255 or 18.78% from 474); Blue value is 250 (98.05% from 255 or 52.74% from 474); Max value from RGB is 250 - color contains mainly: blue. Hex color #8759FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8759FA is #78A605. Grayscale: #787878. Windows color (decimal): -7906822 or 16406919. OLE color: 16406919.
HSL color Cylindrical-coordinate representation of color #8759FA: hue angle of 257.14º 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 #8759FA is Cyan = 0.46, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 135 | 89 | 250 | - |
| CMYK | 0.46 | 0.64 | 0 | 0.02 |
| HSL | 257.14º | 0.94% | 0.66% | - |
| HSV(B) | 257.14º | 0.64% | 0.98% | - |
| XYZ | 30.82 | 19.2 | 92.52 | - |
| YUV | 121.11 | 200.74 | 137.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 89 | 250 | 0.46 | 0.64 | 0 | 0.02 | 257.14 | 0.94 | 0.66 |
| Hex | 87 | 59 | FA | 2E | 40 | 0 | 2 | 101 | 5E | 42 |
| Octal | 207 | 131 | 372 | 56 | 100 | 0 | 2 | 401 | 136 | 102 |
| Binary | 10000111 | 1011001 | 11111010 | 101110 | 1000000 | 0 | 10 | 100000001 | 1011110 | 1000010 |
Color Harmonies of #8759FA
Complementary color
Monochromatic Colors of #8759FA
Black with #8759FA
Text Example
Text Example
White with #8759FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8759FA; }
p { color: rgb(135,89,250); }
H1.HeaderClassName
{
color: #8759FA;
}
.AnyTagClassName
{
color: #8759FA;
}
</style>
background-color css
<style>
a { background-color: #8759FA; }
a { background-color: rgb(135,89,250); }
div.DivClassName
{
background-color: #8759FA;
}
.BgClassName
{
background-color: #8759FA;
}
</style>
border-color css
<style>
span { border-color: #8759FA; }
span { border-color: rgb(135,89,250); }
td.TdClassName
{
border-color: #8759FA;
}
.TagClassName
{
border-color: #8759FA;
}
</style>