Shades of Medium Slate Blue #8352FA
Tints of Medium Slate Blue #8352FA
RGB
CMYK
RGB Variations
Color information
#8352FA (or 0x8352FA) is known color: Medium Slate Blue. HEX triplet: 83, 52 and FA. RGB value is (131,82,250). Sum of RGB (Red+Green+Blue) = 131+82+250=463 (61% of max value = 765). Red value is 131 (51.56% from 255 or 28.29% from 463); Green value is 82 (32.42% from 255 or 17.71% from 463); Blue value is 250 (98.05% from 255 or 54.00% from 463); Max value from RGB is 250 - color contains mainly: blue. Hex color #8352FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8352FA is #7CAD05. Grayscale: #737373. Windows color (decimal): -8170758 or 16405123. OLE color: 16405123.
HSL color Cylindrical-coordinate representation of color #8352FA: hue angle of 257.5º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8352FA is Cyan = 0.48, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 131 | 82 | 250 | - |
| CMYK | 0.48 | 0.67 | 0 | 0.02 |
| HSL | 257.5º | 0.94% | 0.65% | - |
| HSV(B) | 257.5º | 0.67% | 0.98% | - |
| XYZ | 29.63 | 17.76 | 92.31 | - |
| YUV | 115.8 | 203.73 | 138.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 82 | 250 | 0.48 | 0.67 | 0 | 0.02 | 257.5 | 0.94 | 0.65 |
| Hex | 83 | 52 | FA | 30 | 43 | 0 | 2 | 102 | 5E | 41 |
| Octal | 203 | 122 | 372 | 60 | 103 | 0 | 2 | 402 | 136 | 101 |
| Binary | 10000011 | 1010010 | 11111010 | 110000 | 1000011 | 0 | 10 | 100000010 | 1011110 | 1000001 |
Color Harmonies of #8352FA
Complementary color
Monochromatic Colors of #8352FA
Black with #8352FA
Text Example
Text Example
White with #8352FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8352FA; }
p { color: rgb(131,82,250); }
H1.HeaderClassName
{
color: #8352FA;
}
.AnyTagClassName
{
color: #8352FA;
}
</style>
background-color css
<style>
a { background-color: #8352FA; }
a { background-color: rgb(131,82,250); }
div.DivClassName
{
background-color: #8352FA;
}
.BgClassName
{
background-color: #8352FA;
}
</style>
border-color css
<style>
span { border-color: #8352FA; }
span { border-color: rgb(131,82,250); }
td.TdClassName
{
border-color: #8352FA;
}
.TagClassName
{
border-color: #8352FA;
}
</style>