Shades of Medium Slate Blue #8354FB
Tints of Medium Slate Blue #8354FB
RGB
CMYK
RGB Variations
Color information
#8354FB (or 0x8354FB) is known color: Medium Slate Blue. HEX triplet: 83, 54 and FB. RGB value is (131,84,251). Sum of RGB (Red+Green+Blue) = 131+84+251=466 (61% of max value = 765). Red value is 131 (51.56% from 255 or 28.11% from 466); Green value is 84 (33.20% from 255 or 18.03% from 466); Blue value is 251 (98.44% from 255 or 53.86% from 466); Max value from RGB is 251 - color contains mainly: blue. Hex color #8354FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8354FB is #7CAB04. Grayscale: #747474. Windows color (decimal): -8170245 or 16471171. OLE color: 16471171.
HSL color Cylindrical-coordinate representation of color #8354FB: hue angle of 256.89º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8354FB is Cyan = 0.48, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 131 | 84 | 251 | - |
| CMYK | 0.48 | 0.67 | 0 | 0.02 |
| HSL | 256.89º | 0.95% | 0.66% | - |
| HSV(B) | 256.89º | 0.67% | 0.98% | - |
| XYZ | 29.94 | 18.13 | 93.19 | - |
| YUV | 117.09 | 203.57 | 137.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 84 | 251 | 0.48 | 0.67 | 0 | 0.02 | 256.89 | 0.95 | 0.66 |
| Hex | 83 | 54 | FB | 30 | 43 | 0 | 2 | 101 | 5F | 42 |
| Octal | 203 | 124 | 373 | 60 | 103 | 0 | 2 | 401 | 137 | 102 |
| Binary | 10000011 | 1010100 | 11111011 | 110000 | 1000011 | 0 | 10 | 100000001 | 1011111 | 1000010 |
Color Harmonies of #8354FB
Complementary color
Monochromatic Colors of #8354FB
Black with #8354FB
Text Example
Text Example
White with #8354FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8354FB; }
p { color: rgb(131,84,251); }
H1.HeaderClassName
{
color: #8354FB;
}
.AnyTagClassName
{
color: #8354FB;
}
</style>
background-color css
<style>
a { background-color: #8354FB; }
a { background-color: rgb(131,84,251); }
div.DivClassName
{
background-color: #8354FB;
}
.BgClassName
{
background-color: #8354FB;
}
</style>
border-color css
<style>
span { border-color: #8354FB; }
span { border-color: rgb(131,84,251); }
td.TdClassName
{
border-color: #8354FB;
}
.TagClassName
{
border-color: #8354FB;
}
</style>