Shades of Medium Slate Blue #8562E6
Tints of Medium Slate Blue #8562E6
RGB
CMYK
RGB Variations
Color information
#8562E6 (or 0x8562E6) is known color: Medium Slate Blue. HEX triplet: 85, 62 and E6. RGB value is (133,98,230). Sum of RGB (Red+Green+Blue) = 133+98+230=461 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.85% from 461); Green value is 98 (38.67% from 255 or 21.26% from 461); Blue value is 230 (90.23% from 255 or 49.89% from 461); Max value from RGB is 230 - color contains mainly: blue. Hex color #8562E6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8562E6 is #7A9D19. Grayscale: #7B7B7B. Windows color (decimal): -8035610 or 15098501. OLE color: 15098501.
HSL color Cylindrical-coordinate representation of color #8562E6: hue angle of 255.91º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8562E6 is Cyan = 0.42, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 133 | 98 | 230 | - |
| CMYK | 0.42 | 0.57 | 0 | 0.10 |
| HSL | 255.91º | 0.73% | 0.64% | - |
| HSV(B) | 255.91º | 0.57% | 0.9% | - |
| XYZ | 28.32 | 19.44 | 77.12 | - |
| YUV | 123.51 | 188.1 | 134.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 98 | 230 | 0.42 | 0.57 | 0 | 0.10 | 255.91 | 0.73 | 0.64 |
| Hex | 85 | 62 | E6 | 2A | 39 | 0 | A | 100 | 49 | 40 |
| Octal | 205 | 142 | 346 | 52 | 71 | 0 | 12 | 400 | 111 | 100 |
| Binary | 10000101 | 1100010 | 11100110 | 101010 | 111001 | 0 | 1010 | 100000000 | 1001001 | 1000000 |
Color Harmonies of #8562E6
Complementary color
Monochromatic Colors of #8562E6
Black with #8562E6
Text Example
Text Example
White with #8562E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8562E6; }
p { color: rgb(133,98,230); }
H1.HeaderClassName
{
color: #8562E6;
}
.AnyTagClassName
{
color: #8562E6;
}
</style>
background-color css
<style>
a { background-color: #8562E6; }
a { background-color: rgb(133,98,230); }
div.DivClassName
{
background-color: #8562E6;
}
.BgClassName
{
background-color: #8562E6;
}
</style>
border-color css
<style>
span { border-color: #8562E6; }
span { border-color: rgb(133,98,230); }
td.TdClassName
{
border-color: #8562E6;
}
.TagClassName
{
border-color: #8562E6;
}
</style>