Shades of Medium Slate Blue #835AEC
Tints of Medium Slate Blue #835AEC
RGB
CMYK
RGB Variations
Color information
#835AEC (or 0x835AEC) is known color: Medium Slate Blue. HEX triplet: 83, 5A and EC. RGB value is (131,90,236). Sum of RGB (Red+Green+Blue) = 131+90+236=457 (60% of max value = 765). Red value is 131 (51.56% from 255 or 28.67% from 457); Green value is 90 (35.55% from 255 or 19.69% from 457); Blue value is 236 (92.58% from 255 or 51.64% from 457); Max value from RGB is 236 - color contains mainly: blue. Hex color #835AEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #835AEC is #7CA513. Grayscale: #767676. Windows color (decimal): -8168724 or 15489667. OLE color: 15489667.
HSL color Cylindrical-coordinate representation of color #835AEC: hue angle of 256.85º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #835AEC is Cyan = 0.44, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 131 | 90 | 236 | - |
| CMYK | 0.44 | 0.62 | 0 | 0.07 |
| HSL | 256.85º | 0.79% | 0.64% | - |
| HSV(B) | 256.85º | 0.62% | 0.93% | - |
| XYZ | 28.16 | 18.19 | 81.38 | - |
| YUV | 118.9 | 194.08 | 136.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 90 | 236 | 0.44 | 0.62 | 0 | 0.07 | 256.85 | 0.79 | 0.64 |
| Hex | 83 | 5A | EC | 2C | 3E | 0 | 7 | 101 | 4F | 40 |
| Octal | 203 | 132 | 354 | 54 | 76 | 0 | 7 | 401 | 117 | 100 |
| Binary | 10000011 | 1011010 | 11101100 | 101100 | 111110 | 0 | 111 | 100000001 | 1001111 | 1000000 |
Color Harmonies of #835AEC
Complementary color
Monochromatic Colors of #835AEC
Black with #835AEC
Text Example
Text Example
White with #835AEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #835AEC; }
p { color: rgb(131,90,236); }
H1.HeaderClassName
{
color: #835AEC;
}
.AnyTagClassName
{
color: #835AEC;
}
</style>
background-color css
<style>
a { background-color: #835AEC; }
a { background-color: rgb(131,90,236); }
div.DivClassName
{
background-color: #835AEC;
}
.BgClassName
{
background-color: #835AEC;
}
</style>
border-color css
<style>
span { border-color: #835AEC; }
span { border-color: rgb(131,90,236); }
td.TdClassName
{
border-color: #835AEC;
}
.TagClassName
{
border-color: #835AEC;
}
</style>