Shades of Medium Slate Blue #834FE5
Tints of Medium Slate Blue #834FE5
RGB
CMYK
RGB Variations
Color information
#834FE5 (or 0x834FE5) is known color: Medium Slate Blue. HEX triplet: 83, 4F and E5. RGB value is (131,79,229). Sum of RGB (Red+Green+Blue) = 131+79+229=439 (58% of max value = 765). Red value is 131 (51.56% from 255 or 29.84% from 439); Green value is 79 (31.25% from 255 or 18.00% from 439); Blue value is 229 (89.84% from 255 or 52.16% from 439); Max value from RGB is 229 - color contains mainly: blue. Hex color #834FE5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #834FE5 is #7CB01A. Grayscale: #6F6F6F. Windows color (decimal): -8171547 or 15028099. OLE color: 15028099.
HSL color Cylindrical-coordinate representation of color #834FE5: hue angle of 260.8º 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 #834FE5 is Cyan = 0.43, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 131 | 79 | 229 | - |
| CMYK | 0.43 | 0.66 | 0 | 0.10 |
| HSL | 260.8º | 0.74% | 0.6% | - |
| HSV(B) | 260.8º | 0.66% | 0.9% | - |
| XYZ | 26.3 | 16.07 | 75.85 | - |
| YUV | 111.65 | 194.23 | 141.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 79 | 229 | 0.43 | 0.66 | 0 | 0.10 | 260.8 | 0.74 | 0.6 |
| Hex | 83 | 4F | E5 | 2B | 42 | 0 | A | 105 | 4A | 3C |
| Octal | 203 | 117 | 345 | 53 | 102 | 0 | 12 | 405 | 112 | 74 |
| Binary | 10000011 | 1001111 | 11100101 | 101011 | 1000010 | 0 | 1010 | 100000101 | 1001010 | 111100 |
Color Harmonies of #834FE5
Complementary color
Monochromatic Colors of #834FE5
Black with #834FE5
Text Example
Text Example
White with #834FE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #834FE5; }
p { color: rgb(131,79,229); }
H1.HeaderClassName
{
color: #834FE5;
}
.AnyTagClassName
{
color: #834FE5;
}
</style>
background-color css
<style>
a { background-color: #834FE5; }
a { background-color: rgb(131,79,229); }
div.DivClassName
{
background-color: #834FE5;
}
.BgClassName
{
background-color: #834FE5;
}
</style>
border-color css
<style>
span { border-color: #834FE5; }
span { border-color: rgb(131,79,229); }
td.TdClassName
{
border-color: #834FE5;
}
.TagClassName
{
border-color: #834FE5;
}
</style>