Shades of Medium Slate Blue #835DEF
Tints of Medium Slate Blue #835DEF
RGB
CMYK
RGB Variations
Color information
#835DEF (or 0x835DEF) is known color: Medium Slate Blue. HEX triplet: 83, 5D and EF. RGB value is (131,93,239). Sum of RGB (Red+Green+Blue) = 131+93+239=463 (61% of max value = 765). Red value is 131 (51.56% from 255 or 28.29% from 463); Green value is 93 (36.72% from 255 or 20.09% from 463); Blue value is 239 (93.75% from 255 or 51.62% from 463); Max value from RGB is 239 - color contains mainly: blue. Hex color #835DEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #835DEF is #7CA210. Grayscale: #787878. Windows color (decimal): -8167953 or 15687043. OLE color: 15687043.
HSL color Cylindrical-coordinate representation of color #835DEF: hue angle of 255.62º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #835DEF is Cyan = 0.45, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 131 | 93 | 239 | - |
| CMYK | 0.45 | 0.61 | 0 | 0.06 |
| HSL | 255.62º | 0.82% | 0.65% | - |
| HSV(B) | 255.62º | 0.61% | 0.94% | - |
| XYZ | 28.85 | 18.89 | 83.79 | - |
| YUV | 121.01 | 194.59 | 135.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 93 | 239 | 0.45 | 0.61 | 0 | 0.06 | 255.62 | 0.82 | 0.65 |
| Hex | 83 | 5D | EF | 2D | 3D | 0 | 6 | 100 | 52 | 41 |
| Octal | 203 | 135 | 357 | 55 | 75 | 0 | 6 | 400 | 122 | 101 |
| Binary | 10000011 | 1011101 | 11101111 | 101101 | 111101 | 0 | 110 | 100000000 | 1010010 | 1000001 |
Color Harmonies of #835DEF
Complementary color
Monochromatic Colors of #835DEF
Black with #835DEF
Text Example
Text Example
White with #835DEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #835DEF; }
p { color: rgb(131,93,239); }
H1.HeaderClassName
{
color: #835DEF;
}
.AnyTagClassName
{
color: #835DEF;
}
</style>
background-color css
<style>
a { background-color: #835DEF; }
a { background-color: rgb(131,93,239); }
div.DivClassName
{
background-color: #835DEF;
}
.BgClassName
{
background-color: #835DEF;
}
</style>
border-color css
<style>
span { border-color: #835DEF; }
span { border-color: rgb(131,93,239); }
td.TdClassName
{
border-color: #835DEF;
}
.TagClassName
{
border-color: #835DEF;
}
</style>