Shades of Medium Slate Blue #835CEB
Tints of Medium Slate Blue #835CEB
RGB
CMYK
RGB Variations
Color information
#835CEB (or 0x835CEB) is known color: Medium Slate Blue. HEX triplet: 83, 5C and EB. RGB value is (131,92,235). Sum of RGB (Red+Green+Blue) = 131+92+235=458 (60% of max value = 765). Red value is 131 (51.56% from 255 or 28.60% from 458); Green value is 92 (36.33% from 255 or 20.09% from 458); Blue value is 235 (92.19% from 255 or 51.31% from 458); Max value from RGB is 235 - color contains mainly: blue. Hex color #835CEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #835CEB is #7CA314. Grayscale: #777777. Windows color (decimal): -8168213 or 15424643. OLE color: 15424643.
HSL color Cylindrical-coordinate representation of color #835CEB: hue angle of 256.36º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #835CEB is Cyan = 0.44, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 131 | 92 | 235 | - |
| CMYK | 0.44 | 0.61 | 0 | 0.08 |
| HSL | 256.36º | 0.78% | 0.64% | - |
| HSV(B) | 256.36º | 0.61% | 0.92% | - |
| XYZ | 28.18 | 18.48 | 80.68 | - |
| YUV | 119.96 | 192.92 | 135.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 92 | 235 | 0.44 | 0.61 | 0 | 0.08 | 256.36 | 0.78 | 0.64 |
| Hex | 83 | 5C | EB | 2C | 3D | 0 | 8 | 100 | 4E | 40 |
| Octal | 203 | 134 | 353 | 54 | 75 | 0 | 10 | 400 | 116 | 100 |
| Binary | 10000011 | 1011100 | 11101011 | 101100 | 111101 | 0 | 1000 | 100000000 | 1001110 | 1000000 |
Color Harmonies of #835CEB
Complementary color
Monochromatic Colors of #835CEB
Black with #835CEB
Text Example
Text Example
White with #835CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #835CEB; }
p { color: rgb(131,92,235); }
H1.HeaderClassName
{
color: #835CEB;
}
.AnyTagClassName
{
color: #835CEB;
}
</style>
background-color css
<style>
a { background-color: #835CEB; }
a { background-color: rgb(131,92,235); }
div.DivClassName
{
background-color: #835CEB;
}
.BgClassName
{
background-color: #835CEB;
}
</style>
border-color css
<style>
span { border-color: #835CEB; }
span { border-color: rgb(131,92,235); }
td.TdClassName
{
border-color: #835CEB;
}
.TagClassName
{
border-color: #835CEB;
}
</style>