Shades of Medium Slate Blue #835DDE
Tints of Medium Slate Blue #835DDE
RGB
CMYK
RGB Variations
Color information
#835DDE (or 0x835DDE) is known color: Medium Slate Blue. HEX triplet: 83, 5D and DE. RGB value is (131,93,222). Sum of RGB (Red+Green+Blue) = 131+93+222=446 (59% of max value = 765). Red value is 131 (51.56% from 255 or 29.37% from 446); Green value is 93 (36.72% from 255 or 20.85% from 446); Blue value is 222 (87.11% from 255 or 49.78% from 446); Max value from RGB is 222 - color contains mainly: blue. Hex color #835DDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #835DDE is #7CA221. Grayscale: #767676. Windows color (decimal): -8167970 or 14572931. OLE color: 14572931.
HSL color Cylindrical-coordinate representation of color #835DDE: hue angle of 257.67º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #835DDE is Cyan = 0.41, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 131 | 93 | 222 | - |
| CMYK | 0.41 | 0.58 | 0 | 0.13 |
| HSL | 257.67º | 0.66% | 0.62% | - |
| HSV(B) | 257.67º | 0.58% | 0.87% | - |
| XYZ | 26.46 | 17.93 | 71.17 | - |
| YUV | 119.07 | 186.09 | 136.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 93 | 222 | 0.41 | 0.58 | 0 | 0.13 | 257.67 | 0.66 | 0.62 |
| Hex | 83 | 5D | DE | 29 | 3A | 0 | D | 102 | 42 | 3E |
| Octal | 203 | 135 | 336 | 51 | 72 | 0 | 15 | 402 | 102 | 76 |
| Binary | 10000011 | 1011101 | 11011110 | 101001 | 111010 | 0 | 1101 | 100000010 | 1000010 | 111110 |
Color Harmonies of #835DDE
Complementary color
Monochromatic Colors of #835DDE
Black with #835DDE
Text Example
Text Example
White with #835DDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #835DDE; }
p { color: rgb(131,93,222); }
H1.HeaderClassName
{
color: #835DDE;
}
.AnyTagClassName
{
color: #835DDE;
}
</style>
background-color css
<style>
a { background-color: #835DDE; }
a { background-color: rgb(131,93,222); }
div.DivClassName
{
background-color: #835DDE;
}
.BgClassName
{
background-color: #835DDE;
}
</style>
border-color css
<style>
span { border-color: #835DDE; }
span { border-color: rgb(131,93,222); }
td.TdClassName
{
border-color: #835DDE;
}
.TagClassName
{
border-color: #835DDE;
}
</style>