Shades of Medium Slate Blue #8560F7
Tints of Medium Slate Blue #8560F7
RGB
CMYK
RGB Variations
Color information
#8560F7 (or 0x8560F7) is known color: Medium Slate Blue. HEX triplet: 85, 60 and F7. RGB value is (133,96,247). Sum of RGB (Red+Green+Blue) = 133+96+247=476 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.94% from 476); Green value is 96 (37.89% from 255 or 20.17% from 476); Blue value is 247 (96.88% from 255 or 51.89% from 476); Max value from RGB is 247 - color contains mainly: blue. Hex color #8560F7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8560F7 is #7A9F08. Grayscale: #7B7B7B. Windows color (decimal): -8036105 or 16212101. OLE color: 16212101.
HSL color Cylindrical-coordinate representation of color #8560F7: hue angle of 254.7º degrees, saturation: 0.9, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8560F7 is Cyan = 0.46, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 133 | 96 | 247 | - |
| CMYK | 0.46 | 0.61 | 0 | 0.03 |
| HSL | 254.7º | 0.9% | 0.67% | - |
| HSV(B) | 254.7º | 0.61% | 0.97% | - |
| XYZ | 30.64 | 20.07 | 90.25 | - |
| YUV | 124.28 | 197.26 | 134.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 96 | 247 | 0.46 | 0.61 | 0 | 0.03 | 254.7 | 0.9 | 0.67 |
| Hex | 85 | 60 | F7 | 2E | 3D | 0 | 3 | FF | 5A | 43 |
| Octal | 205 | 140 | 367 | 56 | 75 | 0 | 3 | 377 | 132 | 103 |
| Binary | 10000101 | 1100000 | 11110111 | 101110 | 111101 | 0 | 11 | 11111111 | 1011010 | 1000011 |
Color Harmonies of #8560F7
Complementary color
Monochromatic Colors of #8560F7
Black with #8560F7
Text Example
Text Example
White with #8560F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8560F7; }
p { color: rgb(133,96,247); }
H1.HeaderClassName
{
color: #8560F7;
}
.AnyTagClassName
{
color: #8560F7;
}
</style>
background-color css
<style>
a { background-color: #8560F7; }
a { background-color: rgb(133,96,247); }
div.DivClassName
{
background-color: #8560F7;
}
.BgClassName
{
background-color: #8560F7;
}
</style>
border-color css
<style>
span { border-color: #8560F7; }
span { border-color: rgb(133,96,247); }
td.TdClassName
{
border-color: #8560F7;
}
.TagClassName
{
border-color: #8560F7;
}
</style>