Shades of Medium Slate Blue #835CE4
Tints of Medium Slate Blue #835CE4
RGB
CMYK
RGB Variations
Color information
#835CE4 (or 0x835CE4) is known color: Medium Slate Blue. HEX triplet: 83, 5C and E4. RGB value is (131,92,228). Sum of RGB (Red+Green+Blue) = 131+92+228=451 (59% of max value = 765). Red value is 131 (51.56% from 255 or 29.05% from 451); Green value is 92 (36.33% from 255 or 20.40% from 451); Blue value is 228 (89.45% from 255 or 50.55% from 451); Max value from RGB is 228 - color contains mainly: blue. Hex color #835CE4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #835CE4 is #7CA31B. Grayscale: #767676. Windows color (decimal): -8168220 or 14965891. OLE color: 14965891.
HSL color Cylindrical-coordinate representation of color #835CE4: hue angle of 257.21º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #835CE4 is Cyan = 0.43, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 131 | 92 | 228 | - |
| CMYK | 0.43 | 0.60 | 0 | 0.11 |
| HSL | 257.21º | 0.72% | 0.63% | - |
| HSV(B) | 257.21º | 0.6% | 0.89% | - |
| XYZ | 27.19 | 18.08 | 75.46 | - |
| YUV | 119.17 | 189.42 | 136.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 92 | 228 | 0.43 | 0.60 | 0 | 0.11 | 257.21 | 0.72 | 0.63 |
| Hex | 83 | 5C | E4 | 2B | 3C | 0 | B | 101 | 48 | 3F |
| Octal | 203 | 134 | 344 | 53 | 74 | 0 | 13 | 401 | 110 | 77 |
| Binary | 10000011 | 1011100 | 11100100 | 101011 | 111100 | 0 | 1011 | 100000001 | 1001000 | 111111 |
Color Harmonies of #835CE4
Complementary color
Monochromatic Colors of #835CE4
Black with #835CE4
Text Example
Text Example
White with #835CE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #835CE4; }
p { color: rgb(131,92,228); }
H1.HeaderClassName
{
color: #835CE4;
}
.AnyTagClassName
{
color: #835CE4;
}
</style>
background-color css
<style>
a { background-color: #835CE4; }
a { background-color: rgb(131,92,228); }
div.DivClassName
{
background-color: #835CE4;
}
.BgClassName
{
background-color: #835CE4;
}
</style>
border-color css
<style>
span { border-color: #835CE4; }
span { border-color: rgb(131,92,228); }
td.TdClassName
{
border-color: #835CE4;
}
.TagClassName
{
border-color: #835CE4;
}
</style>