Shades of Medium Slate Blue #8550F2
Tints of Medium Slate Blue #8550F2
RGB
CMYK
RGB Variations
Color information
#8550F2 (or 0x8550F2) is known color: Medium Slate Blue. HEX triplet: 85, 50 and F2. RGB value is (133,80,242). Sum of RGB (Red+Green+Blue) = 133+80+242=455 (60% of max value = 765). Red value is 133 (52.34% from 255 or 29.23% from 455); Green value is 80 (31.64% from 255 or 17.58% from 455); Blue value is 242 (94.92% from 255 or 53.19% from 455); Max value from RGB is 242 - color contains mainly: blue. Hex color #8550F2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8550F2 is #7AAF0D. Grayscale: #717171. Windows color (decimal): -8040206 or 15880325. OLE color: 15880325.
HSL color Cylindrical-coordinate representation of color #8550F2: hue angle of 259.63º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8550F2 is Cyan = 0.45, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 133 | 80 | 242 | - |
| CMYK | 0.45 | 0.67 | 0 | 0.05 |
| HSL | 259.63º | 0.86% | 0.63% | - |
| HSV(B) | 259.63º | 0.67% | 0.95% | - |
| XYZ | 28.57 | 17.13 | 85.81 | - |
| YUV | 114.32 | 200.06 | 141.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 80 | 242 | 0.45 | 0.67 | 0 | 0.05 | 259.63 | 0.86 | 0.63 |
| Hex | 85 | 50 | F2 | 2D | 43 | 0 | 5 | 104 | 56 | 3F |
| Octal | 205 | 120 | 362 | 55 | 103 | 0 | 5 | 404 | 126 | 77 |
| Binary | 10000101 | 1010000 | 11110010 | 101101 | 1000011 | 0 | 101 | 100000100 | 1010110 | 111111 |
Color Harmonies of #8550F2
Complementary color
Monochromatic Colors of #8550F2
Black with #8550F2
Text Example
Text Example
White with #8550F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8550F2; }
p { color: rgb(133,80,242); }
H1.HeaderClassName
{
color: #8550F2;
}
.AnyTagClassName
{
color: #8550F2;
}
</style>
background-color css
<style>
a { background-color: #8550F2; }
a { background-color: rgb(133,80,242); }
div.DivClassName
{
background-color: #8550F2;
}
.BgClassName
{
background-color: #8550F2;
}
</style>
border-color css
<style>
span { border-color: #8550F2; }
span { border-color: rgb(133,80,242); }
td.TdClassName
{
border-color: #8550F2;
}
.TagClassName
{
border-color: #8550F2;
}
</style>