Shades of Medium Slate Blue #8568EE
Tints of Medium Slate Blue #8568EE
RGB
CMYK
RGB Variations
Color information
#8568EE (or 0x8568EE) is known color: Medium Slate Blue. HEX triplet: 85, 68 and EE. RGB value is (133,104,238). Sum of RGB (Red+Green+Blue) = 133+104+238=475 (62% of max value = 765). Red value is 133 (52.34% from 255 or 28% from 475); Green value is 104 (41.02% from 255 or 21.89% from 475); Blue value is 238 (93.36% from 255 or 50.11% from 475); Max value from RGB is 238 - color contains mainly: blue. Hex color #8568EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8568EE is #7A9711. Grayscale: #7F7F7F. Windows color (decimal): -8034066 or 15624325. OLE color: 15624325.
HSL color Cylindrical-coordinate representation of color #8568EE: hue angle of 252.99º degrees, saturation: 0.8, 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 #8568EE is Cyan = 0.44, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 133 | 104 | 238 | - |
| CMYK | 0.44 | 0.56 | 0 | 0.07 |
| HSL | 252.99º | 0.8% | 0.67% | - |
| HSV(B) | 252.99º | 0.56% | 0.93% | - |
| XYZ | 30.06 | 21.06 | 83.37 | - |
| YUV | 127.95 | 190.11 | 131.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 104 | 238 | 0.44 | 0.56 | 0 | 0.07 | 252.99 | 0.8 | 0.67 |
| Hex | 85 | 68 | EE | 2C | 38 | 0 | 7 | FD | 50 | 43 |
| Octal | 205 | 150 | 356 | 54 | 70 | 0 | 7 | 375 | 120 | 103 |
| Binary | 10000101 | 1101000 | 11101110 | 101100 | 111000 | 0 | 111 | 11111101 | 1010000 | 1000011 |
Color Harmonies of #8568EE
Complementary color
Monochromatic Colors of #8568EE
Black with #8568EE
Text Example
Text Example
White with #8568EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8568EE; }
p { color: rgb(133,104,238); }
H1.HeaderClassName
{
color: #8568EE;
}
.AnyTagClassName
{
color: #8568EE;
}
</style>
background-color css
<style>
a { background-color: #8568EE; }
a { background-color: rgb(133,104,238); }
div.DivClassName
{
background-color: #8568EE;
}
.BgClassName
{
background-color: #8568EE;
}
</style>
border-color css
<style>
span { border-color: #8568EE; }
span { border-color: rgb(133,104,238); }
td.TdClassName
{
border-color: #8568EE;
}
.TagClassName
{
border-color: #8568EE;
}
</style>