Shades of Medium Slate Blue #8357FC
Tints of Medium Slate Blue #8357FC
RGB
CMYK
RGB Variations
Color information
#8357FC (or 0x8357FC) is known color: Medium Slate Blue. HEX triplet: 83, 57 and FC. RGB value is (131,87,252). Sum of RGB (Red+Green+Blue) = 131+87+252=470 (62% of max value = 765). Red value is 131 (51.56% from 255 or 27.87% from 470); Green value is 87 (34.38% from 255 or 18.51% from 470); Blue value is 252 (98.83% from 255 or 53.62% from 470); Max value from RGB is 252 - color contains mainly: blue. Hex color #8357FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8357FC is #7CA803. Grayscale: #767676. Windows color (decimal): -8169476 or 16537475. OLE color: 16537475.
HSL color Cylindrical-coordinate representation of color #8357FC: hue angle of 256º degrees, saturation: 0.96, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8357FC is Cyan = 0.48, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 131 | 87 | 252 | - |
| CMYK | 0.48 | 0.65 | 0 | 0.01 |
| HSL | 256º | 0.96% | 0.66% | - |
| HSV(B) | 256º | 0.65% | 0.99% | - |
| XYZ | 30.34 | 18.67 | 94.1 | - |
| YUV | 118.97 | 203.08 | 136.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 87 | 252 | 0.48 | 0.65 | 0 | 0.01 | 256 | 0.96 | 0.66 |
| Hex | 83 | 57 | FC | 30 | 41 | 0 | 1 | 100 | 60 | 42 |
| Octal | 203 | 127 | 374 | 60 | 101 | 0 | 1 | 400 | 140 | 102 |
| Binary | 10000011 | 1010111 | 11111100 | 110000 | 1000001 | 0 | 1 | 100000000 | 1100000 | 1000010 |
Color Harmonies of #8357FC
Complementary color
Monochromatic Colors of #8357FC
Black with #8357FC
Text Example
Text Example
White with #8357FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8357FC; }
p { color: rgb(131,87,252); }
H1.HeaderClassName
{
color: #8357FC;
}
.AnyTagClassName
{
color: #8357FC;
}
</style>
background-color css
<style>
a { background-color: #8357FC; }
a { background-color: rgb(131,87,252); }
div.DivClassName
{
background-color: #8357FC;
}
.BgClassName
{
background-color: #8357FC;
}
</style>
border-color css
<style>
span { border-color: #8357FC; }
span { border-color: rgb(131,87,252); }
td.TdClassName
{
border-color: #8357FC;
}
.TagClassName
{
border-color: #8357FC;
}
</style>