Shades of Medium Slate Blue #8562F1
Tints of Medium Slate Blue #8562F1
RGB
CMYK
RGB Variations
Color information
#8562F1 (or 0x8562F1) is known color: Medium Slate Blue. HEX triplet: 85, 62 and F1. RGB value is (133,98,241). Sum of RGB (Red+Green+Blue) = 133+98+241=472 (62% of max value = 765). Red value is 133 (52.34% from 255 or 28.18% from 472); Green value is 98 (38.67% from 255 or 20.76% from 472); Blue value is 241 (94.53% from 255 or 51.06% from 472); Max value from RGB is 241 - color contains mainly: blue. Hex color #8562F1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8562F1 is #7A9D0E. Grayscale: #7C7C7C. Windows color (decimal): -8035599 or 15819397. OLE color: 15819397.
HSL color Cylindrical-coordinate representation of color #8562F1: hue angle of 254.69º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8562F1 is Cyan = 0.45, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 133 | 98 | 241 | - |
| CMYK | 0.45 | 0.59 | 0 | 0.05 |
| HSL | 254.69º | 0.84% | 0.66% | - |
| HSV(B) | 254.69º | 0.59% | 0.95% | - |
| XYZ | 29.92 | 20.07 | 85.52 | - |
| YUV | 124.77 | 193.6 | 133.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 98 | 241 | 0.45 | 0.59 | 0 | 0.05 | 254.69 | 0.84 | 0.66 |
| Hex | 85 | 62 | F1 | 2D | 3B | 0 | 5 | FF | 54 | 42 |
| Octal | 205 | 142 | 361 | 55 | 73 | 0 | 5 | 377 | 124 | 102 |
| Binary | 10000101 | 1100010 | 11110001 | 101101 | 111011 | 0 | 101 | 11111111 | 1010100 | 1000010 |
Color Harmonies of #8562F1
Complementary color
Monochromatic Colors of #8562F1
Black with #8562F1
Text Example
Text Example
White with #8562F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8562F1; }
p { color: rgb(133,98,241); }
H1.HeaderClassName
{
color: #8562F1;
}
.AnyTagClassName
{
color: #8562F1;
}
</style>
background-color css
<style>
a { background-color: #8562F1; }
a { background-color: rgb(133,98,241); }
div.DivClassName
{
background-color: #8562F1;
}
.BgClassName
{
background-color: #8562F1;
}
</style>
border-color css
<style>
span { border-color: #8562F1; }
span { border-color: rgb(133,98,241); }
td.TdClassName
{
border-color: #8562F1;
}
.TagClassName
{
border-color: #8562F1;
}
</style>