Shades of Medium Slate Blue #834BF2
Tints of Medium Slate Blue #834BF2
RGB
CMYK
RGB Variations
Color information
#834BF2 (or 0x834BF2) is known color: Medium Slate Blue. HEX triplet: 83, 4B and F2. RGB value is (131,75,242). Sum of RGB (Red+Green+Blue) = 131+75+242=448 (59% of max value = 765). Red value is 131 (51.56% from 255 or 29.24% from 448); Green value is 75 (29.69% from 255 or 16.74% from 448); Blue value is 242 (94.92% from 255 or 54.02% from 448); Max value from RGB is 242 - color contains mainly: blue. Hex color #834BF2 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #834BF2 is #7CB40D. Grayscale: #6E6E6E. Windows color (decimal): -8172558 or 15879043. OLE color: 15879043.
HSL color Cylindrical-coordinate representation of color #834BF2: hue angle of 260.12º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #834BF2 is Cyan = 0.46, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 131 | 75 | 242 | - |
| CMYK | 0.46 | 0.69 | 0 | 0.05 |
| HSL | 260.12º | 0.87% | 0.62% | - |
| HSV(B) | 260.12º | 0.69% | 0.95% | - |
| XYZ | 27.9 | 16.27 | 85.67 | - |
| YUV | 110.78 | 202.05 | 142.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 75 | 242 | 0.46 | 0.69 | 0 | 0.05 | 260.12 | 0.87 | 0.62 |
| Hex | 83 | 4B | F2 | 2E | 45 | 0 | 5 | 104 | 57 | 3E |
| Octal | 203 | 113 | 362 | 56 | 105 | 0 | 5 | 404 | 127 | 76 |
| Binary | 10000011 | 1001011 | 11110010 | 101110 | 1000101 | 0 | 101 | 100000100 | 1010111 | 111110 |
Color Harmonies of #834BF2
Complementary color
Monochromatic Colors of #834BF2
Black with #834BF2
Text Example
Text Example
White with #834BF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #834BF2; }
p { color: rgb(131,75,242); }
H1.HeaderClassName
{
color: #834BF2;
}
.AnyTagClassName
{
color: #834BF2;
}
</style>
background-color css
<style>
a { background-color: #834BF2; }
a { background-color: rgb(131,75,242); }
div.DivClassName
{
background-color: #834BF2;
}
.BgClassName
{
background-color: #834BF2;
}
</style>
border-color css
<style>
span { border-color: #834BF2; }
span { border-color: rgb(131,75,242); }
td.TdClassName
{
border-color: #834BF2;
}
.TagClassName
{
border-color: #834BF2;
}
</style>