Shades of Medium Slate Blue #834EDF
Tints of Medium Slate Blue #834EDF
RGB
CMYK
RGB Variations
Color information
#834EDF (or 0x834EDF) is known color: Medium Slate Blue. HEX triplet: 83, 4E and DF. RGB value is (131,78,223). Sum of RGB (Red+Green+Blue) = 131+78+223=432 (57% of max value = 765). Red value is 131 (51.56% from 255 or 30.32% from 432); Green value is 78 (30.86% from 255 or 18.06% from 432); Blue value is 223 (87.5% from 255 or 51.62% from 432); Max value from RGB is 223 - color contains mainly: blue. Hex color #834EDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #834EDF is #7CB120. Grayscale: #6D6D6D. Windows color (decimal): -8171809 or 14634627. OLE color: 14634627.
HSL color Cylindrical-coordinate representation of color #834EDF: hue angle of 261.93º degrees, saturation: 0.69, 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 #834EDF is Cyan = 0.41, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 131 | 78 | 223 | - |
| CMYK | 0.41 | 0.65 | 0 | 0.13 |
| HSL | 261.93º | 0.69% | 0.59% | - |
| HSV(B) | 261.93º | 0.65% | 0.87% | - |
| XYZ | 25.4 | 15.6 | 71.48 | - |
| YUV | 110.38 | 191.56 | 142.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 78 | 223 | 0.41 | 0.65 | 0 | 0.13 | 261.93 | 0.69 | 0.59 |
| Hex | 83 | 4E | DF | 29 | 41 | 0 | D | 106 | 45 | 3B |
| Octal | 203 | 116 | 337 | 51 | 101 | 0 | 15 | 406 | 105 | 73 |
| Binary | 10000011 | 1001110 | 11011111 | 101001 | 1000001 | 0 | 1101 | 100000110 | 1000101 | 111011 |
Color Harmonies of #834EDF
Complementary color
Monochromatic Colors of #834EDF
Black with #834EDF
Text Example
Text Example
White with #834EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #834EDF; }
p { color: rgb(131,78,223); }
H1.HeaderClassName
{
color: #834EDF;
}
.AnyTagClassName
{
color: #834EDF;
}
</style>
background-color css
<style>
a { background-color: #834EDF; }
a { background-color: rgb(131,78,223); }
div.DivClassName
{
background-color: #834EDF;
}
.BgClassName
{
background-color: #834EDF;
}
</style>
border-color css
<style>
span { border-color: #834EDF; }
span { border-color: rgb(131,78,223); }
td.TdClassName
{
border-color: #834EDF;
}
.TagClassName
{
border-color: #834EDF;
}
</style>