Shades of Medium Slate Blue #834BFF
Tints of Medium Slate Blue #834BFF
RGB
CMYK
RGB Variations
Color information
#834BFF (or 0x834BFF) is known color: Medium Slate Blue. HEX triplet: 83, 4B and FF. RGB value is (131,75,255). Sum of RGB (Red+Green+Blue) = 131+75+255=461 (61% of max value = 765). Red value is 131 (51.56% from 255 or 28.42% from 461); Green value is 75 (29.69% from 255 or 16.27% from 461); Blue value is 255 (100% from 255 or 55.31% from 461); Max value from RGB is 255 - color contains mainly: blue. Hex color #834BFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #834BFF is #7CB400. Grayscale: #6F6F6F. Windows color (decimal): -8172545 or 16731011. OLE color: 16731011.
HSL color Cylindrical-coordinate representation of color #834BFF: hue angle of 258.67º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #834BFF is Cyan = 0.49, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 131 | 75 | 255 | - |
| CMYK | 0.49 | 0.71 | 0 | 0 |
| HSL | 258.67º | 1% | 0.65% | - |
| HSV(B) | 258.67º | 0.71% | 1% | - |
| XYZ | 29.93 | 17.08 | 96.33 | - |
| YUV | 112.26 | 208.55 | 141.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 75 | 255 | 0.49 | 0.71 | 0 | 0 | 258.67 | 1 | 0.65 |
| Hex | 83 | 4B | FF | 31 | 47 | 0 | 0 | 103 | 64 | 41 |
| Octal | 203 | 113 | 377 | 61 | 107 | 0 | 0 | 403 | 144 | 101 |
| Binary | 10000011 | 1001011 | 11111111 | 110001 | 1000111 | 0 | 0 | 100000011 | 1100100 | 1000001 |
Color Harmonies of #834BFF
Complementary color
Monochromatic Colors of #834BFF
Black with #834BFF
Text Example
Text Example
White with #834BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #834BFF; }
p { color: rgb(131,75,255); }
H1.HeaderClassName
{
color: #834BFF;
}
.AnyTagClassName
{
color: #834BFF;
}
</style>
background-color css
<style>
a { background-color: #834BFF; }
a { background-color: rgb(131,75,255); }
div.DivClassName
{
background-color: #834BFF;
}
.BgClassName
{
background-color: #834BFF;
}
</style>
border-color css
<style>
span { border-color: #834BFF; }
span { border-color: rgb(131,75,255); }
td.TdClassName
{
border-color: #834BFF;
}
.TagClassName
{
border-color: #834BFF;
}
</style>