Shades of Medium Slate Blue #8359F2
Tints of Medium Slate Blue #8359F2
RGB
CMYK
RGB Variations
Color information
#8359F2 (or 0x8359F2) is known color: Medium Slate Blue. HEX triplet: 83, 59 and F2. RGB value is (131,89,242). Sum of RGB (Red+Green+Blue) = 131+89+242=462 (61% of max value = 765). Red value is 131 (51.56% from 255 or 28.35% from 462); Green value is 89 (35.16% from 255 or 19.26% from 462); Blue value is 242 (94.92% from 255 or 52.38% from 462); Max value from RGB is 242 - color contains mainly: blue. Hex color #8359F2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8359F2 is #7CA60D. Grayscale: #767676. Windows color (decimal): -8168974 or 15882627. OLE color: 15882627.
HSL color Cylindrical-coordinate representation of color #8359F2: hue angle of 256.47º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8359F2 is Cyan = 0.46, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 131 | 89 | 242 | - |
| CMYK | 0.46 | 0.63 | 0 | 0.05 |
| HSL | 256.47º | 0.85% | 0.65% | - |
| HSV(B) | 256.47º | 0.63% | 0.95% | - |
| XYZ | 28.96 | 18.38 | 86.03 | - |
| YUV | 119 | 197.41 | 136.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 89 | 242 | 0.46 | 0.63 | 0 | 0.05 | 256.47 | 0.85 | 0.65 |
| Hex | 83 | 59 | F2 | 2E | 3F | 0 | 5 | 100 | 55 | 41 |
| Octal | 203 | 131 | 362 | 56 | 77 | 0 | 5 | 400 | 125 | 101 |
| Binary | 10000011 | 1011001 | 11110010 | 101110 | 111111 | 0 | 101 | 100000000 | 1010101 | 1000001 |
Color Harmonies of #8359F2
Complementary color
Monochromatic Colors of #8359F2
Black with #8359F2
Text Example
Text Example
White with #8359F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8359F2; }
p { color: rgb(131,89,242); }
H1.HeaderClassName
{
color: #8359F2;
}
.AnyTagClassName
{
color: #8359F2;
}
</style>
background-color css
<style>
a { background-color: #8359F2; }
a { background-color: rgb(131,89,242); }
div.DivClassName
{
background-color: #8359F2;
}
.BgClassName
{
background-color: #8359F2;
}
</style>
border-color css
<style>
span { border-color: #8359F2; }
span { border-color: rgb(131,89,242); }
td.TdClassName
{
border-color: #8359F2;
}
.TagClassName
{
border-color: #8359F2;
}
</style>