Shades of Medium Slate Blue #834FFF
Tints of Medium Slate Blue #834FFF
RGB
CMYK
RGB Variations
Color information
#834FFF (or 0x834FFF) is known color: Medium Slate Blue. HEX triplet: 83, 4F and FF. RGB value is (131,79,255). Sum of RGB (Red+Green+Blue) = 131+79+255=465 (61% of max value = 765). Red value is 131 (51.56% from 255 or 28.17% from 465); Green value is 79 (31.25% from 255 or 16.99% from 465); Blue value is 255 (100% from 255 or 54.84% from 465); Max value from RGB is 255 - color contains mainly: blue. Hex color #834FFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #834FFF is #7CB000. Grayscale: #717171. Windows color (decimal): -8171521 or 16732035. OLE color: 16732035.
HSL color Cylindrical-coordinate representation of color #834FFF: hue angle of 257.73º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #834FFF is Cyan = 0.49, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 131 | 79 | 255 | - |
| CMYK | 0.49 | 0.69 | 0 | 0 |
| HSL | 257.73º | 1% | 0.65% | - |
| HSV(B) | 257.73º | 0.69% | 1% | - |
| XYZ | 30.21 | 17.64 | 96.42 | - |
| YUV | 114.61 | 207.23 | 139.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 79 | 255 | 0.49 | 0.69 | 0 | 0 | 257.73 | 1 | 0.65 |
| Hex | 83 | 4F | FF | 31 | 45 | 0 | 0 | 102 | 64 | 41 |
| Octal | 203 | 117 | 377 | 61 | 105 | 0 | 0 | 402 | 144 | 101 |
| Binary | 10000011 | 1001111 | 11111111 | 110001 | 1000101 | 0 | 0 | 100000010 | 1100100 | 1000001 |
Color Harmonies of #834FFF
Complementary color
Monochromatic Colors of #834FFF
Black with #834FFF
Text Example
Text Example
White with #834FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #834FFF; }
p { color: rgb(131,79,255); }
H1.HeaderClassName
{
color: #834FFF;
}
.AnyTagClassName
{
color: #834FFF;
}
</style>
background-color css
<style>
a { background-color: #834FFF; }
a { background-color: rgb(131,79,255); }
div.DivClassName
{
background-color: #834FFF;
}
.BgClassName
{
background-color: #834FFF;
}
</style>
border-color css
<style>
span { border-color: #834FFF; }
span { border-color: rgb(131,79,255); }
td.TdClassName
{
border-color: #834FFF;
}
.TagClassName
{
border-color: #834FFF;
}
</style>