Shades of Medium Slate Blue #8566F3
Tints of Medium Slate Blue #8566F3
RGB
CMYK
RGB Variations
Color information
#8566F3 (or 0x8566F3) is known color: Medium Slate Blue. HEX triplet: 85, 66 and F3. RGB value is (133,102,243). Sum of RGB (Red+Green+Blue) = 133+102+243=478 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.82% from 478); Green value is 102 (40.23% from 255 or 21.34% from 478); Blue value is 243 (95.31% from 255 or 50.84% from 478); Max value from RGB is 243 - color contains mainly: blue. Hex color #8566F3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8566F3 is #7A990C. Grayscale: #7E7E7E. Windows color (decimal): -8034573 or 15951493. OLE color: 15951493.
HSL color Cylindrical-coordinate representation of color #8566F3: hue angle of 253.19º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8566F3 is Cyan = 0.45, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 133 | 102 | 243 | - |
| CMYK | 0.45 | 0.58 | 0 | 0.05 |
| HSL | 253.19º | 0.85% | 0.68% | - |
| HSV(B) | 253.19º | 0.58% | 0.95% | - |
| XYZ | 30.6 | 20.96 | 87.23 | - |
| YUV | 127.34 | 193.27 | 132.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 102 | 243 | 0.45 | 0.58 | 0 | 0.05 | 253.19 | 0.85 | 0.68 |
| Hex | 85 | 66 | F3 | 2D | 3A | 0 | 5 | FD | 55 | 44 |
| Octal | 205 | 146 | 363 | 55 | 72 | 0 | 5 | 375 | 125 | 104 |
| Binary | 10000101 | 1100110 | 11110011 | 101101 | 111010 | 0 | 101 | 11111101 | 1010101 | 1000100 |
Color Harmonies of #8566F3
Complementary color
Monochromatic Colors of #8566F3
Black with #8566F3
Text Example
Text Example
White with #8566F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8566F3; }
p { color: rgb(133,102,243); }
H1.HeaderClassName
{
color: #8566F3;
}
.AnyTagClassName
{
color: #8566F3;
}
</style>
background-color css
<style>
a { background-color: #8566F3; }
a { background-color: rgb(133,102,243); }
div.DivClassName
{
background-color: #8566F3;
}
.BgClassName
{
background-color: #8566F3;
}
</style>
border-color css
<style>
span { border-color: #8566F3; }
span { border-color: rgb(133,102,243); }
td.TdClassName
{
border-color: #8566F3;
}
.TagClassName
{
border-color: #8566F3;
}
</style>