Shades of Medium Slate Blue #8363E8
Tints of Medium Slate Blue #8363E8
RGB
CMYK
RGB Variations
Color information
#8363E8 (or 0x8363E8) is known color: Medium Slate Blue. HEX triplet: 83, 63 and E8. RGB value is (131,99,232). Sum of RGB (Red+Green+Blue) = 131+99+232=462 (61% of max value = 765). Red value is 131 (51.56% from 255 or 28.35% from 462); Green value is 99 (39.06% from 255 or 21.43% from 462); Blue value is 232 (91.02% from 255 or 50.22% from 462); Max value from RGB is 232 - color contains mainly: blue. Hex color #8363E8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8363E8 is #7C9C17. Grayscale: #7B7B7B. Windows color (decimal): -8166424 or 15229827. OLE color: 15229827.
HSL color Cylindrical-coordinate representation of color #8363E8: hue angle of 254.44º degrees, saturation: 0.74, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8363E8 is Cyan = 0.44, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 131 | 99 | 232 | - |
| CMYK | 0.44 | 0.57 | 0 | 0.09 |
| HSL | 254.44º | 0.74% | 0.65% | - |
| HSV(B) | 254.44º | 0.57% | 0.91% | - |
| XYZ | 28.39 | 19.58 | 78.63 | - |
| YUV | 123.73 | 189.1 | 133.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 99 | 232 | 0.44 | 0.57 | 0 | 0.09 | 254.44 | 0.74 | 0.65 |
| Hex | 83 | 63 | E8 | 2C | 39 | 0 | 9 | FE | 4A | 41 |
| Octal | 203 | 143 | 350 | 54 | 71 | 0 | 11 | 376 | 112 | 101 |
| Binary | 10000011 | 1100011 | 11101000 | 101100 | 111001 | 0 | 1001 | 11111110 | 1001010 | 1000001 |
Color Harmonies of #8363E8
Complementary color
Monochromatic Colors of #8363E8
Black with #8363E8
Text Example
Text Example
White with #8363E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8363E8; }
p { color: rgb(131,99,232); }
H1.HeaderClassName
{
color: #8363E8;
}
.AnyTagClassName
{
color: #8363E8;
}
</style>
background-color css
<style>
a { background-color: #8363E8; }
a { background-color: rgb(131,99,232); }
div.DivClassName
{
background-color: #8363E8;
}
.BgClassName
{
background-color: #8363E8;
}
</style>
border-color css
<style>
span { border-color: #8363E8; }
span { border-color: rgb(131,99,232); }
td.TdClassName
{
border-color: #8363E8;
}
.TagClassName
{
border-color: #8363E8;
}
</style>