Shades of Medium Slate Blue #8551FA
Tints of Medium Slate Blue #8551FA
RGB
CMYK
RGB Variations
Color information
#8551FA (or 0x8551FA) is known color: Medium Slate Blue. HEX triplet: 85, 51 and FA. RGB value is (133,81,250). Sum of RGB (Red+Green+Blue) = 133+81+250=464 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.66% from 464); Green value is 81 (32.03% from 255 or 17.46% from 464); Blue value is 250 (98.05% from 255 or 53.88% from 464); Max value from RGB is 250 - color contains mainly: blue. Hex color #8551FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8551FA is #7AAE05. Grayscale: #737373. Windows color (decimal): -8039942 or 16404869. OLE color: 16404869.
HSL color Cylindrical-coordinate representation of color #8551FA: hue angle of 258.46º 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 #8551FA is Cyan = 0.47, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 133 | 81 | 250 | - |
| CMYK | 0.47 | 0.68 | 0 | 0.02 |
| HSL | 258.46º | 0.94% | 0.65% | - |
| HSV(B) | 258.46º | 0.68% | 0.98% | - |
| XYZ | 29.87 | 17.77 | 92.3 | - |
| YUV | 115.81 | 203.73 | 140.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 81 | 250 | 0.47 | 0.68 | 0 | 0.02 | 258.46 | 0.94 | 0.65 |
| Hex | 85 | 51 | FA | 2F | 44 | 0 | 2 | 102 | 5E | 41 |
| Octal | 205 | 121 | 372 | 57 | 104 | 0 | 2 | 402 | 136 | 101 |
| Binary | 10000101 | 1010001 | 11111010 | 101111 | 1000100 | 0 | 10 | 100000010 | 1011110 | 1000001 |
Color Harmonies of #8551FA
Complementary color
Monochromatic Colors of #8551FA
Black with #8551FA
Text Example
Text Example
White with #8551FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8551FA; }
p { color: rgb(133,81,250); }
H1.HeaderClassName
{
color: #8551FA;
}
.AnyTagClassName
{
color: #8551FA;
}
</style>
background-color css
<style>
a { background-color: #8551FA; }
a { background-color: rgb(133,81,250); }
div.DivClassName
{
background-color: #8551FA;
}
.BgClassName
{
background-color: #8551FA;
}
</style>
border-color css
<style>
span { border-color: #8551FA; }
span { border-color: rgb(133,81,250); }
td.TdClassName
{
border-color: #8551FA;
}
.TagClassName
{
border-color: #8551FA;
}
</style>