Shades of Medium Slate Blue #8568EC
Tints of Medium Slate Blue #8568EC
RGB
CMYK
RGB Variations
Color information
#8568EC (or 0x8568EC) is known color: Medium Slate Blue. HEX triplet: 85, 68 and EC. RGB value is (133,104,236). Sum of RGB (Red+Green+Blue) = 133+104+236=473 (62% of max value = 765). Red value is 133 (52.34% from 255 or 28.12% from 473); Green value is 104 (41.02% from 255 or 21.99% from 473); Blue value is 236 (92.58% from 255 or 49.89% from 473); Max value from RGB is 236 - color contains mainly: blue. Hex color #8568EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8568EC is #7A9713. Grayscale: #7F7F7F. Windows color (decimal): -8034068 or 15493253. OLE color: 15493253.
HSL color Cylindrical-coordinate representation of color #8568EC: hue angle of 253.18º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8568EC is Cyan = 0.44, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 133 | 104 | 236 | - |
| CMYK | 0.44 | 0.56 | 0 | 0.07 |
| HSL | 253.18º | 0.78% | 0.67% | - |
| HSV(B) | 253.18º | 0.56% | 0.93% | - |
| XYZ | 29.76 | 20.94 | 81.83 | - |
| YUV | 127.72 | 189.11 | 131.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 104 | 236 | 0.44 | 0.56 | 0 | 0.07 | 253.18 | 0.78 | 0.67 |
| Hex | 85 | 68 | EC | 2C | 38 | 0 | 7 | FD | 4E | 43 |
| Octal | 205 | 150 | 354 | 54 | 70 | 0 | 7 | 375 | 116 | 103 |
| Binary | 10000101 | 1101000 | 11101100 | 101100 | 111000 | 0 | 111 | 11111101 | 1001110 | 1000011 |
Color Harmonies of #8568EC
Complementary color
Monochromatic Colors of #8568EC
Black with #8568EC
Text Example
Text Example
White with #8568EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8568EC; }
p { color: rgb(133,104,236); }
H1.HeaderClassName
{
color: #8568EC;
}
.AnyTagClassName
{
color: #8568EC;
}
</style>
background-color css
<style>
a { background-color: #8568EC; }
a { background-color: rgb(133,104,236); }
div.DivClassName
{
background-color: #8568EC;
}
.BgClassName
{
background-color: #8568EC;
}
</style>
border-color css
<style>
span { border-color: #8568EC; }
span { border-color: rgb(133,104,236); }
td.TdClassName
{
border-color: #8568EC;
}
.TagClassName
{
border-color: #8568EC;
}
</style>