Shades of Medium Slate Blue #834AFB
Tints of Medium Slate Blue #834AFB
RGB
CMYK
RGB Variations
Color information
#834AFB (or 0x834AFB) is known color: Medium Slate Blue. HEX triplet: 83, 4A and FB. RGB value is (131,74,251). Sum of RGB (Red+Green+Blue) = 131+74+251=456 (60% of max value = 765). Red value is 131 (51.56% from 255 or 28.73% from 456); Green value is 74 (29.30% from 255 or 16.23% from 456); Blue value is 251 (98.44% from 255 or 55.04% from 456); Max value from RGB is 251 - color contains mainly: blue. Hex color #834AFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #834AFB is #7CB504. Grayscale: #6E6E6E. Windows color (decimal): -8172805 or 16468611. OLE color: 16468611.
HSL color Cylindrical-coordinate representation of color #834AFB: hue angle of 259.32º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #834AFB is Cyan = 0.48, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 131 | 74 | 251 | - |
| CMYK | 0.48 | 0.71 | 0 | 0.02 |
| HSL | 259.32º | 0.96% | 0.64% | - |
| HSV(B) | 259.32º | 0.71% | 0.98% | - |
| XYZ | 29.22 | 16.69 | 92.95 | - |
| YUV | 111.22 | 206.88 | 142.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 74 | 251 | 0.48 | 0.71 | 0 | 0.02 | 259.32 | 0.96 | 0.64 |
| Hex | 83 | 4A | FB | 30 | 47 | 0 | 2 | 103 | 60 | 40 |
| Octal | 203 | 112 | 373 | 60 | 107 | 0 | 2 | 403 | 140 | 100 |
| Binary | 10000011 | 1001010 | 11111011 | 110000 | 1000111 | 0 | 10 | 100000011 | 1100000 | 1000000 |
Color Harmonies of #834AFB
Complementary color
Monochromatic Colors of #834AFB
Black with #834AFB
Text Example
Text Example
White with #834AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #834AFB; }
p { color: rgb(131,74,251); }
H1.HeaderClassName
{
color: #834AFB;
}
.AnyTagClassName
{
color: #834AFB;
}
</style>
background-color css
<style>
a { background-color: #834AFB; }
a { background-color: rgb(131,74,251); }
div.DivClassName
{
background-color: #834AFB;
}
.BgClassName
{
background-color: #834AFB;
}
</style>
border-color css
<style>
span { border-color: #834AFB; }
span { border-color: rgb(131,74,251); }
td.TdClassName
{
border-color: #834AFB;
}
.TagClassName
{
border-color: #834AFB;
}
</style>