Shades of Medium Slate Blue #8350FF
Tints of Medium Slate Blue #8350FF
RGB
CMYK
RGB Variations
Color information
#8350FF (or 0x8350FF) is known color: Medium Slate Blue. HEX triplet: 83, 50 and FF. RGB value is (131,80,255). Sum of RGB (Red+Green+Blue) = 131+80+255=466 (61% of max value = 765). Red value is 131 (51.56% from 255 or 28.11% from 466); Green value is 80 (31.64% from 255 or 17.17% from 466); Blue value is 255 (100% from 255 or 54.72% from 466); Max value from RGB is 255 - color contains mainly: blue. Hex color #8350FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8350FF is #7CAF00. Grayscale: #727272. Windows color (decimal): -8171265 or 16732291. OLE color: 16732291.
HSL color Cylindrical-coordinate representation of color #8350FF: hue angle of 257.49º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8350FF is Cyan = 0.49, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 131 | 80 | 255 | - |
| CMYK | 0.49 | 0.69 | 0 | 0 |
| HSL | 257.49º | 1% | 0.66% | - |
| HSV(B) | 257.49º | 0.69% | 1% | - |
| XYZ | 30.28 | 17.78 | 96.44 | - |
| YUV | 115.2 | 206.9 | 139.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 80 | 255 | 0.49 | 0.69 | 0 | 0 | 257.49 | 1 | 0.66 |
| Hex | 83 | 50 | FF | 31 | 45 | 0 | 0 | 101 | 64 | 42 |
| Octal | 203 | 120 | 377 | 61 | 105 | 0 | 0 | 401 | 144 | 102 |
| Binary | 10000011 | 1010000 | 11111111 | 110001 | 1000101 | 0 | 0 | 100000001 | 1100100 | 1000010 |
Color Harmonies of #8350FF
Complementary color
Monochromatic Colors of #8350FF
Black with #8350FF
Text Example
Text Example
White with #8350FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8350FF; }
p { color: rgb(131,80,255); }
H1.HeaderClassName
{
color: #8350FF;
}
.AnyTagClassName
{
color: #8350FF;
}
</style>
background-color css
<style>
a { background-color: #8350FF; }
a { background-color: rgb(131,80,255); }
div.DivClassName
{
background-color: #8350FF;
}
.BgClassName
{
background-color: #8350FF;
}
</style>
border-color css
<style>
span { border-color: #8350FF; }
span { border-color: rgb(131,80,255); }
td.TdClassName
{
border-color: #8350FF;
}
.TagClassName
{
border-color: #8350FF;
}
</style>