Shades of Medium Slate Blue #834EE5
Tints of Medium Slate Blue #834EE5
RGB
CMYK
RGB Variations
Color information
#834EE5 (or 0x834EE5) is known color: Medium Slate Blue. HEX triplet: 83, 4E and E5. RGB value is (131,78,229). Sum of RGB (Red+Green+Blue) = 131+78+229=438 (58% of max value = 765). Red value is 131 (51.56% from 255 or 29.91% from 438); Green value is 78 (30.86% from 255 or 17.81% from 438); Blue value is 229 (89.84% from 255 or 52.28% from 438); Max value from RGB is 229 - color contains mainly: blue. Hex color #834EE5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #834EE5 is #7CB11A. Grayscale: #6E6E6E. Windows color (decimal): -8171803 or 15027843. OLE color: 15027843.
HSL color Cylindrical-coordinate representation of color #834EE5: hue angle of 261.06º degrees, saturation: 0.74, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #834EE5 is Cyan = 0.43, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 131 | 78 | 229 | - |
| CMYK | 0.43 | 0.66 | 0 | 0.10 |
| HSL | 261.06º | 0.74% | 0.6% | - |
| HSV(B) | 261.06º | 0.66% | 0.9% | - |
| XYZ | 26.23 | 15.93 | 75.82 | - |
| YUV | 111.06 | 194.56 | 142.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 78 | 229 | 0.43 | 0.66 | 0 | 0.10 | 261.06 | 0.74 | 0.6 |
| Hex | 83 | 4E | E5 | 2B | 42 | 0 | A | 105 | 4A | 3C |
| Octal | 203 | 116 | 345 | 53 | 102 | 0 | 12 | 405 | 112 | 74 |
| Binary | 10000011 | 1001110 | 11100101 | 101011 | 1000010 | 0 | 1010 | 100000101 | 1001010 | 111100 |
Color Harmonies of #834EE5
Complementary color
Monochromatic Colors of #834EE5
Black with #834EE5
Text Example
Text Example
White with #834EE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #834EE5; }
p { color: rgb(131,78,229); }
H1.HeaderClassName
{
color: #834EE5;
}
.AnyTagClassName
{
color: #834EE5;
}
</style>
background-color css
<style>
a { background-color: #834EE5; }
a { background-color: rgb(131,78,229); }
div.DivClassName
{
background-color: #834EE5;
}
.BgClassName
{
background-color: #834EE5;
}
</style>
border-color css
<style>
span { border-color: #834EE5; }
span { border-color: rgb(131,78,229); }
td.TdClassName
{
border-color: #834EE5;
}
.TagClassName
{
border-color: #834EE5;
}
</style>