Shades of Medium Slate Blue #8349FF
Tints of Medium Slate Blue #8349FF
RGB
CMYK
RGB Variations
Color information
#8349FF (or 0x8349FF) is known color: Medium Slate Blue. HEX triplet: 83, 49 and FF. RGB value is (131,73,255). Sum of RGB (Red+Green+Blue) = 131+73+255=459 (60% of max value = 765). Red value is 131 (51.56% from 255 or 28.54% from 459); Green value is 73 (28.91% from 255 or 15.90% from 459); Blue value is 255 (100% from 255 or 55.56% from 459); Max value from RGB is 255 - color contains mainly: blue. Hex color #8349FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8349FF is #7CB600. Grayscale: #6E6E6E. Windows color (decimal): -8173057 or 16730499. OLE color: 16730499.
HSL color Cylindrical-coordinate representation of color #8349FF: hue angle of 259.12º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8349FF is Cyan = 0.49, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 131 | 73 | 255 | - |
| CMYK | 0.49 | 0.71 | 0 | 0 |
| HSL | 259.12º | 1% | 0.64% | - |
| HSV(B) | 259.12º | 0.71% | 1% | - |
| XYZ | 29.79 | 16.81 | 96.28 | - |
| YUV | 111.09 | 209.22 | 142.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 73 | 255 | 0.49 | 0.71 | 0 | 0 | 259.12 | 1 | 0.64 |
| Hex | 83 | 49 | FF | 31 | 47 | 0 | 0 | 103 | 64 | 40 |
| Octal | 203 | 111 | 377 | 61 | 107 | 0 | 0 | 403 | 144 | 100 |
| Binary | 10000011 | 1001001 | 11111111 | 110001 | 1000111 | 0 | 0 | 100000011 | 1100100 | 1000000 |
Color Harmonies of #8349FF
Complementary color
Monochromatic Colors of #8349FF
Black with #8349FF
Text Example
Text Example
White with #8349FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8349FF; }
p { color: rgb(131,73,255); }
H1.HeaderClassName
{
color: #8349FF;
}
.AnyTagClassName
{
color: #8349FF;
}
</style>
background-color css
<style>
a { background-color: #8349FF; }
a { background-color: rgb(131,73,255); }
div.DivClassName
{
background-color: #8349FF;
}
.BgClassName
{
background-color: #8349FF;
}
</style>
border-color css
<style>
span { border-color: #8349FF; }
span { border-color: rgb(131,73,255); }
td.TdClassName
{
border-color: #8349FF;
}
.TagClassName
{
border-color: #8349FF;
}
</style>