Shades of Medium Slate Blue #8353F3
Tints of Medium Slate Blue #8353F3
RGB
CMYK
RGB Variations
Color information
#8353F3 (or 0x8353F3) is known color: Medium Slate Blue. HEX triplet: 83, 53 and F3. RGB value is (131,83,243). Sum of RGB (Red+Green+Blue) = 131+83+243=457 (60% of max value = 765). Red value is 131 (51.56% from 255 or 28.67% from 457); Green value is 83 (32.81% from 255 or 18.16% from 457); Blue value is 243 (95.31% from 255 or 53.17% from 457); Max value from RGB is 243 - color contains mainly: blue. Hex color #8353F3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8353F3 is #7CAC0C. Grayscale: #737373. Windows color (decimal): -8170509 or 15946627. OLE color: 15946627.
HSL color Cylindrical-coordinate representation of color #8353F3: hue angle of 258º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8353F3 is Cyan = 0.46, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 131 | 83 | 243 | - |
| CMYK | 0.46 | 0.66 | 0 | 0.05 |
| HSL | 258º | 0.87% | 0.64% | - |
| HSV(B) | 258º | 0.66% | 0.95% | - |
| XYZ | 28.63 | 17.48 | 86.66 | - |
| YUV | 115.59 | 199.9 | 138.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 83 | 243 | 0.46 | 0.66 | 0 | 0.05 | 258 | 0.87 | 0.64 |
| Hex | 83 | 53 | F3 | 2E | 42 | 0 | 5 | 102 | 57 | 40 |
| Octal | 203 | 123 | 363 | 56 | 102 | 0 | 5 | 402 | 127 | 100 |
| Binary | 10000011 | 1010011 | 11110011 | 101110 | 1000010 | 0 | 101 | 100000010 | 1010111 | 1000000 |
Color Harmonies of #8353F3
Complementary color
Monochromatic Colors of #8353F3
Black with #8353F3
Text Example
Text Example
White with #8353F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8353F3; }
p { color: rgb(131,83,243); }
H1.HeaderClassName
{
color: #8353F3;
}
.AnyTagClassName
{
color: #8353F3;
}
</style>
background-color css
<style>
a { background-color: #8353F3; }
a { background-color: rgb(131,83,243); }
div.DivClassName
{
background-color: #8353F3;
}
.BgClassName
{
background-color: #8353F3;
}
</style>
border-color css
<style>
span { border-color: #8353F3; }
span { border-color: rgb(131,83,243); }
td.TdClassName
{
border-color: #8353F3;
}
.TagClassName
{
border-color: #8353F3;
}
</style>