Shades of Medium Slate Blue #8550FA
Tints of Medium Slate Blue #8550FA
RGB
CMYK
RGB Variations
Color information
#8550FA (or 0x8550FA) is known color: Medium Slate Blue. HEX triplet: 85, 50 and FA. RGB value is (133,80,250). Sum of RGB (Red+Green+Blue) = 133+80+250=463 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.73% from 463); Green value is 80 (31.64% from 255 or 17.28% from 463); Blue value is 250 (98.05% from 255 or 54.00% from 463); Max value from RGB is 250 - color contains mainly: blue. Hex color #8550FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8550FA is #7AAF05. Grayscale: #727272. Windows color (decimal): -8040198 or 16404613. OLE color: 16404613.
HSL color Cylindrical-coordinate representation of color #8550FA: hue angle of 258.71º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8550FA is Cyan = 0.47, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 133 | 80 | 250 | - |
| CMYK | 0.47 | 0.68 | 0 | 0.02 |
| HSL | 258.71º | 0.94% | 0.65% | - |
| HSV(B) | 258.71º | 0.68% | 0.98% | - |
| XYZ | 29.8 | 17.63 | 92.27 | - |
| YUV | 115.23 | 204.06 | 140.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 80 | 250 | 0.47 | 0.68 | 0 | 0.02 | 258.71 | 0.94 | 0.65 |
| Hex | 85 | 50 | FA | 2F | 44 | 0 | 2 | 103 | 5E | 41 |
| Octal | 205 | 120 | 372 | 57 | 104 | 0 | 2 | 403 | 136 | 101 |
| Binary | 10000101 | 1010000 | 11111010 | 101111 | 1000100 | 0 | 10 | 100000011 | 1011110 | 1000001 |
Color Harmonies of #8550FA
Complementary color
Monochromatic Colors of #8550FA
Black with #8550FA
Text Example
Text Example
White with #8550FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8550FA; }
p { color: rgb(133,80,250); }
H1.HeaderClassName
{
color: #8550FA;
}
.AnyTagClassName
{
color: #8550FA;
}
</style>
background-color css
<style>
a { background-color: #8550FA; }
a { background-color: rgb(133,80,250); }
div.DivClassName
{
background-color: #8550FA;
}
.BgClassName
{
background-color: #8550FA;
}
</style>
border-color css
<style>
span { border-color: #8550FA; }
span { border-color: rgb(133,80,250); }
td.TdClassName
{
border-color: #8550FA;
}
.TagClassName
{
border-color: #8550FA;
}
</style>