Shades of Medium Slate Blue #834BFE
Tints of Medium Slate Blue #834BFE
RGB
CMYK
RGB Variations
Color information
#834BFE (or 0x834BFE) is known color: Medium Slate Blue. HEX triplet: 83, 4B and FE. RGB value is (131,75,254). Sum of RGB (Red+Green+Blue) = 131+75+254=460 (60% of max value = 765). Red value is 131 (51.56% from 255 or 28.48% from 460); Green value is 75 (29.69% from 255 or 16.30% from 460); Blue value is 254 (99.61% from 255 or 55.22% from 460); Max value from RGB is 254 - color contains mainly: blue. Hex color #834BFE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #834BFE is #7CB401. Grayscale: #6F6F6F. Windows color (decimal): -8172546 or 16665475. OLE color: 16665475.
HSL color Cylindrical-coordinate representation of color #834BFE: hue angle of 258.77º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #834BFE is Cyan = 0.48, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 131 | 75 | 254 | - |
| CMYK | 0.48 | 0.70 | 0 | 0.00 |
| HSL | 258.77º | 0.99% | 0.65% | - |
| HSV(B) | 258.77º | 0.7% | 1% | - |
| XYZ | 29.77 | 17.01 | 95.48 | - |
| YUV | 112.15 | 208.05 | 141.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 75 | 254 | 0.48 | 0.70 | 0 | 0.00 | 258.77 | 0.99 | 0.65 |
| Hex | 83 | 4B | FE | 30 | 46 | 0 | 0 | 103 | 63 | 41 |
| Octal | 203 | 113 | 376 | 60 | 106 | 0 | 0 | 403 | 143 | 101 |
| Binary | 10000011 | 1001011 | 11111110 | 110000 | 1000110 | 0 | 0 | 100000011 | 1100011 | 1000001 |
Color Harmonies of #834BFE
Complementary color
Monochromatic Colors of #834BFE
Black with #834BFE
Text Example
Text Example
White with #834BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #834BFE; }
p { color: rgb(131,75,254); }
H1.HeaderClassName
{
color: #834BFE;
}
.AnyTagClassName
{
color: #834BFE;
}
</style>
background-color css
<style>
a { background-color: #834BFE; }
a { background-color: rgb(131,75,254); }
div.DivClassName
{
background-color: #834BFE;
}
.BgClassName
{
background-color: #834BFE;
}
</style>
border-color css
<style>
span { border-color: #834BFE; }
span { border-color: rgb(131,75,254); }
td.TdClassName
{
border-color: #834BFE;
}
.TagClassName
{
border-color: #834BFE;
}
</style>