Shades of Medium Slate Blue #8349FE
Tints of Medium Slate Blue #8349FE
RGB
CMYK
RGB Variations
Color information
#8349FE (or 0x8349FE) is known color: Medium Slate Blue. HEX triplet: 83, 49 and FE. RGB value is (131,73,254). Sum of RGB (Red+Green+Blue) = 131+73+254=458 (60% of max value = 765). Red value is 131 (51.56% from 255 or 28.60% from 458); Green value is 73 (28.91% from 255 or 15.94% from 458); Blue value is 254 (99.61% from 255 or 55.46% from 458); Max value from RGB is 254 - color contains mainly: blue. Hex color #8349FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8349FE is #7CB601. Grayscale: #6E6E6E. Windows color (decimal): -8173058 or 16664963. OLE color: 16664963.
HSL color Cylindrical-coordinate representation of color #8349FE: hue angle of 259.23º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8349FE is Cyan = 0.48, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 131 | 73 | 254 | - |
| CMYK | 0.48 | 0.71 | 0 | 0.00 |
| HSL | 259.23º | 0.99% | 0.64% | - |
| HSV(B) | 259.23º | 0.71% | 1% | - |
| XYZ | 29.63 | 16.75 | 95.44 | - |
| YUV | 110.98 | 208.72 | 142.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 73 | 254 | 0.48 | 0.71 | 0 | 0.00 | 259.23 | 0.99 | 0.64 |
| Hex | 83 | 49 | FE | 30 | 47 | 0 | 0 | 103 | 63 | 40 |
| Octal | 203 | 111 | 376 | 60 | 107 | 0 | 0 | 403 | 143 | 100 |
| Binary | 10000011 | 1001001 | 11111110 | 110000 | 1000111 | 0 | 0 | 100000011 | 1100011 | 1000000 |
Color Harmonies of #8349FE
Complementary color
Monochromatic Colors of #8349FE
Black with #8349FE
Text Example
Text Example
White with #8349FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8349FE; }
p { color: rgb(131,73,254); }
H1.HeaderClassName
{
color: #8349FE;
}
.AnyTagClassName
{
color: #8349FE;
}
</style>
background-color css
<style>
a { background-color: #8349FE; }
a { background-color: rgb(131,73,254); }
div.DivClassName
{
background-color: #8349FE;
}
.BgClassName
{
background-color: #8349FE;
}
</style>
border-color css
<style>
span { border-color: #8349FE; }
span { border-color: rgb(131,73,254); }
td.TdClassName
{
border-color: #8349FE;
}
.TagClassName
{
border-color: #8349FE;
}
</style>