Shades of Medium Slate Blue #835FED
Tints of Medium Slate Blue #835FED
RGB
CMYK
RGB Variations
Color information
#835FED (or 0x835FED) is known color: Medium Slate Blue. HEX triplet: 83, 5F and ED. RGB value is (131,95,237). Sum of RGB (Red+Green+Blue) = 131+95+237=463 (61% of max value = 765). Red value is 131 (51.56% from 255 or 28.29% from 463); Green value is 95 (37.5% from 255 or 20.52% from 463); Blue value is 237 (92.97% from 255 or 51.19% from 463); Max value from RGB is 237 - color contains mainly: blue. Hex color #835FED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #835FED is #7CA012. Grayscale: #797979. Windows color (decimal): -8167443 or 15556483. OLE color: 15556483.
HSL color Cylindrical-coordinate representation of color #835FED: hue angle of 255.21º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #835FED is Cyan = 0.45, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 131 | 95 | 237 | - |
| CMYK | 0.45 | 0.60 | 0 | 0.07 |
| HSL | 255.21º | 0.8% | 0.65% | - |
| HSV(B) | 255.21º | 0.6% | 0.93% | - |
| XYZ | 28.74 | 19.12 | 82.3 | - |
| YUV | 121.95 | 192.93 | 134.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 95 | 237 | 0.45 | 0.60 | 0 | 0.07 | 255.21 | 0.8 | 0.65 |
| Hex | 83 | 5F | ED | 2D | 3C | 0 | 7 | FF | 50 | 41 |
| Octal | 203 | 137 | 355 | 55 | 74 | 0 | 7 | 377 | 120 | 101 |
| Binary | 10000011 | 1011111 | 11101101 | 101101 | 111100 | 0 | 111 | 11111111 | 1010000 | 1000001 |
Color Harmonies of #835FED
Complementary color
Monochromatic Colors of #835FED
Black with #835FED
Text Example
Text Example
White with #835FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #835FED; }
p { color: rgb(131,95,237); }
H1.HeaderClassName
{
color: #835FED;
}
.AnyTagClassName
{
color: #835FED;
}
</style>
background-color css
<style>
a { background-color: #835FED; }
a { background-color: rgb(131,95,237); }
div.DivClassName
{
background-color: #835FED;
}
.BgClassName
{
background-color: #835FED;
}
</style>
border-color css
<style>
span { border-color: #835FED; }
span { border-color: rgb(131,95,237); }
td.TdClassName
{
border-color: #835FED;
}
.TagClassName
{
border-color: #835FED;
}
</style>