Shades of Medium Slate Blue #8355F9
Tints of Medium Slate Blue #8355F9
RGB
CMYK
RGB Variations
Color information
#8355F9 (or 0x8355F9) is known color: Medium Slate Blue. HEX triplet: 83, 55 and F9. RGB value is (131,85,249). Sum of RGB (Red+Green+Blue) = 131+85+249=465 (61% of max value = 765). Red value is 131 (51.56% from 255 or 28.17% from 465); Green value is 85 (33.59% from 255 or 18.28% from 465); Blue value is 249 (97.66% from 255 or 53.55% from 465); Max value from RGB is 249 - color contains mainly: blue. Hex color #8355F9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8355F9 is #7CAA06. Grayscale: #747474. Windows color (decimal): -8169991 or 16340355. OLE color: 16340355.
HSL color Cylindrical-coordinate representation of color #8355F9: hue angle of 256.83º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8355F9 is Cyan = 0.47, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 131 | 85 | 249 | - |
| CMYK | 0.47 | 0.66 | 0 | 0.02 |
| HSL | 256.83º | 0.93% | 0.65% | - |
| HSV(B) | 256.83º | 0.66% | 0.98% | - |
| XYZ | 29.71 | 18.16 | 91.56 | - |
| YUV | 117.45 | 202.24 | 137.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 85 | 249 | 0.47 | 0.66 | 0 | 0.02 | 256.83 | 0.93 | 0.65 |
| Hex | 83 | 55 | F9 | 2F | 42 | 0 | 2 | 101 | 5D | 41 |
| Octal | 203 | 125 | 371 | 57 | 102 | 0 | 2 | 401 | 135 | 101 |
| Binary | 10000011 | 1010101 | 11111001 | 101111 | 1000010 | 0 | 10 | 100000001 | 1011101 | 1000001 |
Color Harmonies of #8355F9
Complementary color
Monochromatic Colors of #8355F9
Black with #8355F9
Text Example
Text Example
White with #8355F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8355F9; }
p { color: rgb(131,85,249); }
H1.HeaderClassName
{
color: #8355F9;
}
.AnyTagClassName
{
color: #8355F9;
}
</style>
background-color css
<style>
a { background-color: #8355F9; }
a { background-color: rgb(131,85,249); }
div.DivClassName
{
background-color: #8355F9;
}
.BgClassName
{
background-color: #8355F9;
}
</style>
border-color css
<style>
span { border-color: #8355F9; }
span { border-color: rgb(131,85,249); }
td.TdClassName
{
border-color: #8355F9;
}
.TagClassName
{
border-color: #8355F9;
}
</style>