Shades of Medium Slate Blue #835CEC
Tints of Medium Slate Blue #835CEC
RGB
CMYK
RGB Variations
Color information
#835CEC (or 0x835CEC) is known color: Medium Slate Blue. HEX triplet: 83, 5C and EC. RGB value is (131,92,236). Sum of RGB (Red+Green+Blue) = 131+92+236=459 (60% of max value = 765). Red value is 131 (51.56% from 255 or 28.54% from 459); Green value is 92 (36.33% from 255 or 20.04% from 459); Blue value is 236 (92.58% from 255 or 51.42% from 459); Max value from RGB is 236 - color contains mainly: blue. Hex color #835CEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #835CEC is #7CA313. Grayscale: #777777. Windows color (decimal): -8168212 or 15490179. OLE color: 15490179.
HSL color Cylindrical-coordinate representation of color #835CEC: hue angle of 256.25º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #835CEC is Cyan = 0.44, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 131 | 92 | 236 | - |
| CMYK | 0.44 | 0.61 | 0 | 0.07 |
| HSL | 256.25º | 0.79% | 0.64% | - |
| HSV(B) | 256.25º | 0.61% | 0.93% | - |
| XYZ | 28.33 | 18.54 | 81.44 | - |
| YUV | 120.08 | 193.42 | 135.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 92 | 236 | 0.44 | 0.61 | 0 | 0.07 | 256.25 | 0.79 | 0.64 |
| Hex | 83 | 5C | EC | 2C | 3D | 0 | 7 | 100 | 4F | 40 |
| Octal | 203 | 134 | 354 | 54 | 75 | 0 | 7 | 400 | 117 | 100 |
| Binary | 10000011 | 1011100 | 11101100 | 101100 | 111101 | 0 | 111 | 100000000 | 1001111 | 1000000 |
Color Harmonies of #835CEC
Complementary color
Monochromatic Colors of #835CEC
Black with #835CEC
Text Example
Text Example
White with #835CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #835CEC; }
p { color: rgb(131,92,236); }
H1.HeaderClassName
{
color: #835CEC;
}
.AnyTagClassName
{
color: #835CEC;
}
</style>
background-color css
<style>
a { background-color: #835CEC; }
a { background-color: rgb(131,92,236); }
div.DivClassName
{
background-color: #835CEC;
}
.BgClassName
{
background-color: #835CEC;
}
</style>
border-color css
<style>
span { border-color: #835CEC; }
span { border-color: rgb(131,92,236); }
td.TdClassName
{
border-color: #835CEC;
}
.TagClassName
{
border-color: #835CEC;
}
</style>