Shades of Medium Slate Blue #835EE6
Tints of Medium Slate Blue #835EE6
RGB
CMYK
RGB Variations
Color information
#835EE6 (or 0x835EE6) is known color: Medium Slate Blue. HEX triplet: 83, 5E and E6. RGB value is (131,94,230). Sum of RGB (Red+Green+Blue) = 131+94+230=455 (60% of max value = 765). Red value is 131 (51.56% from 255 or 28.79% from 455); Green value is 94 (37.11% from 255 or 20.66% from 455); Blue value is 230 (90.23% from 255 or 50.55% from 455); Max value from RGB is 230 - color contains mainly: blue. Hex color #835EE6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #835EE6 is #7CA119. Grayscale: #787878. Windows color (decimal): -8167706 or 15097475. OLE color: 15097475.
HSL color Cylindrical-coordinate representation of color #835EE6: hue angle of 256.32º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #835EE6 is Cyan = 0.43, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 131 | 94 | 230 | - |
| CMYK | 0.43 | 0.59 | 0 | 0.10 |
| HSL | 256.32º | 0.73% | 0.64% | - |
| HSV(B) | 256.32º | 0.59% | 0.9% | - |
| XYZ | 27.65 | 18.54 | 76.99 | - |
| YUV | 120.57 | 189.76 | 135.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 94 | 230 | 0.43 | 0.59 | 0 | 0.10 | 256.32 | 0.73 | 0.64 |
| Hex | 83 | 5E | E6 | 2B | 3B | 0 | A | 100 | 49 | 40 |
| Octal | 203 | 136 | 346 | 53 | 73 | 0 | 12 | 400 | 111 | 100 |
| Binary | 10000011 | 1011110 | 11100110 | 101011 | 111011 | 0 | 1010 | 100000000 | 1001001 | 1000000 |
Color Harmonies of #835EE6
Complementary color
Monochromatic Colors of #835EE6
Black with #835EE6
Text Example
Text Example
White with #835EE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #835EE6; }
p { color: rgb(131,94,230); }
H1.HeaderClassName
{
color: #835EE6;
}
.AnyTagClassName
{
color: #835EE6;
}
</style>
background-color css
<style>
a { background-color: #835EE6; }
a { background-color: rgb(131,94,230); }
div.DivClassName
{
background-color: #835EE6;
}
.BgClassName
{
background-color: #835EE6;
}
</style>
border-color css
<style>
span { border-color: #835EE6; }
span { border-color: rgb(131,94,230); }
td.TdClassName
{
border-color: #835EE6;
}
.TagClassName
{
border-color: #835EE6;
}
</style>