Shades of Medium Slate Blue #8362F0
Tints of Medium Slate Blue #8362F0
RGB
CMYK
RGB Variations
Color information
#8362F0 (or 0x8362F0) is known color: Medium Slate Blue. HEX triplet: 83, 62 and F0. RGB value is (131,98,240). Sum of RGB (Red+Green+Blue) = 131+98+240=469 (62% of max value = 765). Red value is 131 (51.56% from 255 or 27.93% from 469); Green value is 98 (38.67% from 255 or 20.90% from 469); Blue value is 240 (94.14% from 255 or 51.17% from 469); Max value from RGB is 240 - color contains mainly: blue. Hex color #8362F0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8362F0 is #7C9D0F. Grayscale: #7B7B7B. Windows color (decimal): -8166672 or 15753859. OLE color: 15753859.
HSL color Cylindrical-coordinate representation of color #8362F0: hue angle of 253.94º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8362F0 is Cyan = 0.45, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 131 | 98 | 240 | - |
| CMYK | 0.45 | 0.59 | 0 | 0.06 |
| HSL | 253.94º | 0.83% | 0.66% | - |
| HSV(B) | 253.94º | 0.59% | 0.94% | - |
| XYZ | 29.46 | 19.85 | 84.72 | - |
| YUV | 124.06 | 193.43 | 132.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 98 | 240 | 0.45 | 0.59 | 0 | 0.06 | 253.94 | 0.83 | 0.66 |
| Hex | 83 | 62 | F0 | 2D | 3B | 0 | 6 | FE | 53 | 42 |
| Octal | 203 | 142 | 360 | 55 | 73 | 0 | 6 | 376 | 123 | 102 |
| Binary | 10000011 | 1100010 | 11110000 | 101101 | 111011 | 0 | 110 | 11111110 | 1010011 | 1000010 |
Color Harmonies of #8362F0
Complementary color
Monochromatic Colors of #8362F0
Black with #8362F0
Text Example
Text Example
White with #8362F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8362F0; }
p { color: rgb(131,98,240); }
H1.HeaderClassName
{
color: #8362F0;
}
.AnyTagClassName
{
color: #8362F0;
}
</style>
background-color css
<style>
a { background-color: #8362F0; }
a { background-color: rgb(131,98,240); }
div.DivClassName
{
background-color: #8362F0;
}
.BgClassName
{
background-color: #8362F0;
}
</style>
border-color css
<style>
span { border-color: #8362F0; }
span { border-color: rgb(131,98,240); }
td.TdClassName
{
border-color: #8362F0;
}
.TagClassName
{
border-color: #8362F0;
}
</style>