Shades of Medium Slate Blue #835FEB
Tints of Medium Slate Blue #835FEB
RGB
CMYK
RGB Variations
Color information
#835FEB (or 0x835FEB) is known color: Medium Slate Blue. HEX triplet: 83, 5F and EB. RGB value is (131,95,235). Sum of RGB (Red+Green+Blue) = 131+95+235=461 (61% of max value = 765). Red value is 131 (51.56% from 255 or 28.42% from 461); Green value is 95 (37.5% from 255 or 20.61% from 461); Blue value is 235 (92.19% from 255 or 50.98% from 461); Max value from RGB is 235 - color contains mainly: blue. Hex color #835FEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #835FEB is #7CA014. Grayscale: #797979. Windows color (decimal): -8167445 or 15425411. OLE color: 15425411.
HSL color Cylindrical-coordinate representation of color #835FEB: hue angle of 255.43º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #835FEB is Cyan = 0.44, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 131 | 95 | 235 | - |
| CMYK | 0.44 | 0.60 | 0 | 0.08 |
| HSL | 255.43º | 0.78% | 0.65% | - |
| HSV(B) | 255.43º | 0.6% | 0.92% | - |
| XYZ | 28.45 | 19.01 | 80.77 | - |
| YUV | 121.72 | 191.93 | 134.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 95 | 235 | 0.44 | 0.60 | 0 | 0.08 | 255.43 | 0.78 | 0.65 |
| Hex | 83 | 5F | EB | 2C | 3C | 0 | 8 | FF | 4E | 41 |
| Octal | 203 | 137 | 353 | 54 | 74 | 0 | 10 | 377 | 116 | 101 |
| Binary | 10000011 | 1011111 | 11101011 | 101100 | 111100 | 0 | 1000 | 11111111 | 1001110 | 1000001 |
Color Harmonies of #835FEB
Complementary color
Monochromatic Colors of #835FEB
Black with #835FEB
Text Example
Text Example
White with #835FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #835FEB; }
p { color: rgb(131,95,235); }
H1.HeaderClassName
{
color: #835FEB;
}
.AnyTagClassName
{
color: #835FEB;
}
</style>
background-color css
<style>
a { background-color: #835FEB; }
a { background-color: rgb(131,95,235); }
div.DivClassName
{
background-color: #835FEB;
}
.BgClassName
{
background-color: #835FEB;
}
</style>
border-color css
<style>
span { border-color: #835FEB; }
span { border-color: rgb(131,95,235); }
td.TdClassName
{
border-color: #835FEB;
}
.TagClassName
{
border-color: #835FEB;
}
</style>