Shades of Medium Slate Blue #8362E6
Tints of Medium Slate Blue #8362E6
RGB
CMYK
RGB Variations
Color information
#8362E6 (or 0x8362E6) is known color: Medium Slate Blue. HEX triplet: 83, 62 and E6. RGB value is (131,98,230). Sum of RGB (Red+Green+Blue) = 131+98+230=459 (60% of max value = 765). Red value is 131 (51.56% from 255 or 28.54% from 459); Green value is 98 (38.67% from 255 or 21.35% from 459); Blue value is 230 (90.23% from 255 or 50.11% from 459); Max value from RGB is 230 - color contains mainly: blue. Hex color #8362E6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8362E6 is #7C9D19. Grayscale: #7A7A7A. Windows color (decimal): -8166682 or 15098499. OLE color: 15098499.
HSL color Cylindrical-coordinate representation of color #8362E6: hue angle of 255º 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 #8362E6 is Cyan = 0.43, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 131 | 98 | 230 | - |
| CMYK | 0.43 | 0.57 | 0 | 0.10 |
| HSL | 255º | 0.73% | 0.64% | - |
| HSV(B) | 255º | 0.57% | 0.9% | - |
| XYZ | 28.01 | 19.27 | 77.11 | - |
| YUV | 122.92 | 188.43 | 133.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 98 | 230 | 0.43 | 0.57 | 0 | 0.10 | 255 | 0.73 | 0.64 |
| Hex | 83 | 62 | E6 | 2B | 39 | 0 | A | FF | 49 | 40 |
| Octal | 203 | 142 | 346 | 53 | 71 | 0 | 12 | 377 | 111 | 100 |
| Binary | 10000011 | 1100010 | 11100110 | 101011 | 111001 | 0 | 1010 | 11111111 | 1001001 | 1000000 |
Color Harmonies of #8362E6
Complementary color
Monochromatic Colors of #8362E6
Black with #8362E6
Text Example
Text Example
White with #8362E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8362E6; }
p { color: rgb(131,98,230); }
H1.HeaderClassName
{
color: #8362E6;
}
.AnyTagClassName
{
color: #8362E6;
}
</style>
background-color css
<style>
a { background-color: #8362E6; }
a { background-color: rgb(131,98,230); }
div.DivClassName
{
background-color: #8362E6;
}
.BgClassName
{
background-color: #8362E6;
}
</style>
border-color css
<style>
span { border-color: #8362E6; }
span { border-color: rgb(131,98,230); }
td.TdClassName
{
border-color: #8362E6;
}
.TagClassName
{
border-color: #8362E6;
}
</style>