Shades of Medium Slate Blue #8346FD
Tints of Medium Slate Blue #8346FD
RGB
CMYK
RGB Variations
Color information
#8346FD (or 0x8346FD) is known color: Medium Slate Blue. HEX triplet: 83, 46 and FD. RGB value is (131,70,253). Sum of RGB (Red+Green+Blue) = 131+70+253=454 (60% of max value = 765). Red value is 131 (51.56% from 255 or 28.85% from 454); Green value is 70 (27.73% from 255 or 15.42% from 454); Blue value is 253 (99.22% from 255 or 55.73% from 454); Max value from RGB is 253 - color contains mainly: blue. Hex color #8346FD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8346FD is #7CB902. Grayscale: #6C6C6C. Windows color (decimal): -8173827 or 16598659. OLE color: 16598659.
HSL color Cylindrical-coordinate representation of color #8346FD: hue angle of 260º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8346FD is Cyan = 0.48, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 131 | 70 | 253 | - |
| CMYK | 0.48 | 0.72 | 0 | 0.01 |
| HSL | 260º | 0.98% | 0.63% | - |
| HSV(B) | 260º | 0.72% | 0.99% | - |
| XYZ | 29.28 | 16.3 | 94.53 | - |
| YUV | 109.1 | 209.21 | 143.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 70 | 253 | 0.48 | 0.72 | 0 | 0.01 | 260 | 0.98 | 0.63 |
| Hex | 83 | 46 | FD | 30 | 48 | 0 | 1 | 104 | 62 | 3F |
| Octal | 203 | 106 | 375 | 60 | 110 | 0 | 1 | 404 | 142 | 77 |
| Binary | 10000011 | 1000110 | 11111101 | 110000 | 1001000 | 0 | 1 | 100000100 | 1100010 | 111111 |
Color Harmonies of #8346FD
Complementary color
Monochromatic Colors of #8346FD
Black with #8346FD
Text Example
Text Example
White with #8346FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8346FD; }
p { color: rgb(131,70,253); }
H1.HeaderClassName
{
color: #8346FD;
}
.AnyTagClassName
{
color: #8346FD;
}
</style>
background-color css
<style>
a { background-color: #8346FD; }
a { background-color: rgb(131,70,253); }
div.DivClassName
{
background-color: #8346FD;
}
.BgClassName
{
background-color: #8346FD;
}
</style>
border-color css
<style>
span { border-color: #8346FD; }
span { border-color: rgb(131,70,253); }
td.TdClassName
{
border-color: #8346FD;
}
.TagClassName
{
border-color: #8346FD;
}
</style>