Shades of Medium Slate Blue #8350FB
Tints of Medium Slate Blue #8350FB
RGB
CMYK
RGB Variations
Color information
#8350FB (or 0x8350FB) is known color: Medium Slate Blue. HEX triplet: 83, 50 and FB. RGB value is (131,80,251). Sum of RGB (Red+Green+Blue) = 131+80+251=462 (61% of max value = 765). Red value is 131 (51.56% from 255 or 28.35% from 462); Green value is 80 (31.64% from 255 or 17.32% from 462); Blue value is 251 (98.44% from 255 or 54.33% from 462); Max value from RGB is 251 - color contains mainly: blue. Hex color #8350FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8350FB is #7CAF04. Grayscale: #727272. Windows color (decimal): -8171269 or 16470147. OLE color: 16470147.
HSL color Cylindrical-coordinate representation of color #8350FB: hue angle of 257.89º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8350FB is Cyan = 0.48, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 131 | 80 | 251 | - |
| CMYK | 0.48 | 0.68 | 0 | 0.02 |
| HSL | 257.89º | 0.96% | 0.65% | - |
| HSV(B) | 257.89º | 0.68% | 0.98% | - |
| XYZ | 29.64 | 17.53 | 93.09 | - |
| YUV | 114.74 | 204.9 | 139.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 80 | 251 | 0.48 | 0.68 | 0 | 0.02 | 257.89 | 0.96 | 0.65 |
| Hex | 83 | 50 | FB | 30 | 44 | 0 | 2 | 102 | 60 | 41 |
| Octal | 203 | 120 | 373 | 60 | 104 | 0 | 2 | 402 | 140 | 101 |
| Binary | 10000011 | 1010000 | 11111011 | 110000 | 1000100 | 0 | 10 | 100000010 | 1100000 | 1000001 |
Color Harmonies of #8350FB
Complementary color
Monochromatic Colors of #8350FB
Black with #8350FB
Text Example
Text Example
White with #8350FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8350FB; }
p { color: rgb(131,80,251); }
H1.HeaderClassName
{
color: #8350FB;
}
.AnyTagClassName
{
color: #8350FB;
}
</style>
background-color css
<style>
a { background-color: #8350FB; }
a { background-color: rgb(131,80,251); }
div.DivClassName
{
background-color: #8350FB;
}
.BgClassName
{
background-color: #8350FB;
}
</style>
border-color css
<style>
span { border-color: #8350FB; }
span { border-color: rgb(131,80,251); }
td.TdClassName
{
border-color: #8350FB;
}
.TagClassName
{
border-color: #8350FB;
}
</style>