Shades of Medium Slate Blue #8350FD
Tints of Medium Slate Blue #8350FD
RGB
CMYK
RGB Variations
Color information
#8350FD (or 0x8350FD) is known color: Medium Slate Blue. HEX triplet: 83, 50 and FD. RGB value is (131,80,253). Sum of RGB (Red+Green+Blue) = 131+80+253=464 (61% of max value = 765). Red value is 131 (51.56% from 255 or 28.23% from 464); Green value is 80 (31.64% from 255 or 17.24% from 464); Blue value is 253 (99.22% from 255 or 54.53% from 464); Max value from RGB is 253 - color contains mainly: blue. Hex color #8350FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8350FD is #7CAF02. Grayscale: #727272. Windows color (decimal): -8171267 or 16601219. OLE color: 16601219.
HSL color Cylindrical-coordinate representation of color #8350FD: hue angle of 257.69º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8350FD is Cyan = 0.48, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 131 | 80 | 253 | - |
| CMYK | 0.48 | 0.68 | 0 | 0.01 |
| HSL | 257.69º | 0.98% | 0.65% | - |
| HSV(B) | 257.69º | 0.68% | 0.99% | - |
| XYZ | 29.96 | 17.65 | 94.76 | - |
| YUV | 114.97 | 205.9 | 139.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 80 | 253 | 0.48 | 0.68 | 0 | 0.01 | 257.69 | 0.98 | 0.65 |
| Hex | 83 | 50 | FD | 30 | 44 | 0 | 1 | 102 | 62 | 41 |
| Octal | 203 | 120 | 375 | 60 | 104 | 0 | 1 | 402 | 142 | 101 |
| Binary | 10000011 | 1010000 | 11111101 | 110000 | 1000100 | 0 | 1 | 100000010 | 1100010 | 1000001 |
Color Harmonies of #8350FD
Complementary color
Monochromatic Colors of #8350FD
Black with #8350FD
Text Example
Text Example
White with #8350FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8350FD; }
p { color: rgb(131,80,253); }
H1.HeaderClassName
{
color: #8350FD;
}
.AnyTagClassName
{
color: #8350FD;
}
</style>
background-color css
<style>
a { background-color: #8350FD; }
a { background-color: rgb(131,80,253); }
div.DivClassName
{
background-color: #8350FD;
}
.BgClassName
{
background-color: #8350FD;
}
</style>
border-color css
<style>
span { border-color: #8350FD; }
span { border-color: rgb(131,80,253); }
td.TdClassName
{
border-color: #8350FD;
}
.TagClassName
{
border-color: #8350FD;
}
</style>