Shades of Medium Slate Blue #835DE6
Tints of Medium Slate Blue #835DE6
RGB
CMYK
RGB Variations
Color information
#835DE6 (or 0x835DE6) is known color: Medium Slate Blue. HEX triplet: 83, 5D and E6. RGB value is (131,93,230). Sum of RGB (Red+Green+Blue) = 131+93+230=454 (60% of max value = 765). Red value is 131 (51.56% from 255 or 28.85% from 454); Green value is 93 (36.72% from 255 or 20.48% from 454); Blue value is 230 (90.23% from 255 or 50.66% from 454); Max value from RGB is 230 - color contains mainly: blue. Hex color #835DE6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #835DE6 is #7CA219. Grayscale: #777777. Windows color (decimal): -8167962 or 15097219. OLE color: 15097219.
HSL color Cylindrical-coordinate representation of color #835DE6: hue angle of 256.64º degrees, saturation: 0.73, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #835DE6 is Cyan = 0.43, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 131 | 93 | 230 | - |
| CMYK | 0.43 | 0.60 | 0 | 0.10 |
| HSL | 256.64º | 0.73% | 0.63% | - |
| HSV(B) | 256.64º | 0.6% | 0.9% | - |
| XYZ | 27.56 | 18.37 | 76.96 | - |
| YUV | 119.98 | 190.09 | 135.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 93 | 230 | 0.43 | 0.60 | 0 | 0.10 | 256.64 | 0.73 | 0.63 |
| Hex | 83 | 5D | E6 | 2B | 3C | 0 | A | 101 | 49 | 3F |
| Octal | 203 | 135 | 346 | 53 | 74 | 0 | 12 | 401 | 111 | 77 |
| Binary | 10000011 | 1011101 | 11100110 | 101011 | 111100 | 0 | 1010 | 100000001 | 1001001 | 111111 |
Color Harmonies of #835DE6
Complementary color
Monochromatic Colors of #835DE6
Black with #835DE6
Text Example
Text Example
White with #835DE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #835DE6; }
p { color: rgb(131,93,230); }
H1.HeaderClassName
{
color: #835DE6;
}
.AnyTagClassName
{
color: #835DE6;
}
</style>
background-color css
<style>
a { background-color: #835DE6; }
a { background-color: rgb(131,93,230); }
div.DivClassName
{
background-color: #835DE6;
}
.BgClassName
{
background-color: #835DE6;
}
</style>
border-color css
<style>
span { border-color: #835DE6; }
span { border-color: rgb(131,93,230); }
td.TdClassName
{
border-color: #835DE6;
}
.TagClassName
{
border-color: #835DE6;
}
</style>