Shades of Medium Slate Blue #8569EF
Tints of Medium Slate Blue #8569EF
RGB
CMYK
RGB Variations
Color information
#8569EF (or 0x8569EF) is known color: Medium Slate Blue. HEX triplet: 85, 69 and EF. RGB value is (133,105,239). Sum of RGB (Red+Green+Blue) = 133+105+239=477 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.88% from 477); Green value is 105 (41.41% from 255 or 22.01% from 477); Blue value is 239 (93.75% from 255 or 50.10% from 477); Max value from RGB is 239 - color contains mainly: blue. Hex color #8569EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8569EF is #7A9610. Grayscale: #808080. Windows color (decimal): -8033809 or 15690117. OLE color: 15690117.
HSL color Cylindrical-coordinate representation of color #8569EF: hue angle of 252.54º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8569EF is Cyan = 0.44, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 133 | 105 | 239 | - |
| CMYK | 0.44 | 0.56 | 0 | 0.06 |
| HSL | 252.54º | 0.81% | 0.67% | - |
| HSV(B) | 252.54º | 0.56% | 0.94% | - |
| XYZ | 30.3 | 21.32 | 84.18 | - |
| YUV | 128.65 | 190.28 | 131.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 105 | 239 | 0.44 | 0.56 | 0 | 0.06 | 252.54 | 0.81 | 0.67 |
| Hex | 85 | 69 | EF | 2C | 38 | 0 | 6 | FD | 51 | 43 |
| Octal | 205 | 151 | 357 | 54 | 70 | 0 | 6 | 375 | 121 | 103 |
| Binary | 10000101 | 1101001 | 11101111 | 101100 | 111000 | 0 | 110 | 11111101 | 1010001 | 1000011 |
Color Harmonies of #8569EF
Complementary color
Monochromatic Colors of #8569EF
Black with #8569EF
Text Example
Text Example
White with #8569EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8569EF; }
p { color: rgb(133,105,239); }
H1.HeaderClassName
{
color: #8569EF;
}
.AnyTagClassName
{
color: #8569EF;
}
</style>
background-color css
<style>
a { background-color: #8569EF; }
a { background-color: rgb(133,105,239); }
div.DivClassName
{
background-color: #8569EF;
}
.BgClassName
{
background-color: #8569EF;
}
</style>
border-color css
<style>
span { border-color: #8569EF; }
span { border-color: rgb(133,105,239); }
td.TdClassName
{
border-color: #8569EF;
}
.TagClassName
{
border-color: #8569EF;
}
</style>