Shades of Medium Slate Blue #8560F3
Tints of Medium Slate Blue #8560F3
RGB
CMYK
RGB Variations
Color information
#8560F3 (or 0x8560F3) is known color: Medium Slate Blue. HEX triplet: 85, 60 and F3. RGB value is (133,96,243). Sum of RGB (Red+Green+Blue) = 133+96+243=472 (62% of max value = 765). Red value is 133 (52.34% from 255 or 28.18% from 472); Green value is 96 (37.89% from 255 or 20.34% from 472); Blue value is 243 (95.31% from 255 or 51.48% from 472); Max value from RGB is 243 - color contains mainly: blue. Hex color #8560F3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8560F3 is #7A9F0C. Grayscale: #7B7B7B. Windows color (decimal): -8036109 or 15949957. OLE color: 15949957.
HSL color Cylindrical-coordinate representation of color #8560F3: hue angle of 255.1º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8560F3 is Cyan = 0.45, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 133 | 96 | 243 | - |
| CMYK | 0.45 | 0.60 | 0 | 0.05 |
| HSL | 255.1º | 0.86% | 0.66% | - |
| HSV(B) | 255.1º | 0.6% | 0.95% | - |
| XYZ | 30.03 | 19.82 | 87.04 | - |
| YUV | 123.82 | 195.26 | 134.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 96 | 243 | 0.45 | 0.60 | 0 | 0.05 | 255.1 | 0.86 | 0.66 |
| Hex | 85 | 60 | F3 | 2D | 3C | 0 | 5 | FF | 56 | 42 |
| Octal | 205 | 140 | 363 | 55 | 74 | 0 | 5 | 377 | 126 | 102 |
| Binary | 10000101 | 1100000 | 11110011 | 101101 | 111100 | 0 | 101 | 11111111 | 1010110 | 1000010 |
Color Harmonies of #8560F3
Complementary color
Monochromatic Colors of #8560F3
Black with #8560F3
Text Example
Text Example
White with #8560F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8560F3; }
p { color: rgb(133,96,243); }
H1.HeaderClassName
{
color: #8560F3;
}
.AnyTagClassName
{
color: #8560F3;
}
</style>
background-color css
<style>
a { background-color: #8560F3; }
a { background-color: rgb(133,96,243); }
div.DivClassName
{
background-color: #8560F3;
}
.BgClassName
{
background-color: #8560F3;
}
</style>
border-color css
<style>
span { border-color: #8560F3; }
span { border-color: rgb(133,96,243); }
td.TdClassName
{
border-color: #8560F3;
}
.TagClassName
{
border-color: #8560F3;
}
</style>