Shades of Medium Slate Blue #834EDD
Tints of Medium Slate Blue #834EDD
RGB
CMYK
RGB Variations
Color information
#834EDD (or 0x834EDD) is known color: Medium Slate Blue. HEX triplet: 83, 4E and DD. RGB value is (131,78,221). Sum of RGB (Red+Green+Blue) = 131+78+221=430 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.47% from 430); Green value is 78 (30.86% from 255 or 18.14% from 430); Blue value is 221 (86.72% from 255 or 51.40% from 430); Max value from RGB is 221 - color contains mainly: blue. Hex color #834EDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #834EDD is #7CB122. Grayscale: #6D6D6D. Windows color (decimal): -8171811 or 14503555. OLE color: 14503555.
HSL color Cylindrical-coordinate representation of color #834EDD: hue angle of 262.24º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #834EDD is Cyan = 0.41, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 131 | 78 | 221 | - |
| CMYK | 0.41 | 0.65 | 0 | 0.13 |
| HSL | 262.24º | 0.68% | 0.59% | - |
| HSV(B) | 262.24º | 0.65% | 0.87% | - |
| XYZ | 25.14 | 15.49 | 70.07 | - |
| YUV | 110.15 | 190.56 | 142.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 78 | 221 | 0.41 | 0.65 | 0 | 0.13 | 262.24 | 0.68 | 0.59 |
| Hex | 83 | 4E | DD | 29 | 41 | 0 | D | 106 | 44 | 3B |
| Octal | 203 | 116 | 335 | 51 | 101 | 0 | 15 | 406 | 104 | 73 |
| Binary | 10000011 | 1001110 | 11011101 | 101001 | 1000001 | 0 | 1101 | 100000110 | 1000100 | 111011 |
Color Harmonies of #834EDD
Complementary color
Monochromatic Colors of #834EDD
Black with #834EDD
Text Example
Text Example
White with #834EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #834EDD; }
p { color: rgb(131,78,221); }
H1.HeaderClassName
{
color: #834EDD;
}
.AnyTagClassName
{
color: #834EDD;
}
</style>
background-color css
<style>
a { background-color: #834EDD; }
a { background-color: rgb(131,78,221); }
div.DivClassName
{
background-color: #834EDD;
}
.BgClassName
{
background-color: #834EDD;
}
</style>
border-color css
<style>
span { border-color: #834EDD; }
span { border-color: rgb(131,78,221); }
td.TdClassName
{
border-color: #834EDD;
}
.TagClassName
{
border-color: #834EDD;
}
</style>