Shades of Medium Slate Blue #8356FA
Tints of Medium Slate Blue #8356FA
RGB
CMYK
RGB Variations
Color information
#8356FA (or 0x8356FA) is known color: Medium Slate Blue. HEX triplet: 83, 56 and FA. RGB value is (131,86,250). Sum of RGB (Red+Green+Blue) = 131+86+250=467 (61% of max value = 765). Red value is 131 (51.56% from 255 or 28.05% from 467); Green value is 86 (33.98% from 255 or 18.42% from 467); Blue value is 250 (98.05% from 255 or 53.53% from 467); Max value from RGB is 250 - color contains mainly: blue. Hex color #8356FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8356FA is #7CA905. Grayscale: #757575. Windows color (decimal): -8169734 or 16406147. OLE color: 16406147.
HSL color Cylindrical-coordinate representation of color #8356FA: hue angle of 256.46º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8356FA is Cyan = 0.48, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 131 | 86 | 250 | - |
| CMYK | 0.48 | 0.66 | 0 | 0.02 |
| HSL | 256.46º | 0.94% | 0.66% | - |
| HSV(B) | 256.46º | 0.66% | 0.98% | - |
| XYZ | 29.94 | 18.38 | 92.41 | - |
| YUV | 118.15 | 202.41 | 137.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 86 | 250 | 0.48 | 0.66 | 0 | 0.02 | 256.46 | 0.94 | 0.66 |
| Hex | 83 | 56 | FA | 30 | 42 | 0 | 2 | 100 | 5E | 42 |
| Octal | 203 | 126 | 372 | 60 | 102 | 0 | 2 | 400 | 136 | 102 |
| Binary | 10000011 | 1010110 | 11111010 | 110000 | 1000010 | 0 | 10 | 100000000 | 1011110 | 1000010 |
Color Harmonies of #8356FA
Complementary color
Monochromatic Colors of #8356FA
Black with #8356FA
Text Example
Text Example
White with #8356FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8356FA; }
p { color: rgb(131,86,250); }
H1.HeaderClassName
{
color: #8356FA;
}
.AnyTagClassName
{
color: #8356FA;
}
</style>
background-color css
<style>
a { background-color: #8356FA; }
a { background-color: rgb(131,86,250); }
div.DivClassName
{
background-color: #8356FA;
}
.BgClassName
{
background-color: #8356FA;
}
</style>
border-color css
<style>
span { border-color: #8356FA; }
span { border-color: rgb(131,86,250); }
td.TdClassName
{
border-color: #8356FA;
}
.TagClassName
{
border-color: #8356FA;
}
</style>