Shades of Medium Slate Blue #835CE5
Tints of Medium Slate Blue #835CE5
RGB
CMYK
RGB Variations
Color information
#835CE5 (or 0x835CE5) is known color: Medium Slate Blue. HEX triplet: 83, 5C and E5. RGB value is (131,92,229). Sum of RGB (Red+Green+Blue) = 131+92+229=452 (59% of max value = 765). Red value is 131 (51.56% from 255 or 28.98% from 452); Green value is 92 (36.33% from 255 or 20.35% from 452); Blue value is 229 (89.84% from 255 or 50.66% from 452); Max value from RGB is 229 - color contains mainly: blue. Hex color #835CE5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #835CE5 is #7CA31A. Grayscale: #767676. Windows color (decimal): -8168219 or 15031427. OLE color: 15031427.
HSL color Cylindrical-coordinate representation of color #835CE5: hue angle of 257.08º degrees, saturation: 0.72, 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 #835CE5 is Cyan = 0.43, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 131 | 92 | 229 | - |
| CMYK | 0.43 | 0.60 | 0 | 0.10 |
| HSL | 257.08º | 0.72% | 0.63% | - |
| HSV(B) | 257.08º | 0.6% | 0.9% | - |
| XYZ | 27.33 | 18.14 | 76.19 | - |
| YUV | 119.28 | 189.92 | 136.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 92 | 229 | 0.43 | 0.60 | 0 | 0.10 | 257.08 | 0.72 | 0.63 |
| Hex | 83 | 5C | E5 | 2B | 3C | 0 | A | 101 | 48 | 3F |
| Octal | 203 | 134 | 345 | 53 | 74 | 0 | 12 | 401 | 110 | 77 |
| Binary | 10000011 | 1011100 | 11100101 | 101011 | 111100 | 0 | 1010 | 100000001 | 1001000 | 111111 |
Color Harmonies of #835CE5
Complementary color
Monochromatic Colors of #835CE5
Black with #835CE5
Text Example
Text Example
White with #835CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #835CE5; }
p { color: rgb(131,92,229); }
H1.HeaderClassName
{
color: #835CE5;
}
.AnyTagClassName
{
color: #835CE5;
}
</style>
background-color css
<style>
a { background-color: #835CE5; }
a { background-color: rgb(131,92,229); }
div.DivClassName
{
background-color: #835CE5;
}
.BgClassName
{
background-color: #835CE5;
}
</style>
border-color css
<style>
span { border-color: #835CE5; }
span { border-color: rgb(131,92,229); }
td.TdClassName
{
border-color: #835CE5;
}
.TagClassName
{
border-color: #835CE5;
}
</style>