Shades of Medium Slate Blue #8354FA
Tints of Medium Slate Blue #8354FA
RGB
CMYK
RGB Variations
Color information
#8354FA (or 0x8354FA) is known color: Medium Slate Blue. HEX triplet: 83, 54 and FA. RGB value is (131,84,250). Sum of RGB (Red+Green+Blue) = 131+84+250=465 (61% of max value = 765). Red value is 131 (51.56% from 255 or 28.17% from 465); Green value is 84 (33.20% from 255 or 18.06% from 465); Blue value is 250 (98.05% from 255 or 53.76% from 465); Max value from RGB is 250 - color contains mainly: blue. Hex color #8354FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8354FA is #7CAB05. Grayscale: #747474. Windows color (decimal): -8170246 or 16405635. OLE color: 16405635.
HSL color Cylindrical-coordinate representation of color #8354FA: hue angle of 256.99º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8354FA is Cyan = 0.48, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 131 | 84 | 250 | - |
| CMYK | 0.48 | 0.66 | 0 | 0.02 |
| HSL | 256.99º | 0.94% | 0.65% | - |
| HSV(B) | 256.99º | 0.66% | 0.98% | - |
| XYZ | 29.79 | 18.07 | 92.36 | - |
| YUV | 116.98 | 203.07 | 138 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 84 | 250 | 0.48 | 0.66 | 0 | 0.02 | 256.99 | 0.94 | 0.65 |
| Hex | 83 | 54 | FA | 30 | 42 | 0 | 2 | 101 | 5E | 41 |
| Octal | 203 | 124 | 372 | 60 | 102 | 0 | 2 | 401 | 136 | 101 |
| Binary | 10000011 | 1010100 | 11111010 | 110000 | 1000010 | 0 | 10 | 100000001 | 1011110 | 1000001 |
Color Harmonies of #8354FA
Complementary color
Monochromatic Colors of #8354FA
Black with #8354FA
Text Example
Text Example
White with #8354FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8354FA; }
p { color: rgb(131,84,250); }
H1.HeaderClassName
{
color: #8354FA;
}
.AnyTagClassName
{
color: #8354FA;
}
</style>
background-color css
<style>
a { background-color: #8354FA; }
a { background-color: rgb(131,84,250); }
div.DivClassName
{
background-color: #8354FA;
}
.BgClassName
{
background-color: #8354FA;
}
</style>
border-color css
<style>
span { border-color: #8354FA; }
span { border-color: rgb(131,84,250); }
td.TdClassName
{
border-color: #8354FA;
}
.TagClassName
{
border-color: #8354FA;
}
</style>